Version 1.6.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/freeze-1_6_0@16195 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-03-17 18:18:28 +00:00
parent 68a601e25a
commit 876c6edb1d
5 changed files with 15 additions and 11 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Base Library, version 1.5.2, is now available.
The GNUstep Base Library, version 1.6.0, is now available.
What is the GNUstep Base Library?
=================================
@ -19,11 +19,11 @@ portion of the OpenStep standard (the Foundation library).
There is more information available at the GNUstep homepage at
`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.
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
minor release numbers (1.4.1) are stable releases.
Noteworthy changes in version `1.5.2'
Noteworthy changes in version `1.6.0'
=====================================
* More MinGW support
@ -41,7 +41,7 @@ Noteworthy changes in version `1.5.2'
Where can you get it? How can you compile it?
==============================================
The gnustep-base-1.5.2.tar.gz distribution file has been placed on
The gnustep-base-1.6.0.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-03-17 Adam Fedor <fedor@gnu.org>
* Version 1.6.0
2003-03-17 Adam Fedor <fedor@gnu.org>
* Testing/LoadMe.m (afterLoad): Use description, not name.

View file

@ -9,7 +9,7 @@ The currently released version of the library is
@samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{1.5.2}
@section Noteworthy changes in version @samp{1.6.0}
@itemize @bullet
@item More MinGW support

4
NEWS
View file

@ -1,9 +1,9 @@
News
****
The currently released version of the library is `1.5.2'.
The currently released version of the library is `1.6.0'.
Noteworthy changes in version `1.5.2'
Noteworthy changes in version `1.6.0'
=====================================
* More MinGW support

View file

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