diff --git a/ChangeLog b/ChangeLog index fd2ea5c1c..a4c0b8061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-06 Adam Fedor + + * Documentation/news.texi, Documentation/releasenotes.texi: Update. + 2009-05-04 Fred Kiefer * Source/NSObject.m: Correct asm for PPC. diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc index efcb78edd..a0c869611 100644 --- a/Documentation/ReleaseNotes.gsdoc +++ b/Documentation/ReleaseNotes.gsdoc @@ -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.

+
+ Version 1.19.1 +

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

+ Highlights: + + NSData + + Implemented new Mac OS X methods for writing data. + + NSFileManager + + Fix -fileOwnerAccountID and -fileGroupOwnerAccountID to + return the correct type. + + NSHashTable, NSMapTable + + New Mac OS X 10.5 API classes. + + Garbage Collection + + Get GC working again. Fixes in various classes to work better with GC. + + Mac OS X 10.5 Return Types + + 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. + + NSArray + + New methods for inserting objects with NSIndexSet + + +
Version 1.19.0

diff --git a/Documentation/news.texi b/Documentation/news.texi index af1265d19..999ef7b0e 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -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