Version 0.8.6

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16794 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-05-26 03:13:37 +00:00
parent 4d9c7aeedd
commit aabdfd8e8f
6 changed files with 40 additions and 20 deletions

View file

@ -1,7 +1,7 @@
ANNOUNCE
********
This is version 0.8.5 of the GNUstep GUI library (`gnustep-gui').
This is version 0.8.6 of the GNUstep GUI library (`gnustep-gui').
What is the GNUstep GUI Library?
================================
@ -28,29 +28,22 @@ systems.
GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend.
Noteworthy changes in version `0.8.5'
Noteworthy changes in version `0.8.6'
=====================================
Bug fixes. NSStringDrawing now uses text system implementation.
Updated to install in new locations based on changes in gnustep-make
1.7.0.
Noteworthy changes in version `0.8.4'
=====================================
* New implementation of RTF producer (from Axel "Mikesch" Katerbau)
This release features a brand new text and layout system thanks to
Alexander Malmberg. Other improvements include:
* Speed improvements, especially in tracking mouses movements.
* Various display optimizations.
* Default border to NSScrollView changed
* Printing fixes.
* NSToolbar partially implemented.
* Lots of menu improvements.
Where can you get it? How can you compile it?
==============================================
The gstep-gui-0.8.5.tar.gz distribution file has been placed on
The gstep-gui-0.8.6.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-05-25 Adam Fedor <fedor@gnu.org>
* Version 0.8.6
2003-05-22 18:07 Alexander Malmberg <alexander@malmberg.org>
* Tools/make_services (addExtensionsForApplication): Parse

View file

@ -9,6 +9,19 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{0.8.6}
Updated to install in new locations based on changes in gnustep-make 1.7.0.
@itemize @bullet
@item New implementation of RTF producer (from Axel "Mikesch" Katerbau)
@item Speed improvements, especially in tracking mouses movements.
@item Lots of menu improvements.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.5}
Bug fixes. NSStringDrawing now uses text system implementation.
@ -25,8 +38,6 @@ to Alexander Malmberg. Other improvements include:
@item NSToolbar partially implemented.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.8.3}
@itemize @bullet

14
NEWS
View file

@ -1,7 +1,19 @@
NEWS
****
The currently released version of the library is `0.8.5'.
The currently released version of the library is `0.8.6'.
Noteworthy changes in version `0.8.6'
=====================================
Updated to install in new locations based on changes in gnustep-make
1.7.0.
* New implementation of RTF producer (from Axel "Mikesch" Katerbau)
* Speed improvements, especially in tracking mouses movements.
* Lots of menu improvements.
Noteworthy changes in version `0.8.5'
=====================================

2
README
View file

@ -1,7 +1,7 @@
README
******
This is version 0.8.5 of the GNUstep GUI library (`gnustep-gui').
This is version 0.8.6 of the GNUstep GUI library (`gnustep-gui').
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.
GNUSTEP_GUI_MAJOR_VERSION=0
GNUSTEP_GUI_MINOR_VERSION=8
GNUSTEP_GUI_SUBMINOR_VERSION=5
GNUSTEP_GUI_SUBMINOR_VERSION=6
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
VERSION=${GNUSTEP_GUI_VERSION}