Skip to content

Commit 467d86e

Browse files
committed
update download and changelog for v2.096.0
1 parent 7a9c94c commit 467d86e

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.095.1
1+
2.096.0

changelog/2.096.0_pre.dd renamed to changelog/2.096.0.dd

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Mar 08, 2021, =================================================,
5+
$(VERSION Mar 11, 2021, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 17 major changes and 77 fixed Bugzilla issues.
8+
$(VER) comes with 17 major changes and 81 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 53 contributors)
10+
$(LINK2 #contributors, 54 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -376,6 +376,8 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
376376
$(LI $(BUGZILLA 20661): opEquals not recognized for AA key $(LPAREN)take two$(RPAREN))
377377
$(LI $(BUGZILLA 21319): DMD crashes on immutable circular reference)
378378
$(LI $(BUGZILLA 21547): Oder of constructor declaration affects struct initializer)
379+
$(LI $(BUGZILLA 21678): "_d_arraysetlengthT is not callable using argument types" on chained array length assignment)
380+
$(LI $(BUGZILLA 21696): DMD 2.095.1 Compilation Crash)
379381
)
380382
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
381383

@@ -421,6 +423,7 @@ $(LI $(BUGZILLA 21647): pragma$(LPAREN)msg$(RPAREN) should be able to print a vo
421423
$(LI $(BUGZILLA 21659): [OSX] core.stdc.config.__c_ulonglong is forward referenced while looking for sizeof)
422424
$(LI $(BUGZILLA 21662): Extern linkage variables cannot be of types with disabled default construction)
423425
$(LI $(BUGZILLA 21668): Cannot declare ref parameter of opaque type)
426+
$(LI $(BUGZILLA 21682): checkaction=context fails for expressions using static operator overloads)
424427
)
425428
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
426429

@@ -468,6 +471,7 @@ $(BUGSTITLE_BUGZILLA Druntime bug fixes,
468471

469472
$(LI $(BUGZILLA 8046): simd.d needs some documentation)
470473
$(LI $(BUGZILLA 21544): -checkaction=context formats enum members as their base type)
474+
$(LI $(BUGZILLA 21666): wrong printf format specifier for `real` with -checkaction=context on Win64)
471475
)
472476
$(BUGSTITLE_BUGZILLA Druntime enhancements,
473477

@@ -479,13 +483,14 @@ $(LI $(BUGZILLA 21292): Chrome by default now blocks downloading .dmg or .exe fi
479483
$(LI $(BUGZILLA 21493): Documentation broken hyperlink std.stdio)
480484
)
481485
)
482-
$(D_CONTRIBUTORS_HEADER 53)
486+
$(D_CONTRIBUTORS_HEADER 54)
483487
$(D_CONTRIBUTORS
484488
$(D_CONTRIBUTOR Adam D. Ruppe)
485489
$(D_CONTRIBUTOR aG0aep6G)
486490
$(D_CONTRIBUTOR Andrei Alexandrescu)
487491
$(D_CONTRIBUTOR Atila Neves)
488492
$(D_CONTRIBUTOR Bartosz Wójcik)
493+
$(D_CONTRIBUTOR Basile Burg)
489494
$(D_CONTRIBUTOR Bastiaan Veelo)
490495
$(D_CONTRIBUTOR Ben Jones)
491496
$(D_CONTRIBUTOR Bernhard Seckinger)

download.dd

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

190190
DMDV2=$(LATEST)
191191

192-
_=BETA=$(COMMENT $0)
193-
BETA=$0
192+
BETA=$(COMMENT $0)
193+
_=BETA=$0
194194
B_DMDV2=2.096.0
195195
B_SUFFIX=rc.1
196196

0 commit comments

Comments
 (0)