|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION Mar 01, 2024, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 15 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 6 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 20802): [REG2.088.0] Link failure with writefln) |
| 22 | +$(LI $(BUGZILLA 24371): [REG 2.104] String array concatenation does not respect operator precedence) |
| 23 | +) |
| 24 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 25 | + |
| 26 | +$(LI $(BUGZILLA 20297): ld: warning: no platform load command found for macOS) |
| 27 | +$(LI $(BUGZILLA 21047): Linker error: GOT load reloc does not point to a movq instruction) |
| 28 | +$(LI $(BUGZILLA 22556): Invalid GOT load reloc with -O on MacOS) |
| 29 | +$(LI $(BUGZILLA 23517): dmd with -g flag fails to link on macOS with unaligned pointer) |
| 30 | +$(LI $(BUGZILLA 24137): Link failure on macOS with symbol count from symbol table and dynamic symbol table differ) |
| 31 | +$(LI $(BUGZILLA 24365): ICE when printing 'showCtfeContext' error) |
| 32 | +$(LI $(BUGZILLA 24370): static array values in static AA initialise to dynamic arrays) |
| 33 | +$(LI $(BUGZILLA 24399): Link failure on MacOS with address=0x0 points to section$(LPAREN)2$(RPAREN) with no content in config_a68_4c3.o) |
| 34 | +$(LI $(BUGZILLA 24401): OSX: Linker error: GOT load reloc does not point to a movq instruction) |
| 35 | +$(LI $(BUGZILLA 24402): OSX: Linker warning: pointer not aligned at __OBJC_PROTOCOL_$_Foo) |
| 36 | +$(LI $(BUGZILLA 24407): OSX: ld: Assertion failed: $(LPAREN)slot < _sideTableBuffer.size$(LPAREN)$(RPAREN)$(RPAREN), function addAtom) |
| 37 | +$(LI $(BUGZILLA 24409): DMD crash for CTFE in stompOverlappedFields) |
| 38 | +$(LI $(BUGZILLA 24422): ImportC: ICE: Segfault in cparseFunctionDefinition) |
| 39 | +) |
| 40 | +) |
| 41 | +$(D_CONTRIBUTORS_HEADER 6) |
| 42 | +$(D_CONTRIBUTORS |
| 43 | + $(D_CONTRIBUTOR Dennis Korpel) |
| 44 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 45 | + $(D_CONTRIBUTOR Martin Kinkelin) |
| 46 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 47 | + $(D_CONTRIBUTOR Teodor Dutu) |
| 48 | + $(D_CONTRIBUTOR Tim Schendekehl) |
| 49 | +) |
| 50 | +$(D_CONTRIBUTORS_FOOTER) |
| 51 | +$(CHANGELOG_NAV_INJECT) |
| 52 | + |
| 53 | +Macros: |
| 54 | + VER=2.107.1 |
| 55 | + TITLE=Change Log: $(VER) |
0 commit comments