From 8cd9b0feb61906bf61b3d2214bb0f353b35a381b Mon Sep 17 00:00:00 2001 From: lclausen Date: Thu, 9 Mar 2006 00:25:58 +0000 Subject: [PATCH] Updates for pre4. --- ChangeLog | 11 +++++++++-- NEWS | 8 ++++++++ RELEASE-PROCESS | 18 ++++++++++++------ config.h.win32 | 2 +- configure.in | 4 ++-- doc/en/dia.xml | 2 +- doc/eu/dia.xml | 2 +- doc/pl/dia.xml | 2 +- 8 files changed, 35 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca27768d..cf11ba39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,10 +13,17 @@ 2006-03-06 Lars Clausen + * doc/en/dia.xml: + * doc/pl/dia.xml: + * config.h.win32: + * configure.in: + * NEWS: -pre4 + * samples/TexChars.dia: Added sample of the escaped chars for TeX. * plug-ins/pstricks/render_pstricks.c (tex_escape_string): - Changing escape of \, [, and ] to something that works. $ is fine. + Changing escape of \, [, and ] to something that works. $ is + fine. Fixes parts of 333193. 2006-03-05 Lars Clausen @@ -43,7 +50,7 @@ * doc/pl/dia.xml: * config.h.win32: * configure.in: - * NEWS: + * NEWS: -pre3 * lib/element.h (ELEMENT_COMMON_PROPERTIES): Turning off setting of element_width and element_height until constraints can be diff --git a/NEWS b/NEWS index f0239fbc..510675a3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +dia-0.95-pre4: 6-Mar-2006 + +* Fixed Fig import locale issues, TeX export escape issues. + +* Made children of objects not be magnetic to their parents. + +* Python startup fixes. + dia-0.95-pre3: 26-Feb-2006 * Turned off element width/height setting as it isn't ready for prime time. diff --git a/RELEASE-PROCESS b/RELEASE-PROCESS index 61fe8e66..ab2c8214 100644 --- a/RELEASE-PROCESS +++ b/RELEASE-PROCESS @@ -78,22 +78,28 @@ When a new version is about to be released: How to make a tarball --------------------- 1. Update the version number in configure.in, config.h.win32, - doc/en/dia.xml, doc/pl/dia.xml. - 2. make sure you have up to date build tools installed on the system. + doc/{en,eu,pl}/dia.xml, doc/en/dia.1. Also update dia.spec when changing + the version number, but not for a change of prerelease number. + 2. Add information about things that have changed to the NEWS file. + 3. make sure you have up to date build tools installed on the system. Libtool is an important one, as new releases add support for new - platforms. - 3. make sure "make distcheck" runs to completion. With automake >= + platforms. Also consider updating intltool + 4. make sure "make distcheck" runs to completion. With automake >= 1.5, the checks also make sure "make uninstall" removes all files that got installed. - 4. check to see if the tarball builds in normal and --enable-gnome + 5. check to see if the tarball builds in normal and --enable-gnome modes (this task should disapear with the move to 2.0; there is no reason to have separate dialog and menu code). - 5. Upload to ftp.gnome.org. This is basically just scp'ing the + 6. Upload to ftp.gnome.org. This is basically just scp'ing the tarball to widget.gnome.org, then running a command like "install-module dia-0.90.tar.gz", which will create bz2 tarballs, diffs to the previous version, and signal the ftp mirrors (currently just ftp.gnome.org and planetmirror.com) to synchronise. +Script to update version: + +find . -name configure.in -o -name config.h.win32 -o -name dia.xml -o -name dia.dbk | xargs sed -i 's/0\.95-pre[0-9]*/0.95-pre5/;' + Issues to solve --------------- diff --git a/config.h.win32 b/config.h.win32 index 5ef9157e..360b8dea 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -18,7 +18,7 @@ #undef LOCALEDIR /* needs to be calculated at runtime */ /* NOT: #define LOCALEDIR "../lib/locale" */ -#define VERSION "0.95-pre3" +#define VERSION "0.95-pre4" /* * We are linking libxml as DLL with either msvc or mingw, but this diff --git a/configure.in b/configure.in index 54f09dca..03def198 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl Process this -*- autoconf -*- file with autoconf to produce a dnl configure script. -AC_INIT(dia, 0.95-pre3, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) +AC_INIT(dia, 0.95-pre4, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) AC_CONFIG_SRCDIR(app/diagram.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) AC_PREREQ(2.50) -AC_REVISION($Revision: 1.267 $) +AC_REVISION($Revision: 1.268 $) dnl Specify a header configuration file AM_CONFIG_HEADER(config.h) diff --git a/doc/en/dia.xml b/doc/en/dia.xml index 7bc5b62c..c667a68d 100644 --- a/doc/en/dia.xml +++ b/doc/en/dia.xml @@ -8,7 +8,7 @@ [ - + diff --git a/doc/eu/dia.xml b/doc/eu/dia.xml index 34a2ece2..ee6a1bdb 100644 --- a/doc/eu/dia.xml +++ b/doc/eu/dia.xml @@ -4,7 +4,7 @@ + diff --git a/doc/pl/dia.xml b/doc/pl/dia.xml index b9a12d16..a36c2810 100644 --- a/doc/pl/dia.xml +++ b/doc/pl/dia.xml @@ -1,7 +1,7 @@ + -- 2.11.4.GIT