mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
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:
parent
e1c69fed03
commit
525c3100b8
6 changed files with 37 additions and 10 deletions
13
ANNOUNCE
13
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
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?
|
||||
================================
|
||||
|
@ -28,17 +28,20 @@ systems.
|
|||
GNUstep Base Library, the TIFF Graphics library, and a back-end
|
||||
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?
|
||||
==============================================
|
||||
|
||||
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'.
|
||||
|
||||
the TIFF Graphics library version 3.4 is required.
|
||||
|
|
|
@ -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>
|
||||
|
||||
* GSNibTemplates.m: Minor corrections and bugfixes.
|
||||
|
|
|
@ -9,6 +9,18 @@
|
|||
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
||||
@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}
|
||||
|
||||
@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).
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.7}
|
||||
|
||||
@itemize @bullet
|
||||
|
|
12
NEWS
12
NEWS
|
@ -1,7 +1,17 @@
|
|||
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'
|
||||
=====================================
|
||||
|
|
2
README
2
README
|
@ -1,7 +1,7 @@
|
|||
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:
|
||||
|
||||
|
|
2
Version
2
Version
|
@ -11,7 +11,7 @@ GNUSTEP_GUI_LIBTIFF=3.4
|
|||
# The version number of this release.
|
||||
GNUSTEP_GUI_MAJOR_VERSION=0
|
||||
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}
|
||||
VERSION=${GNUSTEP_GUI_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue