Skip to content

Commit c05cb97

Browse files
committed
update download and changelog for v2.082.1
1 parent a4f7328 commit c05cb97

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.082.0
1+
2.082.1

changelog/2.082.1_pre.dd renamed to changelog/2.082.1.dd

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

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Oct 09, 2018, =================================================,
5+
$(VERSION Oct 10, 2018, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 5 fixed Bugzilla issues.
8+
$(VER) comes with 6 fixed Bugzilla issues.
99
A huge thanks goes to the 10 contributors who made $(VER) possible.)
1010

1111
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -27,6 +27,7 @@ $(LI $(BUGZILLA 19252): Templated format with variable width allocates 2GB of RA
2727
$(BUGSTITLE_BUGZILLA Phobos bugs,
2828

2929
$(LI $(BUGZILLA 18851): std.net.curl.post cannot be used with !ubyte)
30+
$(LI $(BUGZILLA 19207): std.algorithm.subsitute wrong results for single subrange substitution)
3031
)
3132
)
3233
$(D_CONTRIBUTORS_HEADER 10)

download.dd

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

211211
DMDV2=$(LATEST)
212212

213-
_=BETA=$(COMMENT $0)
214-
BETA=$0
213+
BETA=$(COMMENT $0)
214+
_=BETA=$0
215215
B_DMDV2=2.082.1
216216
B_SUFFIX=beta.1
217217

0 commit comments

Comments
 (0)