Skip to content

Commit 221b779

Browse files
MartinNowakGeod24
authored andcommitted
update download and changelog for v2.097.1
1 parent 5834d10 commit 221b779

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.097.0
1+
2.097.1

changelog/2.097.1_pre.dd renamed to changelog/2.097.1.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 Jul 18, 2021, =================================================,
5+
$(VERSION Jul 20, 2021, =================================================,
66

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

1313
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -21,6 +21,8 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
2121
$(LI $(BUGZILLA 22035): [REG 2.097][ICE] Segmentation fault parsing invalid case statement)
2222
$(LI $(BUGZILLA 22048): [REG2.095] `alias a = int p;` compiles)
2323
$(LI $(BUGZILLA 22084): [REG 2.097] Segmentation fault passing non-pod struct as variadic argument)
24+
$(LI $(BUGZILLA 22121): [REG 2.097][ICE] Segmentation fault in in dmd.dsymbol.ScopeDsymbol.addAccessiblePackage)
25+
$(LI $(BUGZILLA 22122): [REG 2.097][ICE] Segmentation fault in in dmd.access.hasPackageAccess)
2426
)
2527
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
2628

@@ -33,6 +35,7 @@ $(LI $(BUGZILLA 22056): [Reg 2.074] std.traits.isFloatingPoint, isNumeric, isUns
3335
$(LI $(BUGZILLA 22057): [Reg 2.074] std.traits.isNumeric & isUnsigned should not be true for enum types with character base types)
3436
$(LI $(BUGZILLA 22058): [Reg 2.074] std.traits.isNumeric & isSigned should not be true for complex or imaginary types)
3537
$(LI $(BUGZILLA 22093): [Reg 2.097] std.typecons.RefCounted!T for struct T without an explicit toString or alias this previously could be converted to string even when uninitialized but now cannot be)
38+
$(LI $(BUGZILLA 22125): std.process.Config was changed to a struct but miss operator overloads, leading to user code breakage.)
3639
)
3740
$(BUGSTITLE_BUGZILLA Druntime bug fixes,
3841

@@ -42,15 +45,17 @@ $(LI $(BUGZILLA 22076): hashOf$(LPAREN)S$(RPAREN) can segfault if S.toHash is fo
4245
$(LI $(BUGZILLA 22081): DWARF v5 support is utterly broken - 'illegal instruction' when throwing exceptions)
4346
)
4447
)
45-
$(D_CONTRIBUTORS_HEADER 7)
48+
$(D_CONTRIBUTORS_HEADER 9)
4649
$(D_CONTRIBUTORS
50+
$(D_CONTRIBUTOR Ate Eskola)
4751
$(D_CONTRIBUTOR Florian)
4852
$(D_CONTRIBUTOR Iain Buclaw)
4953
$(D_CONTRIBUTOR Martin Kinkelin)
5054
$(D_CONTRIBUTOR Martin Nowak)
5155
$(D_CONTRIBUTOR MoonlightSentinel)
5256
$(D_CONTRIBUTOR Nathan Sashihara)
5357
$(D_CONTRIBUTOR Razvan Nitu)
58+
$(D_CONTRIBUTOR Vladimir Panteleev)
5459
)
5560
$(D_CONTRIBUTORS_FOOTER)
5661
$(CHANGELOG_NAV_INJECT)

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

0 commit comments

Comments
 (0)