mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Changes preparing for release
This commit is contained in:
parent
f319725536
commit
b5bea3f3a7
5 changed files with 135 additions and 96 deletions
|
@ -29,6 +29,21 @@ notice and this notice are preserved.
|
|||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
|
||||
<section>
|
||||
<heading>Version 1.25.1</heading>
|
||||
<p>A new stable release.<br />
|
||||
Unicode fixes for characters outside the base plane<br />
|
||||
Stubs for some new OSX methods<br />
|
||||
Various new OSX compatibility macro and type definitions<br />
|
||||
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 />
|
||||
As usual, this release also contains an update to include the
|
||||
most recent international timezone data.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<heading>Version 1.25.0</heading>
|
||||
<p>A new stable release.<br />
|
||||
|
|
|
@ -11,6 +11,21 @@ The currently released version of the library is
|
|||
See the @url{ReleaseNotes.html} document for more information.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{1.25.1}
|
||||
@itemize @bullet
|
||||
@item Unicode fixes for characters outside the base plane
|
||||
@item Stubs for some new OSX methods
|
||||
@item Various new OSX compatibility macro and type definitions
|
||||
@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 As usual, this release also contains an update to include the
|
||||
most recent international timezone data.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.25.0}
|
||||
@itemize @bullet
|
||||
@item Garbage collection support removed (NSGarbageCollector stub remains)
|
||||
|
@ -25,8 +40,6 @@ See the @url{ReleaseNotes.html} document for more information.
|
|||
most recent international timezone data.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.24.9}
|
||||
@itemize @bullet
|
||||
@item Niels added support for generics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue