Skip to content

Commit 0966547

Browse files
committed
update download and changelog for v2.106.1
1 parent e4783b3 commit 0966547

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.106.0
1+
2.106.1

changelog/2.106.1_pre.dd renamed to changelog/2.106.1.dd

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Jan 01, 2024, =================================================,
66

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

1313
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -16,15 +16,23 @@ $(CHANGELOG_SEP_HEADER_TEXT)
1616

1717
$(CHANGELOG_SEP_TEXT_BUGZILLA)
1818

19+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20+
21+
$(LI $(BUGZILLA 22212): dmd version has -dirty suffix on windows)
22+
)
1923
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
2024

25+
$(LI $(BUGZILLA 22483): DMD generates invalid string sections that work by coincidence)
2126
$(LI $(BUGZILLA 24281): Segfault with missing field after named argument)
27+
$(LI $(BUGZILLA 24283): [SIMD][CODEGEN] Bad codegen with and not + AVX2 registers)
2228
)
2329
)
24-
$(D_CONTRIBUTORS_HEADER 2)
30+
$(D_CONTRIBUTORS_HEADER 4)
2531
$(D_CONTRIBUTORS
2632
$(D_CONTRIBUTOR Dennis Korpel)
2733
$(D_CONTRIBUTOR Iain Buclaw)
34+
$(D_CONTRIBUTOR Siarhei Siamashka)
35+
$(D_CONTRIBUTOR Walter Bright)
2836
)
2937
$(D_CONTRIBUTORS_FOOTER)
3038
$(CHANGELOG_NAV_INJECT)

download.dd

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

226226
DMDV2=$(LATEST)
227227

228-
_=BETA=$(COMMENT $0)
229-
BETA=$0
228+
BETA=$(COMMENT $0)
229+
_=BETA=$0
230230
B_DMDV2=2.106.1
231231
B_SUFFIX=rc.1
232232

0 commit comments

Comments
 (0)