Skip to content

Commit 501d73f

Browse files
committed
update download and changelog for v2.091.0
1 parent d6253b9 commit 501d73f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.090.1
1+
2.091.0

changelog/2.091.0_pre.dd renamed to changelog/2.091.0.dd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Mar 08, 2020, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 18 major changes and 65 fixed Bugzilla issues.
8+
$(VER) comes with 18 major changes and 66 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 55 contributors)
1111
who made $(VER) possible.)
@@ -336,10 +336,10 @@ $(CHANGELOG_SOURCE_FILE installer, changelog/windows.dd)
336336
$(P
337337
- the released dmd.exe is now built with LDC for a reduction of compilation
338338
times of 30-40%.
339-
- 64-bit builds of dmd.exe and lld-link.exe have been added to the bin64 folder
339+
- 64-bit builds of dmd.exe, dub.exe and lld-link.exe have been added to the bin64 folder
340340
- The bundled Windows libraries and definitions have been changed from MinGW 5.0.2
341341
to MinGW 7.0.0 (with additional wide string `main` entrypoints).
342-
- The bundled LLD linker on Windows binaries have been upgraded to 9.0.0 (including a
342+
- The bundled LLD linker on Windows has been upgraded to 9.0.0 (including a
343343
patch that allows exceptions to work on Win32).
344344
- The VC runtime linked with the MinGW import libraries has been upgraded to
345345
msvcr120.dll (the last version that allows simple copying and no dependency
@@ -437,6 +437,7 @@ $(LI $(BUGZILLA 20540): $(LPAREN)White|Black$(RPAREN)Hole does not work with ret
437437
$(LI $(BUGZILLA 20542): std.math.nextafter$(LPAREN)NaN, y$(RPAREN) and nextafter$(LPAREN)x, NaN$(RPAREN) should return NaN)
438438
$(LI $(BUGZILLA 20544): socket.remoteAddress throws out of memory error with unix domain socket peer)
439439
$(LI $(BUGZILLA 20585): std.stdio.File open$(LPAREN)$(RPAREN) failure leaves File in invalid state)
440+
$(LI $(BUGZILLA 20639): Some BitArray methods should be const/pure/nothrow/...)
440441
)
441442
$(BUGSTITLE_BUGZILLA Phobos enhancements,
442443

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.091.0
224224
B_SUFFIX=rc.1
225225

0 commit comments

Comments
 (0)