diff --git a/ANNOUNCE b/ANNOUNCE index 64d2faaff..4b5f48309 100644 --- a/ANNOUNCE +++ b/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. diff --git a/ChangeLog b/ChangeLog index 4e6cf8d70..e38519a96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-26 Adam Fedor + + * Version 0.8.9 + 2003-08-23 Gregory John Casamento * GSNibTemplates.m: Minor corrections and bugfixes. diff --git a/Documentation/news.texi b/Documentation/news.texi index c44260b14..a01a1ebd1 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -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 diff --git a/NEWS b/NEWS index 6d2fc0262..678e2e709 100644 --- a/NEWS +++ b/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' ===================================== diff --git a/README b/README index 9fd8d3679..82ce4647a 100644 --- a/README +++ b/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: diff --git a/Version b/Version index 5d7f3d8bc..8ee385806 100644 --- a/Version +++ b/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}