Skip to content

Commit 03e0017

Browse files
committed
update download and changelog for v2.080.0
1 parent 2ca406c commit 03e0017

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.079.1
1+
2.080.0

changelog/2.080.0_pre.dd renamed to changelog/2.080.0.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ $(LI $(BUGZILLA 18767): __xtoHash memberwise hashing shouldn't just sum the memb
698698
$(BUGSTITLE_BUGZILLA Phobos regressions,
699699

700700
$(LI $(BUGZILLA 17961): std.uni does not compile with -unittest -dip1000)
701+
$(LI $(BUGZILLA 18800): [REG2.080.0-beta.1] Array.length setter segfaults for payloads with indirections)
701702
)
702703
$(BUGSTITLE_BUGZILLA Phobos bugs,
703704

download.dd

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

211211
DMDV2=$(LATEST)
212212

213-
_=BETA=$(COMMENT $0)
214-
BETA=$0
213+
BETA=$(COMMENT $0)
214+
_=BETA=$0
215215
B_DMDV2=2.080.0
216216
B_SUFFIX=rc.1
217217

0 commit comments

Comments
 (0)