Skip to content

Commit 00c52d6

Browse files
committed
update download and changelog for v2.089.0
1 parent ce54d49 commit 00c52d6

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.088.1
1+
2.089.0

changelog/2.089.0_pre.dd renamed to changelog/2.089.0.dd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Nov 01, 2019, =================================================,
5+
$(VERSION Nov 02, 2019, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 11 major changes and 64 fixed Bugzilla issues.
8+
$(VER) comes with 11 major changes and 66 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 44 contributors)
1111
who made $(VER) possible.)
@@ -333,6 +333,7 @@ $(BUGSTITLE_BUGZILLA Phobos regressions,
333333

334334
$(LI $(BUGZILLA 20186): File size of "Hello, world" executable increased by 185KB)
335335
$(LI $(BUGZILLA 20295): std.zip: zip64 with 0xff bytes in end of central dir record do not work)
336+
$(LI $(BUGZILLA 20328): [REG 2.089 beta] deprecation message about Nullable.get in isInputRange)
336337
)
337338
$(BUGSTITLE_BUGZILLA Phobos bugs,
338339

@@ -363,6 +364,10 @@ $(LI $(BUGZILLA 20202): Make std.math.signbit work in CTFE)
363364
$(LI $(BUGZILLA 20203): Make std.math.copysign work in CTFE)
364365
$(LI $(BUGZILLA 20242): BitArray constructor should not modify input data)
365366
)
367+
$(BUGSTITLE_BUGZILLA Druntime regressions,
368+
369+
$(LI $(BUGZILLA 20270): [REG2.087] Deadlock in garbage collection when running processes in parallel)
370+
)
366371
$(BUGSTITLE_BUGZILLA Druntime bugs,
367372

368373
$(LI $(BUGZILLA 13821): fiber + exception + win server 2012 failures)

download.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Macros:
218218

219219
DMDV2=$(LATEST)
220220

221-
_=BETA=$(COMMENT $0)
222-
BETA=$0
221+
BETA=$(COMMENT $0)
222+
_=BETA=$0
223223
B_DMDV2=2.089.0
224224
B_SUFFIX=rc.1
225225

0 commit comments

Comments
 (0)