mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
64d7feafd2
commit
07c8e3423a
9 changed files with 83 additions and 32 deletions
|
@ -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}.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue