summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-02-24 13:34:31 +0000
committerRoger Leigh <rleigh@debian.org>2006-02-24 13:34:31 +0000
commitc584e6d33687fb92cfae6c9f515e56bb8eb6161c (patch)
treeeb116423c7b1da596b1ab1b75a2c42d17e2ce7f1
parent5457bbd96528e4508f587deee486c7482ecbfc44 (diff)
downloadschroot-c584e6d33687fb92cfae6c9f515e56bb8eb6161c.tar.gz
* debian/changelog: Bump version to 0.2.4.
* NEWS: Bump version to 0.2.4. * configure.ac: Bump version to 0.2.4.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
4 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b60ed8ea..f7c0fa92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-24 Roger Leigh <rleigh@debian.org>
+
+ * debian/changelog: Bump version to 0.2.4.
+
+ * NEWS: Bump version to 0.2.4.
+
+ * configure.ac: Bump version to 0.2.4.
+
2006-02-21 Roger Leigh <rleigh@debian.org>
* schroot/schroot.conf.5.in: Fix typo.
diff --git a/NEWS b/NEWS
index 467e60ab..beedda42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,14 @@
NEWS -*- outline -*-
----
-Welcome to schroot 0.2.3. Please read these release notes carefully.
+Welcome to schroot 0.2.4. Please read these release notes carefully.
Full installation instructions are provided in the INSTALL file. The
README file also contains more specific notes regarding building and
configuration.
+* Major changes in 0.2.4:
+
* Major changes in 0.2.3:
1) A dchroot compatibility mode has been implemented. This behaves
diff --git a/configure.ac b/configure.ac
index 8b2afda7..43f1b0f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl The minimum version of autoconf required.
AC_PREREQ(2.59)
dnl Initialise automake with the package name, version and
dnl bug-reporting address.
-AC_INIT([schroot], [0.2.3], [buildd-tools-devel@lists.alioth.debian.org])
+AC_INIT([schroot], [0.2.4], [buildd-tools-devel@lists.alioth.debian.org])
dnl For safety, check we are in the right directory by
dnl checking for a known unique file.
AC_CONFIG_SRCDIR([schroot/sbuild-session.cc])
diff --git a/debian/changelog b/debian/changelog
index 7e325070..9d76ecb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+schroot (0.2.4-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ --
+
schroot (0.2.3-2) unstable; urgency=low
* debian/rules: dchroot must be installed setuid root.