Merge branch 'master' of ssh://github.com/gnustep/libs-base

Conflicts:
	ChangeLog
This commit is contained in:
Richard Frith-Macdonald 2018-01-01 11:07:18 +00:00
commit c0eb4e1f65
5 changed files with 19 additions and 4 deletions

View file

@ -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.

View file

@ -16,6 +16,15 @@
the loop must be run inside an exception handler which makes sure to
remove the handle from the loop before re-raising the exception.
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:

View file

@ -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>

View file

@ -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
View file

@ -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.