Version 1.7.4

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/freeze_1_8_0@17681 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-09-16 04:02:45 +00:00
parent 379c9873cd
commit 488b8e3457
5 changed files with 27 additions and 14 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Base Library, version 1.7.3, is now available.
The GNUstep Base Library, version 1.7.4, is now available.
What is the GNUstep Base Library?
=================================
@ -23,22 +23,17 @@ 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.3'
Noteworthy changes in version `1.7.4'
=====================================
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.
* Added Korean encoding
* A number of Protocol and DO fixes.
* New TraditionalChinese language.
* Updated use of ObjCRuntime functions.
Where can you get it? How can you compile it?
==============================================
The gnustep-base-1.7.3.tar.gz distribution file has been placed on
The gnustep-base-1.7.4.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-09-15 Adam Fedor <fedor@gnu.org>
* Version 1.7.4
2003-09-15 Adam Fedor <fedor@gnu.org>
* Source/NSBundle.m (+_addFrameworkFromClass:): Check

View file

@ -9,6 +9,15 @@ The currently released version of the library is
@samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear
@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
@ -21,8 +30,6 @@ headers may not compile because of this.
@item New TraditionalChinese language.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.7.2}
@itemize @bullet

9
NEWS
View file

@ -1,7 +1,14 @@
News
****
The currently released version of the library is `1.7.3'.
The currently released version of the library is `1.7.4'.
Noteworthy changes in version `1.7.4'
=====================================
* Added Korean encoding
* Updated use of ObjCRuntime functions.
Noteworthy changes in version `1.7.3'
=====================================

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=3
SUBMINOR_VERSION=4
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}