From 620c316530960c457c73f0fd0d600f19bc72f0b9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 6 May 2004 13:37:39 +0000 Subject: [PATCH] Document the new policy of bumping version numbers after release. 2004-05-06 Matthias Clasen * docs/RELEASE-HOWTO: Document the new policy of bumping version numbers after release. * configure.in: Bump version number to 2.4.2. --- ChangeLog | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-6 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ configure.in | 4 ++-- docs/RELEASE-HOWTO | 6 ++++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 660a498b58..2a7a73d617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-05-06 Matthias Clasen + + * docs/RELEASE-HOWTO: Document the new policy of + bumping version numbers after release. + + * configure.in: Bump version number to 2.4.2. + Wed May 5 22:23:59 2004 Matthias Clasen * gtk/gtkiconfactory.c (icon_source_clear): Don't diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 660a498b58..2a7a73d617 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2004-05-06 Matthias Clasen + + * docs/RELEASE-HOWTO: Document the new policy of + bumping version numbers after release. + + * configure.in: Bump version number to 2.4.2. + Wed May 5 22:23:59 2004 Matthias Clasen * gtk/gtkiconfactory.c (icon_source_clear): Don't diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 660a498b58..2a7a73d617 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2004-05-06 Matthias Clasen + + * docs/RELEASE-HOWTO: Document the new policy of + bumping version numbers after release. + + * configure.in: Bump version number to 2.4.2. + Wed May 5 22:23:59 2004 Matthias Clasen * gtk/gtkiconfactory.c (icon_source_clear): Don't diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 660a498b58..2a7a73d617 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2004-05-06 Matthias Clasen + + * docs/RELEASE-HOWTO: Document the new policy of + bumping version numbers after release. + + * configure.in: Bump version number to 2.4.2. + Wed May 5 22:23:59 2004 Matthias Clasen * gtk/gtkiconfactory.c (icon_source_clear): Don't diff --git a/configure.in b/configure.in index c498554b33..1719f6b376 100644 --- a/configure.in +++ b/configure.in @@ -12,10 +12,10 @@ AC_PREREQ(2.54) m4_define([gtk_major_version], [2]) m4_define([gtk_minor_version], [4]) -m4_define([gtk_micro_version], [1]) +m4_define([gtk_micro_version], [2]) m4_define([gtk_version], [gtk_major_version.gtk_minor_version.gtk_micro_version]) -m4_define([gtk_interface_age], [1]) +m4_define([gtk_interface_age], [2]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) # This is the X.Y used in -lgtk-FOO-X.Y diff --git a/docs/RELEASE-HOWTO b/docs/RELEASE-HOWTO index 0f635e2249..34d05e2974 100644 --- a/docs/RELEASE-HOWTO +++ b/docs/RELEASE-HOWTO @@ -16,8 +16,9 @@ Without those packages make distcheck will *not* pass. 0) Blow away your gtk+ directory, check a new version out 1) autogen and build it, make sure to enable docs. 2) Update NEWS based on the various ChangeLog files -3) Update version in configure.in, increase micro and interface age by 1. -(Note that this is critical, a slip-up here will cause the soname to change). +3) Verify that the version in configure.in has been bumped after the last +release. (Note that this is critical, a slip-up here will cause the soname +to change). 4) Add === Released 2.x.y === at the top of all ChangeLog files 5) make distcheck 6) Fix broken stuff found by 5) repeat @@ -34,3 +35,4 @@ create a new message in the same form, replacing version numbers, commentary at the top about "what this release is about" and the Summary of changes. 12) Send it to gnome-announce-list, gtk-list, gtk-app-devel-list and gtk-devel-list. Set reply-to to gnome-hackers. +13) Bump the version number in configure.in.