Skip to content

Commit 684a1bf

Browse files
authored
Merge pull request #2447 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents a640de4 + 77dd34f commit 684a1bf

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

changelog/2.082.0_pre.dd

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Sep 01, 2018, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 26 major changes and 66 fixed Bugzilla issues.
8+
$(VER) comes with 27 major changes and 66 fixed Bugzilla issues.
99
A huge thanks goes to the 47 contributors who made $(VER) possible.)
1010

1111
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -14,7 +14,7 @@ $(LI $(RELATIVE_LINK2 betterc_cmp_types,Support for comparing arrays of unsigned
1414
$(LI $(RELATIVE_LINK2 betterc_versions,Added `D_ModuleInfo`, `D_Exceptions`, and `D_TypeInfo` version identifiers))
1515
$(LI $(RELATIVE_LINK2 cond_assign,Deprecate conditional expression followed by an assign expression))
1616
$(LI $(RELATIVE_LINK2 debug-unsafe,Unsafe code can now be used in debug blocks))
17-
$(LI $(RELATIVE_LINK2 deprecate-opDot,Deprecatie usage of `opDot`))
17+
$(LI $(RELATIVE_LINK2 deprecate-opDot,Deprecate usage of `opDot`))
1818
$(LI $(RELATIVE_LINK2 enum_attributes,D now supports deprecated, @disable and user-defined attributes on enum members))
1919
$(LI $(RELATIVE_LINK2 error_for_c-style_arrays,Deprecated C-style array declarations will now result in a compilation error))
2020
$(LI $(RELATIVE_LINK2 fix19043,Mangling of extern(C++) template on Windows now correctly mangles const non-pointer template parameters.))
@@ -43,6 +43,12 @@ $(LI $(RELATIVE_LINK2 std-datetime-timezone-remove,Deprecated functions for gett
4343

4444
)
4545

46+
$(BUGSTITLE_TEXT_HEADER Installer changes,
47+
48+
$(LI $(RELATIVE_LINK2 signed_windows_binaries,Windows installer and binaries are now code-signed))
49+
50+
)
51+
4652
$(BUGSTITLE_TEXT_HEADER Dub changes,
4753

4854
$(LI $(RELATIVE_LINK2 buildSettingsVars,Variables such as `$ARCH` or `$PLATFORM` are now supported in the build settings.))
@@ -171,7 +177,7 @@ void main()
171177
---
172178
)
173179

174-
$(LI $(LNAME2 deprecate-opDot,Deprecatie usage of `opDot`)
180+
$(LI $(LNAME2 deprecate-opDot,Deprecate usage of `opDot`)
175181
$(CHANGELOG_SOURCE_FILE dmd, changelog/deprecate-opDot.dd)
176182
$(P
177183
`opDot` was the D1 analog to `alias this`.
@@ -584,6 +590,35 @@ $(REF parseTZConversions, std, datetime, timezone) for details).
584590
)
585591

586592

593+
)
594+
595+
$(BUGSTITLE_TEXT_BODY Installer changes,
596+
597+
$(LI $(LNAME2 signed_windows_binaries,Windows installer and binaries are now code-signed)
598+
$(CHANGELOG_SOURCE_FILE installer, changelog/signed_windows_binaries.dd)
599+
$(P
600+
All released executables on Windows will now be code-signed by the following certificate.
601+
)
602+
603+
$(P
604+
$(PRE
605+
Issuer: C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert SHA2 Assured ID Code Signing CA
606+
Serial Number: 04:e7:49:06:78:3a:e6:5f:54:37:fd:55:45:66:5f:e5
607+
Validity
608+
Not Before: Aug 7 00:00:00 2018 GMT
609+
Not After : Aug 11 12:00:00 2021 GMT
610+
Subject: C = US, ST = Washington, L = Kirkland, O = D Language Foundation, CN = D Language Foundation
611+
SHA1 Fingerprint: BD:E0:0F:CA:EF:6A:FA:37:15:DB:D4:AA:1A:43:2E:78:27:54:E6:60
612+
SHA256 Fingerprint: AA:B0:6F:7B:A8:26:52:51:C4:24:44:1B:34:8E:30:68:F4:34:DB:35:38:6A:17:A7:45:C3:27:77:11:24:C4:E5
613+
)
614+
)
615+
616+
$(P
617+
Nightly builds and branch/feature previews will not be code-signed for now.
618+
)
619+
)
620+
621+
587622
)
588623

589624
$(BUGSTITLE_TEXT_BODY Dub changes,

0 commit comments

Comments
 (0)