Skip to content

Commit 2d71451

Browse files
authored
Merge stable, publish 2.110 (#4182)
* bump current docarchives version to v2.110.0 * update download and changelog for v2.110.0 * Add note to changelog * Fix contributor count
1 parent 17f18f7 commit 2d71451

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.109.1
1+
2.110.0

changelog/2.110.0_pre.dd renamed to changelog/2.110.0.dd

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

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Feb 01, 2025, =================================================,
5+
$(VERSION Mar 07, 2025, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 5 major changes and 54 fixed Bugzilla issues.
8+
$(VER) comes with 5 major changes and 58 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 34 contributors)
1111
who made $(VER) possible.)
@@ -132,6 +132,11 @@ project.
132132

133133
$(CHANGELOG_SEP_TEXT_BUGZILLA)
134134

135+
$(P
136+
Note: Because some bugs from this release were fixed after the migration from Bugzilla to GitHub issues, this list does not include all fixed bugs yet.
137+
We are working to update the changelog to include closed GitHub issues as well.
138+
)
139+
135140
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
136141

137142
$(LI $(BUGZILLA 24431): dmd -vcg-ast crashes printing failed template instantiation)
@@ -146,6 +151,9 @@ $(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
146151
$(LI $(BUGZILLA 10574): "auto ref" fails to match when IFTI succeeds $(LPAREN)strip to level const$(RPAREN))
147152
$(LI $(BUGZILLA 12885): const union wrongly converts implicitly to mutable)
148153
$(LI $(BUGZILLA 17148): Copying from const$(LPAREN)void$(RPAREN)[] to void[] breaks immutable)
154+
$(LI $(BUGZILLA 18281): Compiler rejects safe code in @safe)
155+
$(LI $(BUGZILLA 20894): ICE: passing a member template mixin identifier as alias argument)
156+
$(LI $(BUGZILLA 20907): [DIP1000] Unittest fails when duplicated)
149157
$(LI $(BUGZILLA 23722): Lambdas are mangled incorrectly when using multiple compilation units, resulting in incorrect code)
150158
$(LI $(BUGZILLA 23957): Casting to derived extern$(LPAREN)C++$(RPAREN) class is unsafe)
151159
$(LI $(BUGZILLA 24337): Segfault when printing an int[] cast from a string literal)
@@ -201,6 +209,7 @@ $(LI $(BUGZILLA 24872): Assigning non-copyable value to array has no effect)
201209
)
202210
$(BUGSTITLE_BUGZILLA Druntime enhancements,
203211

212+
$(LI $(BUGZILLA 20859): Add overloads of core.sync.rwmutex.ReadWriteMutex.Reader/Writer.tryLock that take a timeout duration)
204213
$(LI $(BUGZILLA 24590): Illegal instruction with module constructors cycle and shared libphobos2 in _d_criticalenter2)
205214
)
206215
$(BUGSTITLE_BUGZILLA dlang.org bug fixes,
@@ -214,18 +223,16 @@ $(BUGSTITLE_BUGZILLA Installer bug fixes,
214223
$(LI $(BUGZILLA 24600): DMD nightly builds are outdated)
215224
)
216225
)
217-
$(D_CONTRIBUTORS_HEADER 34)
226+
$(D_CONTRIBUTORS_HEADER 31)
218227
$(D_CONTRIBUTORS
219228
$(D_CONTRIBUTOR 0-v-0)
220-
$(D_CONTRIBUTOR 0v0)
221229
$(D_CONTRIBUTOR Alex Muscar)
222230
$(D_CONTRIBUTOR Andrei Horodniceanu)
223231
$(D_CONTRIBUTOR Bastiaan Veelo)
224232
$(D_CONTRIBUTOR Ben Jones)
225233
$(D_CONTRIBUTOR Brad Roberts)
226234
$(D_CONTRIBUTOR Brian Callahan)
227235
$(D_CONTRIBUTOR Connor)
228-
$(D_CONTRIBUTOR Dennis)
229236
$(D_CONTRIBUTOR Dennis Korpel)
230237
$(D_CONTRIBUTOR Emmanuel Nyarko)
231238
$(D_CONTRIBUTOR Iain Buclaw)
@@ -240,7 +247,6 @@ $(D_CONTRIBUTORS
240247
$(D_CONTRIBUTOR Nick Treleaven)
241248
$(D_CONTRIBUTOR Paul Backus)
242249
$(D_CONTRIBUTOR Quirin F. Schroll)
243-
$(D_CONTRIBUTOR Quirin Schroll)
244250
$(D_CONTRIBUTOR Razvan Nitu)
245251
$(D_CONTRIBUTOR Richard (Rikki) Andrew Cattermole)
246252
$(D_CONTRIBUTOR RubyTheRoobster)

download.dd

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

227227
DMDV2=$(LATEST)
228228

229-
_=BETA=$(COMMENT $0)
230-
BETA=$0
229+
BETA=$(COMMENT $0)
230+
_=BETA=$0
231231
B_DMDV2=2.110.0
232232
B_SUFFIX=rc.1
233233

js/listanchors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function addAnchors()
3434
function addVersionSelector() {
3535
// Latest version offered by the archive builds
3636
// This needs to be manually updated after new versions have been archived
37-
var currentArchivedVersion = 109;
37+
var currentArchivedVersion = 110;
3838
// build URLs for dlang.org: DDoc + Dox
3939
var ddocModuleURL = document.body.id.replace(/[.]/g, "_") + ".html";
4040
var ddoxModuleURL = document.body.id.replace(/[.]/g, "/") + ".html";

0 commit comments

Comments
 (0)