Skip to content

Commit dbd506b

Browse files
committed
update download and changelog for v2.102.1-beta.1
1 parent 83db64f commit dbd506b

File tree

2 files changed

+82
-4
lines changed

2 files changed

+82
-4
lines changed

changelog/2.102.1_pre.dd

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Feb 15, 2023, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 1 major change and 5 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 5 contributors)
11+
who made $(VER) possible.)
12+
13+
$(BUGSTITLE_TEXT_HEADER Dub changes,
14+
15+
$(LI $(RELATIVE_LINK2 cwd-fix,Reverted v1.31.0 working directory change when using `dub run --root=<value>`))
16+
17+
)
18+
19+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
20+
21+
$(CHANGELOG_SEP_HEADER_TEXT)
22+
23+
$(BUGSTITLE_TEXT_BODY Dub changes,
24+
25+
$(LI $(LNAME2 cwd-fix,Reverted v1.31.0 working directory change when using `dub run --root=<value>`)
26+
$(CHANGELOG_SOURCE_FILE dub, changelog/cwd-fix.dd)
27+
$(P
28+
DUB < v1.31.0 would run applications in the working directory it was invoked in,
29+
ignoring the `--root` argument.
30+
)
31+
32+
$(P
33+
In v1.31.0, `dub` started to respect the `--root` argument and run programs in
34+
the requested directory.
35+
)
36+
37+
$(P
38+
While sometimes desirable, this change was not intended, and has now been
39+
reverted. To restore the 1.31.0 behaivor, set `"workingDirectory"` to `"."` in
40+
the dub.json/dub.sdl file. This works both with older DUB versions and with
41+
future DUB versions.
42+
)
43+
)
44+
45+
46+
)
47+
48+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
49+
50+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
51+
52+
$(LI $(BUGZILLA 23674): incompatible types for array comparison: string and string)
53+
)
54+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
55+
56+
$(LI $(BUGZILLA 23662): ImportC bad handling of enum arguments for a function)
57+
$(LI $(BUGZILLA 23672): importC: Infinite recursion: Error: found 'End of File' when expecting ',')
58+
$(LI $(BUGZILLA 23679): off-by-one error for static array size limit)
59+
)
60+
$(BUGSTITLE_BUGZILLA Phobos bug fixes,
61+
62+
$(LI $(BUGZILLA 23668): Can't stable sort structs with disabled default constructor.)
63+
)
64+
)
65+
$(D_CONTRIBUTORS_HEADER 5)
66+
$(D_CONTRIBUTORS
67+
$(D_CONTRIBUTOR Dennis)
68+
$(D_CONTRIBUTOR Dmytro Katyukha)
69+
$(D_CONTRIBUTOR Iain Buclaw)
70+
$(D_CONTRIBUTOR Mathis Beer)
71+
$(D_CONTRIBUTOR Razvan Nitu)
72+
)
73+
$(D_CONTRIBUTORS_FOOTER)
74+
$(CHANGELOG_NAV_INJECT)
75+
76+
Macros:
77+
VER=2.102.1
78+
TITLE=Change Log: $(VER)

download.dd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ Macros:
199199

200200
DMDV2=$(LATEST)
201201

202-
BETA=$(COMMENT $0)
203-
_=BETA=$0
204-
B_DMDV2=2.102.0
205-
B_SUFFIX=rc.1
202+
_=BETA=$(COMMENT $0)
203+
BETA=$0
204+
B_DMDV2=2.102.1
205+
B_SUFFIX=beta.1
206206

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

0 commit comments

Comments
 (0)