mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
release-chore: Update release notes for 1.25.1
Take note of compatibility improvement changes since release notes were written, and fix a typo.
This commit is contained in:
parent
ae335197f4
commit
b05f46fc7e
5 changed files with 19 additions and 4 deletions
4
ANNOUNCE
4
ANNOUNCE
|
@ -27,7 +27,9 @@ portion of the OpenStep standard (the Foundation library).
|
|||
* NSFileManager fixes and tweaks to match OSX implementation
|
||||
* NSDistributedLock bugfix for pre-existing lock directories
|
||||
* Alternative sort algorithms selectable at runtime
|
||||
* Other morte minor bugfixes and cleanups.
|
||||
* Compatibility-related changes for environments not supporting weak
|
||||
symbols
|
||||
* Other more minor bugfixes and cleanups.
|
||||
* As usual, this release also contains an update to include the most
|
||||
recent international timezone data.
|
||||
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2017-12-31 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* ANNOUNCE
|
||||
* NEWS
|
||||
* Documentation/ReleaseNotes.gsdoc
|
||||
* Documentation/news.texi: Update release notes for 1.25.1 to
|
||||
take note of compatibility improvement changes since release
|
||||
notes were written, and to fix a typo.
|
||||
|
||||
2017-12-21 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSObject.m:
|
||||
|
|
|
@ -38,7 +38,8 @@ notice and this notice are preserved.
|
|||
NSFileManager fixes and tweaks to match OSX implementation<br />
|
||||
NSDistributedLock bugfix for pre-existing lock directories<br />
|
||||
Alternative sort algorithms selectable at runtime<br />
|
||||
Other morte minor bugfixes and cleanups.<br />
|
||||
Compatibility-related changes for environments not supporting weak symbols<br />
|
||||
Other more minor bugfixes and cleanups.<br />
|
||||
As usual, this release also contains an update to include the
|
||||
most recent international timezone data.
|
||||
</p>
|
||||
|
|
|
@ -19,7 +19,8 @@ See the @url{ReleaseNotes.html} document for more information.
|
|||
@item NSFileManager fixes and tweaks to match OSX implementation
|
||||
@item NSDistributedLock bugfix for pre-existing lock directories
|
||||
@item Alternative sort algorithms selectable at runtime
|
||||
@item Other morte minor bugfixes and cleanups.
|
||||
@item Compatibility-related changes for environments not supporting weak symbols
|
||||
@item Other more minor bugfixes and cleanups.
|
||||
@item As usual, this release also contains an update to include the
|
||||
most recent international timezone data.
|
||||
@end itemize
|
||||
|
|
4
NEWS
4
NEWS
|
@ -14,7 +14,9 @@ The currently released version of the library is '1.25.1'.
|
|||
* NSFileManager fixes and tweaks to match OSX implementation
|
||||
* NSDistributedLock bugfix for pre-existing lock directories
|
||||
* Alternative sort algorithms selectable at runtime
|
||||
* Other morte minor bugfixes and cleanups.
|
||||
* Compatibility-related changes for environments not supporting weak
|
||||
symbols
|
||||
* Other more minor bugfixes and cleanups.
|
||||
* As usual, this release also contains an update to include the most
|
||||
recent international timezone data.
|
||||
|
||||
|
|
Loading…
Reference in a new issue