Skip to content

Commit e05cb9d

Browse files
committed
update download and changelog for v2.097.2-beta.1
1 parent b580f9b commit e05cb9d

File tree

2 files changed

+50
-3
lines changed

2 files changed

+50
-3
lines changed

changelog/2.097.2_pre.dd

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Aug 06, 2021, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 6 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 4 contributors)
11+
who made $(VER) possible.)
12+
13+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
14+
15+
$(CHANGELOG_SEP_HEADER_TEXT)
16+
17+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
18+
19+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20+
21+
$(LI $(BUGZILLA 22133): [REG2.097] Breaking change in DotTemplateExp type semantics leading to e.g. isInputRange regression)
22+
)
23+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
24+
25+
$(LI $(BUGZILLA 21912): delegate assigned to return scope variable needs closure)
26+
$(LI $(BUGZILLA 22144): ICE$(LPAREN)dcast.d$(RPAREN): Floating point exception in castTo::CastTo::visit$(LPAREN)Expression*$(RPAREN) at dmd/dcast.d:1702)
27+
)
28+
$(BUGSTITLE_BUGZILLA Druntime bug fixes,
29+
30+
$(LI $(BUGZILLA 22166): On OpenBSD and Android make core.sys.posix.arpa.inet: htonl, htons, ntohl, & ntohs work correctly on big endian architectures)
31+
$(LI $(BUGZILLA 22167): OpenBSD core.sys.posix.semaphore: sem_t should be a pointer to an opaque struct)
32+
$(LI $(BUGZILLA 22168): Fix non-compiling ELF32_M_INFO & ELF64_M_INFO in core.sys.*.sys.elf32 & core.sys.*.sys.elf64 for DragonFlyBSD, FreeBSD, NetBSD, & OpenBSD)
33+
)
34+
)
35+
$(D_CONTRIBUTORS_HEADER 4)
36+
$(D_CONTRIBUTORS
37+
$(D_CONTRIBUTOR Dennis)
38+
$(D_CONTRIBUTOR Iain Buclaw)
39+
$(D_CONTRIBUTOR Martin Nowak)
40+
$(D_CONTRIBUTOR Nathan Sashihara)
41+
)
42+
$(D_CONTRIBUTORS_FOOTER)
43+
$(CHANGELOG_NAV_INJECT)
44+
45+
Macros:
46+
VER=2.097.2
47+
TITLE=Change Log: $(VER)

download.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ Macros:
189189

190190
DMDV2=$(LATEST)
191191

192-
BETA=$(COMMENT $0)
193-
_=BETA=$0
194-
B_DMDV2=2.097.1
192+
_=BETA=$(COMMENT $0)
193+
BETA=$0
194+
B_DMDV2=2.097.2
195195
B_SUFFIX=beta.1
196196

197197
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)

0 commit comments

Comments
 (0)