mirror of
https://github.com/gnustep/libs-back.git
synced 2025-06-01 09:42:17 +00:00
Version 0.10.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@22663 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dbe8cd6a19
commit
0fbb6badcf
4 changed files with 14 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-03-13 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Version 0.10.3
|
||||||
|
|
||||||
2006-03-13 Fred Kiefer <FredKiefer@gmx.de>
|
2006-03-13 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/x11/XGServerWindow.m (-termwindow:): Reset the window
|
* Source/x11/XGServerWindow.m (-termwindow:): Reset the window
|
||||||
|
|
|
@ -7,14 +7,18 @@
|
||||||
@include version.texi
|
@include version.texi
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{0.10.2}
|
@section Noteworthy changes in version @samp{0.10.3}
|
||||||
|
|
||||||
The Backend can set UTF8 window titles where this is allowed.
|
Fixes. A lot of Cairo backend work.
|
||||||
|
|
||||||
@c ====================================================================
|
@c ====================================================================
|
||||||
@c Keep the next line just below the list of changes in most recent version.
|
@c Keep the next line just below the list of changes in most recent version.
|
||||||
@ifclear ANNOUNCE-ONLY
|
@ifclear ANNOUNCE-ONLY
|
||||||
|
|
||||||
|
@section Noteworthy changes in version @samp{0.10.2}
|
||||||
|
|
||||||
|
The Backend can set UTF8 window titles where this is allowed.
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{0.10.1}
|
@section Noteworthy changes in version @samp{0.10.1}
|
||||||
|
|
||||||
The art graphics module is the default now. As was previously the
|
The art graphics module is the default now. As was previously the
|
||||||
|
|
|
@ -29,6 +29,8 @@ RPM_DISABLE_RELOCATABLE=YES
|
||||||
PACKAGE_NEEDS_CONFIGURE = YES
|
PACKAGE_NEEDS_CONFIGURE = YES
|
||||||
|
|
||||||
CVS_MODULE_NAME = back
|
CVS_MODULE_NAME = back
|
||||||
|
SVN_MODULE_NAME = back
|
||||||
|
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=back.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=back.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
4
Version
4
Version
|
@ -4,9 +4,9 @@
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||||
GNUSTEP_BACK_MINOR_VERSION=10
|
GNUSTEP_BACK_MINOR_VERSION=10
|
||||||
GNUSTEP_BACK_SUBMINOR_VERSION=2
|
GNUSTEP_BACK_SUBMINOR_VERSION=3
|
||||||
# This numeric value should match above
|
# This numeric value should match above
|
||||||
VERSION_NUMBER=010.2
|
VERSION_NUMBER=010.3
|
||||||
# This numeric value should match the compatible gui interface version
|
# This numeric value should match the compatible gui interface version
|
||||||
INTERFACE_VERSION_NUMBER=010
|
INTERFACE_VERSION_NUMBER=010
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue