Skip to content

Commit 761c4ce

Browse files
committed
update download and changelog for v2.092.0-rc.1
1 parent 6c9937e commit 761c4ce

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

changelog/2.092.0_pre.dd

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

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION May 01, 2020, =================================================,
5+
$(VERSION May 10, 2020, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 15 major changes and 39 fixed Bugzilla issues.
8+
$(VER) comes with 15 major changes and 43 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 47 contributors)
1111
who made $(VER) possible.)
@@ -819,7 +819,7 @@ Import `std.digest` or its submodules instead.
819819
)
820820

821821
$(P
822-
Additionally the deprecation cycle for `std.digest` was started
822+
Additionally the deprecation cycle for `std.digest.digest` was started
823823
and the module will be removed in 2.101.
824824
)
825825
)
@@ -863,11 +863,13 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regressions,
863863

864864
$(LI $(BUGZILLA 20596): [REG2.086] Error on missed stack allocation for closure for template)
865865
$(LI $(BUGZILLA 20597): [REG2.080] Wrong closure GC allocation with dip1000)
866+
$(LI $(BUGZILLA 20718): enum type mismatch causes wrong location on error)
866867
$(LI $(BUGZILLA 20742): dmd -X $(LPAREN)JSON output$(RPAREN) includes uncompiled symbols)
867868
)
868869
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
869870

870871
$(LI $(BUGZILLA 14639): Assigning init value to struct uses stack, causing segfault)
872+
$(LI $(BUGZILLA 15867): Compiler reports wrong error location for immutability error)
871873
$(LI $(BUGZILLA 19949): C++ Mangling: no support for abi-tags from the Itanium ABI)
872874
$(LI $(BUGZILLA 20084): return by auto ref unsafe - and different code for inout ref and ref.)
873875
$(LI $(BUGZILLA 20461): [dip1000] Passing stack allocated string to assert compiles)
@@ -882,6 +884,8 @@ $(LI $(BUGZILLA 20658): can modify overlapped storage classes in @safe enum func
882884
$(LI $(BUGZILLA 20675): dip1000 improper error about copying scope parameter into allocated memory)
883885
$(LI $(BUGZILLA 20682): [DIP1000] wrong error: scope variable may not be copied into allocated memory)
884886
$(LI $(BUGZILLA 20696): Should error when retrieving mangling while the type is not yet final)
887+
$(LI $(BUGZILLA 20779): Segfault when self-containing struct is accessed from inside in a __traits$(LPAREN)compiles$(RPAREN) context)
888+
$(LI $(BUGZILLA 20795): [dip1000] segfault on templated opEquals)
885889
)
886890
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
887891

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Macros:
221221
_=BETA=$(COMMENT $0)
222222
BETA=$0
223223
B_DMDV2=2.092.0
224-
B_SUFFIX=beta.1
224+
B_SUFFIX=rc.1
225225

226226
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
227227
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)