mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Version 1.8.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/freeze_1_8_0@17720 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
29254aecfc
commit
65165b056f
5 changed files with 37 additions and 12 deletions
15
ANNOUNCE
15
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
Announcement
|
||||
************
|
||||
|
||||
The GNUstep Base Library, version 1.7.4, is now available.
|
||||
The GNUstep Base Library, version 1.8.0, is now available.
|
||||
|
||||
What is the GNUstep Base Library?
|
||||
=================================
|
||||
|
@ -23,17 +23,20 @@ portion of the OpenStep standard (the Foundation library).
|
|||
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.4'
|
||||
Noteworthy changes in version `1.8.0'
|
||||
=====================================
|
||||
|
||||
* Added Korean encoding
|
||||
|
||||
* Updated use of ObjCRuntime functions.
|
||||
Read the NEWS file for a compete list of changes since the last
|
||||
stable version. The major change is that the header files (both in the
|
||||
package and when installed) are in different locations. Also, due to
|
||||
filesystem changes in gnustep-make, several components of gnustep-base
|
||||
are located in different locations. Generally this should not affect the
|
||||
compilation or running of applications and tools.
|
||||
|
||||
Where can you get it? How can you compile it?
|
||||
==============================================
|
||||
|
||||
The gnustep-base-1.7.4.tar.gz distribution file has been placed on
|
||||
The gnustep-base-1.8.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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2003-09-25 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 1.8.0
|
||||
|
||||
2003-09-23 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/Additions/Makefile.preamble: Add DLL build flag for cyginw
|
||||
|
|
|
@ -9,15 +9,23 @@ The currently released version of the library is
|
|||
@samp{@value{GNUSTEP-BASE-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{1.8.0}
|
||||
|
||||
Read the NEWS file for a compete list of changes since the last stable
|
||||
version. The major change is that the header files (both in the
|
||||
package and when installed) are in different locations. Also, due to
|
||||
filesystem changes in gnustep-make, several components of gnustep-base
|
||||
are located in different locations. Generally this should not affect the
|
||||
compilation or running of applications and tools.
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.7.4}
|
||||
|
||||
@itemize @bullet
|
||||
@item Added Korean encoding
|
||||
@item Updated use of ObjCRuntime functions.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.7.3}
|
||||
|
||||
Note in this version there have been large changes to the location of
|
||||
|
|
12
NEWS
12
NEWS
|
@ -1,7 +1,17 @@
|
|||
News
|
||||
****
|
||||
|
||||
The currently released version of the library is `1.7.4'.
|
||||
The currently released version of the library is `1.8.0'.
|
||||
|
||||
Noteworthy changes in version `1.8.0'
|
||||
=====================================
|
||||
|
||||
Read the NEWS file for a compete list of changes since the last
|
||||
stable version. The major change is that the header files (both in the
|
||||
package and when installed) are in different locations. Also, due to
|
||||
filesystem changes in gnustep-make, several components of gnustep-base
|
||||
are located in different locations. Generally this should not affect the
|
||||
compilation or running of applications and tools.
|
||||
|
||||
Noteworthy changes in version `1.7.4'
|
||||
=====================================
|
||||
|
|
4
Version
4
Version
|
@ -6,8 +6,8 @@ GCC_VERSION=2.8.0
|
|||
|
||||
# The version number of this release.
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=7
|
||||
SUBMINOR_VERSION=4
|
||||
MINOR_VERSION=8
|
||||
SUBMINOR_VERSION=0
|
||||
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BASE_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue