Version 1.7.3

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17527 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-08-24 03:15:23 +00:00
parent 82e7a2cd3f
commit 71aead6c7c
5 changed files with 42 additions and 13 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Base Library, version 1.7.2, is now available.
The GNUstep Base Library, version 1.7.3, is now available.
What is the GNUstep Base Library?
=================================
@ -20,24 +20,25 @@ portion of the OpenStep standard (the Foundation library).
`http://www.gnustep.org'.
Note that versions that have a odd minor release number (the second
number, y, in x.y.z) are unstable releases (like 1.5.2), which even
number, y, in x.y.z) are unstable releases (like 1.5.2), while even
minor release numbers (1.4.1) are stable releases.
Noteworthy changes in version `1.7.2'
Noteworthy changes in version `1.7.3'
=====================================
* NSUndoManager improvements
Note in this version there have been large changes to the location of
header files (both in the package and when installed). It's possible
(though unlikely) that certain applications that rely on GNUstep
specific headers may not compile because of this.
* New NSMessagePort implementation.
* A number of Protocol and DO fixes.
* Private GSTcpPort becomre NSSocketPort.
* Improvements to handle selectors better over remote connections.
* New TraditionalChinese language.
Where can you get it? How can you compile it?
==============================================
The gnustep-base-1.7.2.tar.gz distribution file has been placed on
The gnustep-base-1.7.3.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'.
Please log bug reports on the GNUstep project page

View file

@ -1,3 +1,7 @@
2003-08-23 Adam Fedor <fedor@gnu.org>
* Version 1.7.3
2003-08-23 Adam Fedor <fedor@gnu.org>
* configure.ac: Fix mistake in checking for ffi.

View file

@ -9,6 +9,20 @@ The currently released version of the library is
@samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{1.7.3}
Note in this version there have been large changes to the location of
header files (both in the package and when installed). It's possible
(though unlikely) that certain applications that rely on GNUstep specific
headers may not compile because of this.
@itemize @bullet
@item A number of Protocol and DO fixes.
@item New TraditionalChinese language.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.7.2}
@itemize @bullet
@ -18,8 +32,6 @@ The currently released version of the library is
@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.

14
NEWS
View file

@ -1,7 +1,19 @@
News
****
The currently released version of the library is `1.7.2'.
The currently released version of the library is `1.7.3'.
Noteworthy changes in version `1.7.3'
=====================================
Note in this version there have been large changes to the location of
header files (both in the package and when installed). It's possible
(though unlikely) that certain applications that rely on GNUstep
specific headers may not compile because of this.
* A number of Protocol and DO fixes.
* New TraditionalChinese language.
Noteworthy changes in version `1.7.2'
=====================================

View file

@ -7,7 +7,7 @@ GCC_VERSION=2.8.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=7
SUBMINOR_VERSION=2
SUBMINOR_VERSION=3
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}