Skip to content

Commit 8203e3c

Browse files
committed
update download and changelog for v2.096.1
1 parent ace0b62 commit 8203e3c

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

VERSION

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

changelog/2.096.1_pre.dd renamed to changelog/2.096.1.dd

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

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Apr 18, 2021, =================================================,
5+
$(VERSION Apr 23, 2021, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 18 fixed Bugzilla issues.
8+
$(VER) comes with 21 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 15 contributors)
10+
$(LINK2 #contributors, 18 contributors)
1111
who made $(VER) possible.)
1212

1313
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -29,8 +29,13 @@ $(LI $(BUGZILLA 19192): [wrong-code] [crashes] Covariant method interface <- abs
2929
$(LI $(BUGZILLA 20705): `-preview=rvaluerefparam` does not work with template deduction)
3030
$(LI $(BUGZILLA 21799): CTFE doesn't call base class destructor for extern$(LPAREN)D$(RPAREN) classes)
3131
)
32+
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
33+
34+
$(LI $(BUGZILLA 21845): Wrong ParameterStorageClass when -preview=in is used)
35+
)
3236
$(BUGSTITLE_BUGZILLA Phobos regression fixes,
3337

38+
$(LI $(BUGZILLA 20886): std.process.browse does not work with URLs 256 characters or longer)
3439
$(LI $(BUGZILLA 21716): std.regex performance regression $(LPAREN)additional GC allocation$(RPAREN))
3540
$(LI $(BUGZILLA 21725): Specifying null as bitfields variable name now fails)
3641
)
@@ -40,6 +45,7 @@ $(LI $(BUGZILLA 21702): avoid quadratic template expansion in constraints of mul
4045
$(LI $(BUGZILLA 21721): casting std.BigInts to built-in floating point types doesn't work without -preview=dip1000)
4146
$(LI $(BUGZILLA 21724): std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer)
4247
$(LI $(BUGZILLA 21758): std.experimental.checkedint opBinaryRight with integer left-hand side does not compile for any operators except + and -)
48+
$(LI $(BUGZILLA 21801): std.typecons.ReplaceType does not work for `in` parameters)
4349
)
4450
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
4551

@@ -56,12 +62,14 @@ $(BUGSTITLE_BUGZILLA Druntime enhancements,
5662
$(LI $(BUGZILLA 21784): joining a detached thread results in segfault.)
5763
)
5864
)
59-
$(D_CONTRIBUTORS_HEADER 15)
65+
$(D_CONTRIBUTORS_HEADER 18)
6066
$(D_CONTRIBUTORS
6167
$(D_CONTRIBUTOR Basile Burg)
6268
$(D_CONTRIBUTOR Boris Carvajal)
6369
$(D_CONTRIBUTOR Florian)
70+
$(D_CONTRIBUTOR Iain Buclaw)
6471
$(D_CONTRIBUTOR Imperatorn)
72+
$(D_CONTRIBUTOR Johan Engelen)
6573
$(D_CONTRIBUTOR Jon Degenhardt)
6674
$(D_CONTRIBUTOR Martin Kinkelin)
6775
$(D_CONTRIBUTOR Martin Nowak)
@@ -70,6 +78,7 @@ $(D_CONTRIBUTORS
7078
$(D_CONTRIBUTOR Nathan Sashihara)
7179
$(D_CONTRIBUTOR Nicholas Wilson)
7280
$(D_CONTRIBUTOR Puneet Goel)
81+
$(D_CONTRIBUTOR Razvan Nitu)
7382
$(D_CONTRIBUTOR Roy Margalit)
7483
$(D_CONTRIBUTOR Vladimir Panteleev)
7584
$(D_CONTRIBUTOR Ömer Faruk Irmak)

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.1
195195
B_SUFFIX=beta.1
196196

0 commit comments

Comments
 (0)