mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Version 1.7.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17311 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bc027d440
commit
b1aef94383
6 changed files with 47 additions and 22 deletions
25
ANNOUNCE
25
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
Announcement
|
||||
************
|
||||
|
||||
The GNUstep Base Library, version 1.7.1, is now available.
|
||||
The GNUstep Base Library, version 1.7.2, is now available.
|
||||
|
||||
What is the GNUstep Base Library?
|
||||
=================================
|
||||
|
@ -23,32 +23,21 @@ portion of the OpenStep standard (the Foundation library).
|
|||
number, y, in x.y.z) are unstable releases (like 1.5.2), which even
|
||||
minor release numbers (1.4.1) are stable releases.
|
||||
|
||||
Noteworthy changes in version `1.7.1'
|
||||
Noteworthy changes in version `1.7.2'
|
||||
=====================================
|
||||
|
||||
Bug fixes.
|
||||
* NSUndoManager improvements
|
||||
|
||||
Noteworthy changes in version `1.7.0'
|
||||
=====================================
|
||||
* New NSMessagePort implementation.
|
||||
|
||||
See gnustep-make for comments on the filesystem change. Some
|
||||
components of gnustep-base are now stored in different directories and
|
||||
in some cases you should use different methods to look for them. Use
|
||||
+pathForLibraryResource:ofType:inDirectory: instead of
|
||||
+pathForGNUstepResource:. Also try using +bundleForLibrary:.
|
||||
* Private GSTcpPort becomre NSSocketPort.
|
||||
|
||||
gnustep-base is now documentated as OpenStep complient. Other
|
||||
changes:
|
||||
|
||||
* Add GSApplicationSupportDirectory for
|
||||
NSSearchPathForDirectoriesInDomains.
|
||||
|
||||
* Added man page for gdomap
|
||||
* Improvements to handle selectors better over remote connections.
|
||||
|
||||
Where can you get it? How can you compile it?
|
||||
==============================================
|
||||
|
||||
The gnustep-base-1.7.1.tar.gz distribution file has been placed on
|
||||
The gnustep-base-1.7.2.tar.gz distribution file has been placed on
|
||||
`ftp.gnustep.org' in `pub/gnustep/core'.
|
||||
|
||||
Please log bug reports on the GNUstep project page
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2003-07-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 1.7.2
|
||||
|
||||
2003-07-22 Jeremy Bettis <jeremy@deadbeef.com>
|
||||
|
||||
* Headers/gnustep/base/objc-gnu2next.h (class_nextMethodList):
|
||||
|
|
|
@ -9,6 +9,17 @@ The currently released version of the library is
|
|||
@samp{@value{GNUSTEP-BASE-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{1.7.2}
|
||||
|
||||
@itemize @bullet
|
||||
@item NSUndoManager improvements
|
||||
@item New NSMessagePort implementation.
|
||||
@item Private GSTcpPort becomre NSSocketPort.
|
||||
@item Improvements to handle selectors better over remote connections.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.7.1}
|
||||
|
||||
Bug fixes.
|
||||
|
@ -30,8 +41,6 @@ NSSearchPathForDirectoriesInDomains.
|
|||
@end itemize
|
||||
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.6.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
12
INSTALL
12
INSTALL
|
@ -20,6 +20,18 @@ are going to use graphical applications.
|
|||
configuration options as with gstep-make. Some additional options to
|
||||
configure are described below.
|
||||
|
||||
Quick installation instructions:
|
||||
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
To make and install the documentation:
|
||||
|
||||
cd Documentation
|
||||
make
|
||||
make install
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
|
|
13
NEWS
13
NEWS
|
@ -1,7 +1,18 @@
|
|||
News
|
||||
****
|
||||
|
||||
The currently released version of the library is `1.7.1'.
|
||||
The currently released version of the library is `1.7.2'.
|
||||
|
||||
Noteworthy changes in version `1.7.2'
|
||||
=====================================
|
||||
|
||||
* NSUndoManager improvements
|
||||
|
||||
* New NSMessagePort implementation.
|
||||
|
||||
* Private GSTcpPort becomre NSSocketPort.
|
||||
|
||||
* Improvements to handle selectors better over remote connections.
|
||||
|
||||
Noteworthy changes in version `1.7.1'
|
||||
=====================================
|
||||
|
|
2
Version
2
Version
|
@ -7,7 +7,7 @@ GCC_VERSION=2.8.0
|
|||
# The version number of this release.
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=7
|
||||
SUBMINOR_VERSION=1
|
||||
SUBMINOR_VERSION=2
|
||||
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BASE_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue