diff options
author | Roger Leigh <rleigh@debian.org> | 2006-02-24 13:34:31 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-02-24 13:34:31 +0000 |
commit | c584e6d33687fb92cfae6c9f515e56bb8eb6161c (patch) | |
tree | eb116423c7b1da596b1ab1b75a2c42d17e2ce7f1 | |
parent | 5457bbd96528e4508f587deee486c7482ecbfc44 (diff) | |
download | schroot-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-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
4 files changed, 18 insertions, 2 deletions
@@ -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. @@ -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. |