From a95a01863d329e2190e6d70e11750120745269a5 Mon Sep 17 00:00:00 2001 From: lclausen Date: Mon, 13 Feb 2006 05:17:21 +0000 Subject: [PATCH] 0.95-pre1 updates --- ChangeLog | 9 +++++++++ NEWS | 4 +++- RELEASE-PROCESS | 10 ++++++---- config.h.win32 | 2 +- configure.in | 4 ++-- dia.spec | 2 +- doc/en/dia.xml | 2 +- doc/pl/dia.xml | 2 +- 8 files changed, 24 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b917ce5..23f61adc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-02-12 Lars Clausen + + * NEWS: + * dia.spec: + * doc/pl/dia.xml: + * doc/en/dia.xml: + * configure.in: + * config.h.win32: Updates for version 0.95-pre1. + 2006-02-12 Hans Breuer * app/makefile.msc : build three components dia.exe (console diff --git a/NEWS b/NEWS index e885b54f..4760ffaa 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ -* Quite some bugs fixed, at least : +dia-0.95-pre1: 12-Feb-2006 + +* Quite some bugs fixed, at least: http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.95&resolution=FIXED * Read/Write support for nested properties like operations diff --git a/RELEASE-PROCESS b/RELEASE-PROCESS index 93d04bc6..61fe8e66 100644 --- a/RELEASE-PROCESS +++ b/RELEASE-PROCESS @@ -77,16 +77,18 @@ When a new version is about to be released: How to make a tarball --------------------- - 1. make sure you have up to date build tools installed on the system. + 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. Libtool is an important one, as new releases add support for new platforms. - 2. make sure "make distcheck" runs to completion. With automake >= + 3. make sure "make distcheck" runs to completion. With automake >= 1.5, the checks also make sure "make uninstall" removes all files that got installed. - 3. check to see if the tarball builds in normal and --enable-gnome + 4. 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). - 4. Upload to ftp.gnome.org. This is basically just scp'ing the + 5. 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 diff --git a/config.h.win32 b/config.h.win32 index acc87c82..3983e6d9 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.94+cvs" +#define VERSION "0.95-pre1" /* * We are linking libxml as DLL with either msvc or mingw, but this diff --git a/configure.in b/configure.in index 030be03f..e83097e1 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.94+cvs, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) +AC_INIT(dia, 0.95-pre1, 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.264 $) +AC_REVISION($Revision: 1.265 $) dnl Specify a header configuration file AM_CONFIG_HEADER(config.h) diff --git a/dia.spec b/dia.spec index 73cef611..f04b4e19 100644 --- a/dia.spec +++ b/dia.spec @@ -1,6 +1,6 @@ %define name dia # This is the full Dia version -%define ver 0.94 +%define ver 0.95 Summary: A gtk+ based diagram creation program. Name: %name diff --git a/doc/en/dia.xml b/doc/en/dia.xml index 4de9a2b0..4d7b9054 100644 --- a/doc/en/dia.xml +++ b/doc/en/dia.xml @@ -8,7 +8,7 @@ [ - + diff --git a/doc/pl/dia.xml b/doc/pl/dia.xml index 56affcb0..fe5e175f 100644 --- a/doc/pl/dia.xml +++ b/doc/pl/dia.xml @@ -1,7 +1,7 @@ + -- 2.11.4.GIT