Skip to content

Commit ca2e310

Browse files
committed
update download and changelog for v2.100.0-rc.1
1 parent 1ce3b1c commit ca2e310

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

changelog/2.100.0_pre.dd

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION May 07, 2022, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 22 major changes and 162 fixed Bugzilla issues.
8+
$(VER) comes with 23 major changes and 171 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 40 contributors)
10+
$(LINK2 #contributors, 41 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -33,6 +33,7 @@ $(BUGSTITLE_TEXT_HEADER Library changes,
3333

3434
$(LI $(RELATIVE_LINK2 std_functional_bind,New function `bind` in `std.functional`))
3535
$(LI $(RELATIVE_LINK2 std_typecons_nullable_range,`Nullable` in `std.typecons` can now act as a range))
36+
$(LI $(RELATIVE_LINK2 zlib,Zlib updated to 1.2.12))
3637

3738
)
3839

@@ -485,6 +486,13 @@ void printValues(Nullable!int[] values)
485486
---
486487
)
487488

489+
$(LI $(LNAME2 zlib,Zlib updated to 1.2.12)
490+
$(CHANGELOG_SOURCE_FILE phobos, changelog/zlib.dd)
491+
$(P
492+
The bundled zlib has been updated to version 1.2.12.
493+
)
494+
)
495+
488496

489497
)
490498

@@ -622,6 +630,7 @@ $(LI $(BUGZILLA 22997): DMD crash: copy ctor can't call other ctor)
622630
$(LI $(BUGZILLA 22999): no switch fallthrough error with multi-valued case)
623631
$(LI $(BUGZILLA 23019): Missing filename when -of points to an existing directory)
624632
$(LI $(BUGZILLA 23036): Rvalue constructor with default parameter crashes compiler in the presence of a copy constructor)
633+
$(LI $(BUGZILLA 23046): [REG][CODEGEN] __simd$(LPAREN)XMM.LODLPS$(RPAREN) bad codegen)
625634
)
626635
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
627636

@@ -669,7 +678,6 @@ $(LI $(BUGZILLA 22846): [REG 2.066] SIGBUS, Bus error in _d_newarrayiT)
669678
$(LI $(BUGZILLA 22848): DWARF .debug_line section should be generated to conform with DW_AT_stmt_list bounds)
670679
$(LI $(BUGZILLA 22874): ICE: Segmentation fault building druntime on mips64el-linux)
671680
$(LI $(BUGZILLA 22876): importC: expression parsing affected by parentheses that should do nothing)
672-
$(LI $(BUGZILLA 22877): importC: wrong sizeof for string literal)
673681
$(LI $(BUGZILLA 22878): importC: glibc fallback for HUGE_VAL gives 'not representable')
674682
$(LI $(BUGZILLA 22884): ImportC: function does not decay to pointer when being cast)
675683
$(LI $(BUGZILLA 22885): ImportC: typedef declared with itself should work)
@@ -723,6 +731,14 @@ $(LI $(BUGZILLA 23028): ImportC: found _Generic instead of statement)
723731
$(LI $(BUGZILLA 23029): ImportC: _Generic treats pointer to const and regular pointers as the same type)
724732
$(LI $(BUGZILLA 23031): importC: hex character escapes should be variable length)
725733
$(LI $(BUGZILLA 23034): importC: head-const struct confused with multiple files on command line)
734+
$(LI $(BUGZILLA 23037): importC: type with only type-qualifier doesn't work)
735+
$(LI $(BUGZILLA 23038): importC: sizeof inside struct has struct members in scope)
736+
$(LI $(BUGZILLA 23039): importC: declaration with array length has itself in scope)
737+
$(LI $(BUGZILLA 23044): importC: comma expression with function call parsed as declaration)
738+
$(LI $(BUGZILLA 23045): importC: casted function type is missing extern$(LPAREN)C$(RPAREN))
739+
$(LI $(BUGZILLA 23047): [ICE][SIMD] Do not SROA vector types)
740+
$(LI $(BUGZILLA 23056): importC: dmd asserts for missing return statement in CTFE function)
741+
$(LI $(BUGZILLA 23057): importC: dmd segfault on invalid syntax)
726742
)
727743
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
728744

@@ -782,6 +798,7 @@ $(LI $(BUGZILLA 22763): importing std.utf fails in BetterC)
782798
$(LI $(BUGZILLA 22822): core.sys.posix.sys.stat: PPC stat_t bindings corrupt)
783799
$(LI $(BUGZILLA 22832): Can't destroy class with overloaded opCast)
784800
$(LI $(BUGZILLA 22843): Program hangs on full gc collect with --DRT-gcopt=fork:1 if run under valgrind/callgrind)
801+
$(LI $(BUGZILLA 23051): OpenBSD: Build broken on 2.100.0-beta.1 due to the inout attribute no longer implying the return attribute)
785802
)
786803
$(BUGSTITLE_BUGZILLA Druntime enhancements,
787804

@@ -803,7 +820,7 @@ $(BUGSTITLE_BUGZILLA Installer bug fixes,
803820
$(LI $(BUGZILLA 22958): [Internal] Installer uses outdated image on Azure)
804821
)
805822
)
806-
$(D_CONTRIBUTORS_HEADER 40)
823+
$(D_CONTRIBUTORS_HEADER 41)
807824
$(D_CONTRIBUTORS
808825
$(D_CONTRIBUTOR Adam D. Ruppe)
809826
$(D_CONTRIBUTOR aG0aep6G)
@@ -828,6 +845,7 @@ $(D_CONTRIBUTORS
828845
$(D_CONTRIBUTOR Johan Engelen)
829846
$(D_CONTRIBUTOR João Lourenço)
830847
$(D_CONTRIBUTOR Luís Ferreira)
848+
$(D_CONTRIBUTOR Martin Kinkelin)
831849
$(D_CONTRIBUTOR Martin Nowak)
832850
$(D_CONTRIBUTOR Mathias Lang)
833851
$(D_CONTRIBUTOR Max Haughton)

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Macros:
202202
_=BETA=$(COMMENT $0)
203203
BETA=$0
204204
B_DMDV2=2.100.0
205-
B_SUFFIX=beta.1
205+
B_SUFFIX=rc.1
206206

207207
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
208208
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)