@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Sep 01, 2018, =================================================,
6
6
7
7
$(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.
9
9
A huge thanks goes to the 47 contributors who made $(VER) possible.)
10
10
11
11
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -14,7 +14,7 @@ $(LI $(RELATIVE_LINK2 betterc_cmp_types,Support for comparing arrays of unsigned
14
14
$(LI $(RELATIVE_LINK2 betterc_versions,Added `D_ModuleInfo`, `D_Exceptions`, and `D_TypeInfo` version identifiers))
15
15
$(LI $(RELATIVE_LINK2 cond_assign,Deprecate conditional expression followed by an assign expression))
16
16
$(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`))
18
18
$(LI $(RELATIVE_LINK2 enum_attributes,D now supports deprecated, @disable and user-defined attributes on enum members))
19
19
$(LI $(RELATIVE_LINK2 error_for_c-style_arrays,Deprecated C-style array declarations will now result in a compilation error))
20
20
$(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
43
43
44
44
)
45
45
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
+
46
52
$(BUGSTITLE_TEXT_HEADER Dub changes,
47
53
48
54
$(LI $(RELATIVE_LINK2 buildSettingsVars,Variables such as `$ARCH` or `$PLATFORM` are now supported in the build settings.))
@@ -171,7 +177,7 @@ void main()
171
177
---
172
178
)
173
179
174
- $(LI $(LNAME2 deprecate-opDot,Deprecatie usage of `opDot`)
180
+ $(LI $(LNAME2 deprecate-opDot,Deprecate usage of `opDot`)
175
181
$(CHANGELOG_SOURCE_FILE dmd, changelog/deprecate-opDot.dd)
176
182
$(P
177
183
`opDot` was the D1 analog to `alias this`.
@@ -584,6 +590,35 @@ $(REF parseTZConversions, std, datetime, timezone) for details).
584
590
)
585
591
586
592
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
+
587
622
)
588
623
589
624
$(BUGSTITLE_TEXT_BODY Dub changes,
0 commit comments