Version 1.3.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13120 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-03-14 16:07:01 +00:00
parent af6f96f586
commit 4d9788c3f6
9 changed files with 67 additions and 27 deletions

View file

@ -28,6 +28,9 @@ addition you should install an Objective-C library (gnustep-objc) if you
are not using gcc 3.x, as well some other libraries (notably
ffcall). See the GNUstep-HOWTO for more information.
After installing this library you should install gnustep-gui if you are
going to use graphical applications.
When you configure this library, make sure you use the same
configuration options as with gstep-make. Some additional options to
configure are described below.
@ -112,7 +115,7 @@ get from @url{ftp://www.gnustep.org/pub/gnustep/libs/} or
@url{http://clisp.cons.org/~haible/}. You also need to have a special
version of the Objective-C library (before gcc 3.0 the required hooks
were not in the standard library). You can get this library from
@url{ftp://www.gnustep.org/pub/gnustep/libs/libobjc-1.0.0.tar.gz}.
@url{ftp://www.gnustep.org/pub/gnustep/libs/libobjc-1.2.0.tar.gz}.
@node OpenSSL, , FFI Library, Configuration
@subsection OpenSSL

View file

@ -9,6 +9,22 @@ The currently released version of the library is
@samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{1.3.0}
@itemize @bullet
@item Moved additional classes into subprojects and/or bundles to make it
easier to port these to other Foundation libraries..
@item Traditional Chinese extensions added.
@item Better support for resources (bundles)
@item Ports and DO work on MingW.
@item Better KeyValueCoding support (for EOF).
@item New, partially finished Objective-C/Foundation programming manual.
@end itemize
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.1.0}
@itemize @bullet
@ -24,10 +40,6 @@ libraries and tools (like a lightweight framework).
@item XML property lists
@end itemize
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.0.2}
Mostly a bug fix release to work with the new gcc 3.0.

View file

@ -19,6 +19,10 @@ The file @samp{NEWS} has the library's feature history.
The files @samp{INSTALL} or @samp{GNUstep-HOWTO} (from the web site)
gives instructions for installing the library.
Note that releases numbers that have an odd minor version (e.g. 1.3.2)
are unstable releases. They are not as well tested as stable releases
(e.g. 1.4.1).
@section License
The GNUstep libraries are covered under the GNU Lesser Public License.