Skip to content

Commit cc7c117

Browse files
committed
update download and changelog for v2.100.1
1 parent de53456 commit cc7c117

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.100.0
1+
2.100.1

changelog/2.100.1_pre.dd renamed to changelog/2.100.1.dd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $(VERSION Jul 15, 2022, =================================================,
77
$(CHANGELOG_HEADER_STATISTICS
88
$(VER) comes with 1 major change and 16 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 13 contributors)
10+
$(LINK2 #contributors, 14 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -23,7 +23,7 @@ $(CHANGELOG_SEP_HEADER_TEXT)
2323
$(BUGSTITLE_TEXT_BODY Compiler changes,
2424

2525
$(LI $(LNAME2 deprecate_scope_failure_return,`scope(failure)` blocks that contain `return` statements are now deprecated)
26-
$(CHANGELOG_SOURCE_FILE dmd, changelog/deprecate_scope_failure_return.dd)
26+
$(CHANGELOG_SOURCE_FILE dmd, release/script/tools/../dmd/changelog/deprecate_scope_failure_return.dd)
2727
$(P
2828
Starting with this release, having a `return` statement in the body of a `scope(failure)`
2929
statement is deprecated. Having the ability to `return` from such blocks is error prone since currently, Errors are also handled by `scope(failure)`. This leads to the following situation:
@@ -84,7 +84,7 @@ $(BUGSTITLE_BUGZILLA Phobos regression fixes,
8484
$(LI $(BUGZILLA 23132): "cannot access frame pointer" comparing two ranges for equality from v2.099.0)
8585
)
8686
)
87-
$(D_CONTRIBUTORS_HEADER 13)
87+
$(D_CONTRIBUTORS_HEADER 14)
8888
$(D_CONTRIBUTORS
8989
$(D_CONTRIBUTOR Boris Carvajal)
9090
$(D_CONTRIBUTOR Dennis)
@@ -95,6 +95,7 @@ $(D_CONTRIBUTORS
9595
$(D_CONTRIBUTOR Martin Nowak)
9696
$(D_CONTRIBUTOR Mathis Beer)
9797
$(D_CONTRIBUTOR mhh)
98+
$(D_CONTRIBUTOR Paul Backus)
9899
$(D_CONTRIBUTOR Razvan Nitu)
99100
$(D_CONTRIBUTOR richard andrew cattermole)
100101
$(D_CONTRIBUTOR Tomáš Chaloupka)

download.dd

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

200200
DMDV2=$(LATEST)
201201

202-
_=BETA=$(COMMENT $0)
203-
BETA=$0
202+
BETA=$(COMMENT $0)
203+
_=BETA=$0
204204
B_DMDV2=2.100.1
205205
B_SUFFIX=beta.1
206206

0 commit comments

Comments
 (0)