mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Updates for 1.19.2 release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28540 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e7db98165f
commit
ae54787ec6
12 changed files with 108 additions and 14 deletions
|
@ -29,6 +29,59 @@ notice and this notice are preserved.
|
|||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
<section>
|
||||
<heading>Version 1.19.2</heading>
|
||||
<p>This is a new unstable snapshot release of the base library.
|
||||
It may contain minor binary incompatibilities with the previous
|
||||
unstable release, but should generally work with software compiled
|
||||
for that release.
|
||||
</p>
|
||||
<p>This is primarily intended as a bugfix release prior to major
|
||||
rewrite of NSLock code by David Chisnall. As such, most changes
|
||||
are bugfixes and performance tweaks. Some of the main ones are
|
||||
listed below.
|
||||
</p>
|
||||
<deflist>
|
||||
<term>NSCalendarDate</term>
|
||||
<desc>
|
||||
Add OSX compatible field widths in date formats.
|
||||
</desc>
|
||||
<term>NSCharacterSet</term>
|
||||
<desc>
|
||||
Uses a much more compact internal representation to decrease the
|
||||
memory footprint of applications which make extensive use of
|
||||
charactersets.
|
||||
</desc>
|
||||
<term>NSFileHandle</term>
|
||||
<desc>
|
||||
Fixes for socket connections on mswindows.
|
||||
</desc>
|
||||
<term>NSRunLoop</term>
|
||||
<desc>
|
||||
Adds OSX compatibility changes with timers acting like input
|
||||
sources for determining blocking.
|
||||
</desc>
|
||||
<term>NSString</term>
|
||||
<desc>
|
||||
Performance improvements converting between 8bit and 16bit
|
||||
character representations.
|
||||
</desc>
|
||||
<term>NSURL</term>
|
||||
<desc>
|
||||
Support file URLs on mswindows. Include 'Host' header in requests
|
||||
to conform to W3C standards.
|
||||
</desc>
|
||||
<term>NSUserDefaults</term>
|
||||
<desc>
|
||||
Fixes for improved thread safety.
|
||||
Now stores to file in XML format.
|
||||
</desc>
|
||||
<term>Key Value Coding/Observing</term>
|
||||
<desc>
|
||||
Various improvements for OSX compatibility.
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
<section>
|
||||
<heading>Version 1.19.1</heading>
|
||||
<p>A great deal of improvements have occured recently. This includes
|
||||
many improvements in garbage collection (first to get it working again).
|
||||
|
@ -52,7 +105,8 @@ notice and this notice are preserved.
|
|||
</desc>
|
||||
<term>Garbage Collection</term>
|
||||
<desc>
|
||||
Get GC working again. Fixes in various classes to work better with GC.
|
||||
Get GC working again. Fixes in various classes to work
|
||||
better with GC.
|
||||
</desc>
|
||||
<term>Mac OS X 10.5 Return Types</term>
|
||||
<desc>
|
||||
|
|
|
@ -11,6 +11,16 @@ 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.19.2}
|
||||
|
||||
@itemize @bullet
|
||||
@item Various OSX compatibility improvements.
|
||||
@item String handling performance improvements.
|
||||
@item Several minor bugfixes.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.19.1}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -20,8 +30,6 @@ See the @url{ReleaseNotes.html} document for more information.
|
|||
@item Method return types and arguments have been changed for Mac OS X 10.5
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.19.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue