Skip to content

Commit 90a170e

Browse files
committed
update download and changelog for v2.099.1
1 parent 0e40abc commit 90a170e

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.099.0
1+
2.099.1

changelog/2.099.1_pre.dd renamed to changelog/2.099.1.dd

Lines changed: 8 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 06, 2022, =================================================,
5+
$(VERSION Apr 07, 2022, =================================================,
66

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

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -90,6 +90,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
9090

9191
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
9292

93+
$(LI $(BUGZILLA 17434): [REG: 2.073] import lookup ignores public import.)
9394
$(LI $(BUGZILLA 20015): [REG 2.086] Deprecated -preview, -revert, and -transition options not documented)
9495
$(LI $(BUGZILLA 20717): Unsilenced bogus "undefined identifier" error from speculative collision)
9596
$(LI $(BUGZILLA 21285): Delegate covariance broken between 2.092 and 2.094 $(LPAREN)git master$(RPAREN).)
@@ -99,6 +100,7 @@ $(LI $(BUGZILLA 22858): [REG2.099] Incorrect alignment of void*[0])
99100
$(LI $(BUGZILLA 22859): Error: forward reference of variable `isAssignable` for mutually recursed `allSatisfy`)
100101
$(LI $(BUGZILLA 22860): `Error: unknown` with mutually recursive and nested SumType)
101102
$(LI $(BUGZILLA 22863): [REG2.099] -main doesn't work anymore when used for linking only $(LPAREN)without source modules$(RPAREN))
103+
$(LI $(BUGZILLA 22969): Can't mixin name of manifest constant on right-hand side of alias declaration)
102104
)
103105
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
104106

@@ -108,6 +110,7 @@ $(LI $(BUGZILLA 22868): __traits$(LPAREN)parameters$(RPAREN) returns parameters
108110
$(LI $(BUGZILLA 22871): Using an alias to `__traits$(LPAREN)parameters$(RPAREN)` causes unknown error)
109111
$(LI $(BUGZILLA 22939): bad error message: Error: no property `msg` for type `string`)
110112
$(LI $(BUGZILLA 22942): Invalid section type / offset for newer XCode versions)
113+
$(LI $(BUGZILLA 22993): Missing quotes in octal literal hint)
111114
)
112115
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
113116

@@ -122,8 +125,9 @@ $(BUGSTITLE_BUGZILLA dlang.org bug fixes,
122125
$(LI $(BUGZILLA 21086): Wrong source link for core.thread.context)
123126
)
124127
)
125-
$(D_CONTRIBUTORS_HEADER 11)
128+
$(D_CONTRIBUTORS_HEADER 12)
126129
$(D_CONTRIBUTORS
130+
$(D_CONTRIBUTOR Boris Carvajal)
127131
$(D_CONTRIBUTOR Brian Callahan)
128132
$(D_CONTRIBUTOR Dennis)
129133
$(D_CONTRIBUTOR Dennis Korpel)

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.099.1
205205
B_SUFFIX=beta.1
206206

0 commit comments

Comments
 (0)