diff --git a/ANNOUNCE b/ANNOUNCE
index 208e8d37c..7456ad6aa 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,7 +1,7 @@
ANNOUNCE
********
-This is version 0.10.0 of the GNUstep GUI library (`gnustep-gui').
+This is version 0.10.1 of the GNUstep GUI library (`gnustep-gui').
What is the GNUstep GUI Library?
================================
@@ -27,22 +27,17 @@ systems.
GNUstep Base Library, the TIFF Graphics library, and a back-end
component like the GNUstep 'Back' Backend.
-Noteworthy changes in version `0.10.0'
+Noteworthy changes in version `0.10.1'
======================================
-This release is binary incompatible with previous releases. The
-interface version of the library has changed so that apps, tools and
-libraries that use the base library need to be recompiled to use this
-new version.
-
- * Nib loading supports window auto-positioning
-
- * Keyed encoding is supported in many classes.
+GNUstep now uses v19 of portaudio for the sound daemon. Version v19
+hasn't been officially released, but it is still used in several
+distributions (SuSE, etc) as v18 is very old.
Where can you get it? How can you compile it?
==============================================
-The gstep-gui-0.10.0.tar.gz distribution file has been placed at
+The gstep-gui-0.10.1.tar.gz distribution file has been placed at
diff --git a/Documentation/news.texi b/Documentation/news.texi index 1b5d72f06..040387d0d 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,6 +9,14 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}. @end ifclear +@section Noteworthy changes in version @samp{0.10.1} + +GNUstep now uses v19 of portaudio for the sound daemon. Version v19 +hasn't been officially released, but it is still used in several +distributions (SuSE, etc) as v18 is very old. + +@ifclear ANNOUNCE-ONLY + @section Noteworthy changes in version @samp{0.10.0} This release is binary incompatible with previous releases. @@ -21,8 +29,6 @@ this new version. @item Keyed encoding is supported in many classes. @end itemize -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.9.5} @itemize @bullet diff --git a/INSTALL b/INSTALL index 2fee1517b..5684c23b9 100644 --- a/INSTALL +++ b/INSTALL @@ -29,7 +29,8 @@ installed include: * audiofile (OPTIONAL) - * portaudio (OPTIONAL) + * portaudio, v19 which has several API changes previous version + (OPTIONAL) Read the GNUstep-HOWTO for more information. After installing this library, install gnustep-back. diff --git a/NEWS b/NEWS index 6ec93a339..b22df50f5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,14 @@ NEWS **** -The currently released version of the library is `0.10.0'. +The currently released version of the library is `0.10.1'. + +Noteworthy changes in version `0.10.1' +====================================== + +GNUstep now uses v19 of portaudio for the sound daemon. Version v19 +hasn't been officially released, but it is still used in several +distributions (SuSE, etc) as v18 is very old. Noteworthy changes in version `0.10.0' ====================================== diff --git a/Version b/Version index 8f794e3a2..f42cecfe3 100644 --- a/Version +++ b/Version @@ -11,9 +11,9 @@ GNUSTEP_GUI_LIBTIFF=3.4 # The version number of this release. GNUSTEP_GUI_MAJOR_VERSION=0 GNUSTEP_GUI_MINOR_VERSION=10 -GNUSTEP_GUI_SUBMINOR_VERSION=0 +GNUSTEP_GUI_SUBMINOR_VERSION=1 # numeric value should match above -VERSION_NUMBER=010.0 +VERSION_NUMBER=010.1 GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} VERSION=${GNUSTEP_GUI_VERSION}