Explain changes after 0.1.7.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@298 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-04-06 01:39:58 +00:00
parent 6929e1d57d
commit ceb98eede4

View file

@ -1,7 +1,40 @@
@include version.texi
@ifset NEWS_ONLY
@chapter News about GNU Objective C Class Library
The currently released version of the library is
@samp{@value{OBJECTS_VERSION}}.
@end ifset
@include version.texi
@section Noteworthy changes since version @samp{0.1.7}
@itemize
@item
Thanks to Adam Fedor <fedor@@boulder.colorado.edu>, classes NSBundle,
NSNumber and NSValue are now operational. He also provided stubs for
NSArray, NSCoder and NSDictionary.
@item
NSArray has been fleshed out. There are new classes NSConcreteArray and
NSConcreteMutableArray. Basic operations with the NSArray class cluster
now work, and it is set up to coexist nicely with the GNU collection
heirarchy. Next I'll do NSDictionary in a similar style.
@item
From Adam Fedor, there is a new patch to the gcc Objective C runtime
that aids dynamic linking. You'll have to apply this patch and
reinstall the runtime before you can compile this version of libobjects.
@item
Several bug fixes, including two serious ones in Collection deallocation
and behavior adding. See the ChangeLog for details.
@end itemize
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE_ONLY
@section Noteworthy changes since version @samp{0.1.5}
@ -45,10 +78,6 @@ the ChangeLog.
@end itemize
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE_ONLY
@section Noteworthy changes since version @samp{0.1.3}
This release not well tested at all. We desperately need someone to