Version 0.8.9

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17553 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2003-08-27 02:35:09 +00:00
parent 912fbf52a0
commit 8e68942f7e
6 changed files with 37 additions and 10 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE ANNOUNCE
******** ********
This is version 0.8.8 of the GNUstep GUI library (`gnustep-gui'). This is version 0.8.9 of the GNUstep GUI library (`gnustep-gui').
What is the GNUstep GUI Library? What is the GNUstep GUI Library?
================================ ================================
@ -28,17 +28,20 @@ systems.
GNUstep Base Library, the TIFF Graphics library, and a back-end GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend. component like the GNUstep 'Back' Backend.
Noteworthy changes in version `0.8.8' Noteworthy changes in version `0.8.9'
===================================== =====================================
* Updated LanguageSetup documentation Note that many headers have moved to new locations (both in the
package and when installed), so it is possible, although not likely
that some applications may not compile because they cannot find the
right header.
* Improved RTF reader (unicode support, etc). * New Language Setup documentation.
Where can you get it? How can you compile it? Where can you get it? How can you compile it?
============================================== ==============================================
The gstep-gui-0.8.8.tar.gz distribution file has been placed on The gstep-gui-0.8.9.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'. `ftp.gnustep.org' in `pub/gnustep/core'.
the TIFF Graphics library version 3.4 is required. the TIFF Graphics library version 3.4 is required.

View file

@ -1,3 +1,7 @@
2003-08-26 Adam Fedor <fedor@gnu.org>
* Version 0.8.9
2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com> 2003-08-23 Gregory John Casamento <greg_casamento@yahoo.com>
* GSNibTemplates.m: Minor corrections and bugfixes. * GSNibTemplates.m: Minor corrections and bugfixes.

View file

@ -9,6 +9,18 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}. The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear @end ifclear
@section Noteworthy changes in version @samp{0.8.9}
Note that many headers have moved to new locations (both in the package and
when installed), so it is possible, although not likely that some
applications may not compile because they cannot find the right header.
@itemize @bullet
@item New Language Setup documentation.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.8} @section Noteworthy changes in version @samp{0.8.8}
@itemize @bullet @itemize @bullet
@ -16,8 +28,6 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO
@item Improved RTF reader (unicode support, etc). @item Improved RTF reader (unicode support, etc).
@end itemize @end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.7} @section Noteworthy changes in version @samp{0.8.7}
@itemize @bullet @itemize @bullet

12
NEWS
View file

@ -1,7 +1,17 @@
NEWS NEWS
**** ****
The currently released version of the library is `0.8.8'. The currently released version of the library is `0.8.9'.
Noteworthy changes in version `0.8.9'
=====================================
Note that many headers have moved to new locations (both in the
package and when installed), so it is possible, although not likely
that some applications may not compile because they cannot find the
right header.
* New Language Setup documentation.
Noteworthy changes in version `0.8.8' Noteworthy changes in version `0.8.8'
===================================== =====================================

2
README
View file

@ -1,7 +1,7 @@
README README
****** ******
This is version 0.8.8 of the GNUstep GUI library (`gnustep-gui'). This is version 0.8.9 of the GNUstep GUI library (`gnustep-gui').
Here is some introductory info to get you started: Here is some introductory info to get you started:

View file

@ -11,7 +11,7 @@ GNUSTEP_GUI_LIBTIFF=3.4
# The version number of this release. # The version number of this release.
GNUSTEP_GUI_MAJOR_VERSION=0 GNUSTEP_GUI_MAJOR_VERSION=0
GNUSTEP_GUI_MINOR_VERSION=8 GNUSTEP_GUI_MINOR_VERSION=8
GNUSTEP_GUI_SUBMINOR_VERSION=8 GNUSTEP_GUI_SUBMINOR_VERSION=9
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
VERSION=${GNUSTEP_GUI_VERSION} VERSION=${GNUSTEP_GUI_VERSION}