Skip to content

Commit b05f46f

Browse files
committed
release-chore: Update release notes for 1.25.1
Take note of compatibility improvement changes since release notes were written, and fix a typo.
1 parent ae33519 commit b05f46f

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

ANNOUNCE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ portion of the OpenStep standard (the Foundation library).
2727
* NSFileManager fixes and tweaks to match OSX implementation
2828
* NSDistributedLock bugfix for pre-existing lock directories
2929
* Alternative sort algorithms selectable at runtime
30-
* Other morte minor bugfixes and cleanups.
30+
* Compatibility-related changes for environments not supporting weak
31+
symbols
32+
* Other more minor bugfixes and cleanups.
3133
* As usual, this release also contains an update to include the most
3234
recent international timezone data.
3335

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017-12-31 Ivan Vucica <[email protected]>
2+
3+
* ANNOUNCE
4+
* NEWS
5+
* Documentation/ReleaseNotes.gsdoc
6+
* Documentation/news.texi: Update release notes for 1.25.1 to
7+
take note of compatibility improvement changes since release
8+
notes were written, and to fix a typo.
9+
110
2017-12-21 Riccardo Mottola <[email protected]>
211

312
* Source/NSObject.m:

Documentation/ReleaseNotes.gsdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ notice and this notice are preserved.
3838
NSFileManager fixes and tweaks to match OSX implementation<br />
3939
NSDistributedLock bugfix for pre-existing lock directories<br />
4040
Alternative sort algorithms selectable at runtime<br />
41-
Other morte minor bugfixes and cleanups.<br />
41+
Compatibility-related changes for environments not supporting weak symbols<br />
42+
Other more minor bugfixes and cleanups.<br />
4243
As usual, this release also contains an update to include the
4344
most recent international timezone data.
4445
</p>

Documentation/news.texi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ See the @url{ReleaseNotes.html} document for more information.
1919
@item NSFileManager fixes and tweaks to match OSX implementation
2020
@item NSDistributedLock bugfix for pre-existing lock directories
2121
@item Alternative sort algorithms selectable at runtime
22-
@item Other morte minor bugfixes and cleanups.
22+
@item Compatibility-related changes for environments not supporting weak symbols
23+
@item Other more minor bugfixes and cleanups.
2324
@item As usual, this release also contains an update to include the
2425
most recent international timezone data.
2526
@end itemize

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ The currently released version of the library is '1.25.1'.
1414
* NSFileManager fixes and tweaks to match OSX implementation
1515
* NSDistributedLock bugfix for pre-existing lock directories
1616
* Alternative sort algorithms selectable at runtime
17-
* Other morte minor bugfixes and cleanups.
17+
* Compatibility-related changes for environments not supporting weak
18+
symbols
19+
* Other more minor bugfixes and cleanups.
1820
* As usual, this release also contains an update to include the most
1921
recent international timezone data.
2022

0 commit comments

Comments
 (0)