mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Version 0.10.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21728 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d163516298
commit
0fbc190b29
7 changed files with 41 additions and 17 deletions
17
ANNOUNCE
17
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
|
||||
<ftp://ftp.gnustep.org/pub/gnustep/core>.
|
||||
|
||||
Read the INSTALL file or the GNUstep-HOWTO for installation
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2005-09-19 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.10.1
|
||||
|
||||
2005-09-10 17:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/externs.m: Added constants for data link.
|
||||
|
|
|
@ -19,6 +19,17 @@
|
|||
changes and other information that might help developers and users
|
||||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
<section>
|
||||
<heading>Version 0.10.1</heading>
|
||||
<deflist>
|
||||
<term>Sound library</term>
|
||||
<desc>
|
||||
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.
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
<section>
|
||||
<heading>Version 0.10.0</heading>
|
||||
<p>
|
||||
|
|
|
@ -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
|
||||
|
|
3
INSTALL
3
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.
|
||||
|
|
9
NEWS
9
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'
|
||||
======================================
|
||||
|
|
4
Version
4
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue