Skip to content

Commit d03ee34

Browse files
committed
Merge branch 'hotfix/4.17.1'
2 parents b0dcb27 + 36f62fe commit d03ee34

File tree

6 files changed

+12
-45
lines changed

6 files changed

+12
-45
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ This change log begins with the first ever pre-release version of _CodeSnip_. Re
1212
From v4.1.0 the version numbering has attempted to adhere to the principles of [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

1414

15+
## Release v4.17.1 of 31 July 2020
16+
17+
Hotfix release.
18+
19+
* Corrected "What's New" dialogue box content that is displayed _only_ when updating from v4.15.1 and earlier. The correction is to ensure the text makes sense when release 4.16.0 has been skipped. This change should have been made in v4.17.0.
20+
* Removed a redundant resource.
21+
22+
1523
## Release v4.17.0 of 31 July 2020
1624

1725
+ Added support for test compilation with, and detection of, Delphi 10.2 Tokyo, Delphi 10.3 Rio and Delphi 10.4 Sydney compilers.

Diff for: Src/HTML.hrc

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ Res\HTML\dlg-comperror-tplt.html
2828
# active text preview dialogue
2929
Res\HTML\dlg-activetext-preview-tplt.html
3030

31-
# news dialogue
32-
Res\HTML\dlg-rssnews.html
33-
3431
# SWAG import dialogue
3532
Res\HTML\dlg-swag-import-intro-tplt.html
3633
Res\HTML\dlg-swag-import-outro-tplt.html

Diff for: Src/Res/HTML/dlg-rssnews.html

-29
This file was deleted.

Diff for: Src/Res/HTML/dlg-whatsnew.html

-9
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,9 @@
2121
</head>
2222

2323
<body>
24-
<!--
25-
*** This para to be used in release after 4.16.0:
2624
<p class="lead">
2725
You seem to be updating from a version of CodeSnip prior to v4.16.0.
2826
</p>
29-
-->
30-
<!--
31-
*** Following para to be removed from release after 4.16.0
32-
-->
33-
<p class="lead">
34-
Important information about CodeSnip v4.16.0
35-
</p>
3627
<p>
3728
<strong>There are several important differences from your old version of CodeSnip that you need to know about.</strong>
3829
</p>

Diff for: Src/VCodeSnip.vi

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
[Fixed File Info]
11-
File Version #=4, 17, 0, 258
12-
Product Version #=4, 17, 0, 0
11+
File Version #=4, 17, 1, 259
12+
Product Version #=4, 17, 1, 0
1313
File OS=4
1414
File Type=1
1515
File Sub-Type=0

Diff for: Src/VCodeSnipPortable.vi

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
[Fixed File Info]
11-
File Version #=4, 17, 0, 258
12-
Product Version #=4, 17, 0, 0
11+
File Version #=4, 17, 1, 259
12+
Product Version #=4, 17, 1, 0
1313
File OS=4
1414
File Type=1
1515
File Sub-Type=0

0 commit comments

Comments
 (0)