mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Update for release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28270 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
912f62759a
commit
54eea9c2de
3 changed files with 56 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-05-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/news.texi, Documentation/releasenotes.texi: Update.
|
||||
|
||||
2009-05-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSObject.m: Correct asm for PPC.
|
||||
|
|
|
@ -28,6 +28,47 @@ notice and this notice are preserved.
|
|||
changes and other information that might help developers and users
|
||||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
<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).
|
||||
Also many Mac OS X 10.5 methods and classes have been added, as well
|
||||
as compatibility improvements.
|
||||
</p>
|
||||
Highlights:
|
||||
<deflist>
|
||||
<term>NSData</term>
|
||||
<desc>
|
||||
Implemented new Mac OS X methods for writing data.
|
||||
</desc>
|
||||
<term>NSFileManager</term>
|
||||
<desc>
|
||||
Fix -fileOwnerAccountID and -fileGroupOwnerAccountID to
|
||||
return the correct type.
|
||||
</desc>
|
||||
<term>NSHashTable, NSMapTable</term>
|
||||
<desc>
|
||||
New Mac OS X 10.5 API classes.
|
||||
</desc>
|
||||
<term>Garbage Collection</term>
|
||||
<desc>
|
||||
Get GC working again. Fixes in various classes to work better with GC.
|
||||
</desc>
|
||||
<term>Mac OS X 10.5 Return Types</term>
|
||||
<desc>
|
||||
Methods have been converted to use return types and
|
||||
arguments of NSInteger, NSUInteger and CGFloat. For now,
|
||||
these types are equivalent to the old types. This can be
|
||||
changed in NSObjCRuntime.h so that integer tpyes are the
|
||||
same size as a pointer, and the float type is actually a
|
||||
double on 64bit processors.
|
||||
</desc>
|
||||
<term>NSArray</term>
|
||||
<desc>
|
||||
New methods for inserting objects with NSIndexSet
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
<section>
|
||||
<heading>Version 1.19.0</heading>
|
||||
<p>
|
||||
|
|
|
@ -11,6 +11,17 @@ 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.1}
|
||||
|
||||
@item @bullet
|
||||
@item New Mac OS X methods for writing data in NSData
|
||||
@item New classes NSHashTable and NSMapTable
|
||||
@item Garbage collection now works again and is much improved.
|
||||
@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
|
||||
|
@ -21,8 +32,6 @@ See the @url{ReleaseNotes.html} document for more information.
|
|||
@item Support for @@synchronize
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.15.3}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
Loading…
Reference in a new issue