Version 1.5.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15983 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-02-17 03:14:17 +00:00
parent 64d7feafd2
commit 07c8e3423a
9 changed files with 83 additions and 32 deletions

View file

@ -22,6 +22,10 @@ portion of the OpenStep standard (the Foundation library).
There is more information available at the GNUstep homepage
at @samp{http://www.gnustep.org}.
Note that versions that have a odd minor release number are unstable
releases (like 1.5.2), which even minor release numbers (1.4.1) are stable
releases.
@ignore
So that developers of non-free, commercial programs can use the library,
the library is released under the GNU Library GPL.
@ -45,6 +49,6 @@ been placed on @samp{@value{GNUSTEP-BASE-FTP-MACHINE}} in
@samp{@value{GNUSTEP-BASE-FTP-DIRECTORY}}.
@end ifset
The library requires gcc @value{GCC-VERSION} or higher.
See the @samp{GNUstep-HOWTO}
file for more instructions about compiling and installing the library.
Please log bug reports on the GNUstep project page
@url{http://savannah.gnu.org/support/?group=gnustep} or send bug
reports to @email{bug-gnustep@@gnu.org}.

View file

@ -9,6 +9,19 @@ The currently released version of the library is
@samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{1.5.2}
@itemize @bullet
@item More MinGW support
@item New MacOSX compatible methods.
@item The Base Additions library compiles on native OSX.
@item autogsdoc produces better, cleaner docs.
@item Built-in garbage collecting classes.
@item Any many many bug fixes and minor improvements.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.5.1}
@itemize @bullet
@ -22,8 +35,6 @@ The currently released version of the library is
@item NSTimeZone code rewritten for speed.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.5.0}
@itemize @bullet

View file

@ -49,7 +49,11 @@ are under GNU LGPL" (Text in quotes provided by the author of ffcall).
@item
Give us feedback! Tell us what you like; tell us what you think
could be better. Send bug reports to @email{bug-gnustep@@gnu.org}.
could be better.
Please log bug reports on the GNUstep project page
@url{http://savannah.gnu.org/support/?group=gnustep} or send bug
reports to @email{bug-gnustep@@gnu.org}.
@end itemize