mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 18:50:48 +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
f2186c6cee
commit
1b41f97a5c
7 changed files with 41 additions and 17 deletions
17
ANNOUNCE
17
ANNOUNCE
|
@ -1,7 +1,7 @@
|
||||||
ANNOUNCE
|
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?
|
What is the GNUstep GUI Library?
|
||||||
================================
|
================================
|
||||||
|
@ -27,22 +27,17 @@ systems.
|
||||||
GNUstep Base Library, the TIFF Graphics library, and a back-end
|
GNUstep Base Library, the TIFF Graphics library, and a back-end
|
||||||
component like the GNUstep 'Back' Backend.
|
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
|
GNUstep now uses v19 of portaudio for the sound daemon. Version v19
|
||||||
interface version of the library has changed so that apps, tools and
|
hasn't been officially released, but it is still used in several
|
||||||
libraries that use the base library need to be recompiled to use this
|
distributions (SuSE, etc) as v18 is very old.
|
||||||
new version.
|
|
||||||
|
|
||||||
* Nib loading supports window auto-positioning
|
|
||||||
|
|
||||||
* Keyed encoding is supported in many classes.
|
|
||||||
|
|
||||||
Where can you get it? How can you compile it?
|
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>.
|
<ftp://ftp.gnustep.org/pub/gnustep/core>.
|
||||||
|
|
||||||
Read the INSTALL file or the GNUstep-HOWTO for installation
|
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>
|
2005-09-10 17:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* Source/externs.m: Added constants for data link.
|
* Source/externs.m: Added constants for data link.
|
||||||
|
|
|
@ -19,6 +19,17 @@
|
||||||
changes and other information that might help developers and users
|
changes and other information that might help developers and users
|
||||||
migrate to using a newer version of the library.
|
migrate to using a newer version of the library.
|
||||||
</p>
|
</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>
|
<section>
|
||||||
<heading>Version 0.10.0</heading>
|
<heading>Version 0.10.0</heading>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -9,6 +9,14 @@
|
||||||
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
|
||||||
@end ifclear
|
@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}
|
@section Noteworthy changes in version @samp{0.10.0}
|
||||||
|
|
||||||
This release is binary incompatible with previous releases.
|
This release is binary incompatible with previous releases.
|
||||||
|
@ -21,8 +29,6 @@ this new version.
|
||||||
@item Keyed encoding is supported in many classes.
|
@item Keyed encoding is supported in many classes.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@ifclear ANNOUNCE-ONLY
|
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{0.9.5}
|
@section Noteworthy changes in version @samp{0.9.5}
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
|
3
INSTALL
3
INSTALL
|
@ -29,7 +29,8 @@ installed include:
|
||||||
|
|
||||||
* audiofile (OPTIONAL)
|
* audiofile (OPTIONAL)
|
||||||
|
|
||||||
* portaudio (OPTIONAL)
|
* portaudio, v19 which has several API changes previous version
|
||||||
|
(OPTIONAL)
|
||||||
|
|
||||||
Read the GNUstep-HOWTO for more information. After installing this
|
Read the GNUstep-HOWTO for more information. After installing this
|
||||||
library, install gnustep-back.
|
library, install gnustep-back.
|
||||||
|
|
9
NEWS
9
NEWS
|
@ -1,7 +1,14 @@
|
||||||
NEWS
|
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'
|
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.
|
# The version number of this release.
|
||||||
GNUSTEP_GUI_MAJOR_VERSION=0
|
GNUSTEP_GUI_MAJOR_VERSION=0
|
||||||
GNUSTEP_GUI_MINOR_VERSION=10
|
GNUSTEP_GUI_MINOR_VERSION=10
|
||||||
GNUSTEP_GUI_SUBMINOR_VERSION=0
|
GNUSTEP_GUI_SUBMINOR_VERSION=1
|
||||||
# numeric value should match above
|
# 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}
|
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
|
||||||
VERSION=${GNUSTEP_GUI_VERSION}
|
VERSION=${GNUSTEP_GUI_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue