Version 0.9.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17751 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-09-30 03:32:23 +00:00
parent 69a7e686b5
commit d7524f54ae
6 changed files with 28 additions and 15 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE
********
This is version 0.8.9 of the GNUstep GUI library (`gnustep-gui').
This is version 0.9.0 of the GNUstep GUI library (`gnustep-gui').
What is the GNUstep GUI Library?
================================
@ -28,20 +28,17 @@ systems.
GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend.
Noteworthy changes in version `0.8.9'
Noteworthy changes in version `0.9.0'
=====================================
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.
Improvements in various classes, include NSPopUpButton,
NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images
in NSWorkspace.
Where can you get it? How can you compile it?
==============================================
The gstep-gui-0.8.9.tar.gz distribution file has been placed on
The gstep-gui-0.9.0.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'.
the TIFF Graphics library version 3.4 is required.

View file

@ -1,3 +1,7 @@
2003-09-29 Adam Fedor <fedor@gnu.org>
* Version 0.9.0
2003-09-29 Fred Kiefer <FredKiefer@gmx.de>
* Headers/Additions/GNUstepGUI/GSLayoutManager.h

View file

@ -9,6 +9,13 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{0.9.0}
Improvements in various classes, include NSPopUpButton, NSBitmapImageRep,
NSMenu, NSToolbar. Added support for thumbnail images in NSWorkspace.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.9}
Note that many headers have moved to new locations (both in the package and
@ -19,8 +26,6 @@ applications may not compile because they cannot find the right header.
@item New Language Setup documentation.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.8}
@itemize @bullet

9
NEWS
View file

@ -1,7 +1,14 @@
NEWS
****
The currently released version of the library is `0.8.9'.
The currently released version of the library is `0.9.0'.
Noteworthy changes in version `0.9.0'
=====================================
Improvements in various classes, include NSPopUpButton,
NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images
in NSWorkspace.
Noteworthy changes in version `0.8.9'
=====================================

2
README
View file

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

View file

@ -10,8 +10,8 @@ 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=9
GNUSTEP_GUI_MINOR_VERSION=9
GNUSTEP_GUI_SUBMINOR_VERSION=0
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
VERSION=${GNUSTEP_GUI_VERSION}