From 0fbb6badcf88571b62421a71c25cb2220425fcce Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 14 Mar 2006 15:32:09 +0000 Subject: [PATCH] Version 0.10.3 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@22663 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Documentation/news.texi | 8 ++++++-- GNUmakefile | 2 ++ Version | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d883d2..5161035 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-13 Adam Fedor + + * Version 0.10.3 + 2006-03-13 Fred Kiefer * Source/x11/XGServerWindow.m (-termwindow:): Reset the window diff --git a/Documentation/news.texi b/Documentation/news.texi index 4cca0d6..8118cac 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -7,14 +7,18 @@ @include version.texi @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 Keep the next line just below the list of changes in most recent version. @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} The art graphics module is the default now. As was previously the diff --git a/GNUmakefile b/GNUmakefile index a4112eb..9e6ca42 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -29,6 +29,8 @@ RPM_DISABLE_RELOCATABLE=YES PACKAGE_NEEDS_CONFIGURE = YES 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 include $(GNUSTEP_MAKEFILES)/common.make diff --git a/Version b/Version index 363ef9c..de84574 100644 --- a/Version +++ b/Version @@ -4,9 +4,9 @@ # The version number of this release. GNUSTEP_BACK_MAJOR_VERSION=0 GNUSTEP_BACK_MINOR_VERSION=10 -GNUSTEP_BACK_SUBMINOR_VERSION=2 +GNUSTEP_BACK_SUBMINOR_VERSION=3 # This numeric value should match above -VERSION_NUMBER=010.2 +VERSION_NUMBER=010.3 # This numeric value should match the compatible gui interface version INTERFACE_VERSION_NUMBER=010