mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Version 1.3.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14021 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
981a733a82
commit
03d6b239b1
9 changed files with 57 additions and 50 deletions
|
@ -119,12 +119,12 @@ version of the Objective-C library if you are not using gcc 3.x
|
|||
library). You can get this library from
|
||||
@url{ftp://www.gnustep.org/pub/gnustep/libs}.
|
||||
|
||||
Support for the libffi library has also been added, although it is still
|
||||
experimental. Current versions of libffi are only distributed with gcc
|
||||
version 3.x, although it is not installed by default. To install it,
|
||||
after you have built gcc, go to the libffi build directory and type
|
||||
'make install'. To enable this in the gnustep-base library, use the
|
||||
configure option @code{--enable-libffi}.
|
||||
Support for the libffi library has also been added, although it is not
|
||||
as well tested as ffcall. Current versions of libffi are only
|
||||
distributed with gcc version 3.x, although it is not installed by
|
||||
default. To install it, after you have built gcc, go to the libffi
|
||||
build directory and type 'make install'. To enable this in the
|
||||
gnustep-base library, use the configure option @code{--enable-libffi}.
|
||||
|
||||
@node OpenSSL, , FFI Library, Configuration
|
||||
@subsection OpenSSL
|
||||
|
|
|
@ -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.4}
|
||||
|
||||
This is a first pre-release version for 1.4.
|
||||
|
||||
This version also fixes a potentially destructive bug in gdomap. All
|
||||
users are urged to upgrade to this version as soon as possible.
|
||||
|
||||
@itemize @bullet
|
||||
@item gdomap - don't write pidfile until after setuid away from root
|
||||
@item New combined Unix/Windows version of NSFileHandle
|
||||
@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.3.3}
|
||||
|
||||
Note there are interface and binary changes in this release that
|
||||
|
@ -24,10 +40,6 @@ require you to recompile all applications and tools that use gnustep-base.
|
|||
@item Support for system-wide .GNUsteprc
|
||||
@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.3.2}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue