diff options
author | Roger Leigh <rleigh@debian.org> | 2006-10-02 21:46:37 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-10-02 21:46:37 +0000 |
commit | 97920da21251eab5057a8e5aeff3afcabbd29ec8 (patch) | |
tree | 4a0c8e8a68346f32b478dc4cfbe62013581add00 | |
parent | e6062092fda11db313ecea955ded9ef7adf2cd52 (diff) | |
download | schroot-97920da21251eab5057a8e5aeff3afcabbd29ec8.tar.gz |
* debian/changelog: Bump version to 1.0.3.
* NEWS: Bump version to 1.0.3.
* configure.ac: Bump version to 1.0.3.
-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-10-02 Roger Leigh <rleigh@debian.org> + + * debian/changelog: Bump version to 1.0.3. + + * NEWS: Bump version to 1.0.3. + + * configure.ac: Bump version to 1.0.3. + 2006-09-11 Roger Leigh <rleigh@debian.org> * Version 1.0.2. @@ -1,12 +1,14 @@ NEWS -*- outline -*- ---- -Welcome to schroot 1.0.2. Please read these release notes carefully. +Welcome to schroot 1.0.3. 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 1.0.3: + * Major changes in 1.0.2: 1) The syslog logging of the command or shell being run in the diff --git a/configure.ac b/configure.ac index 5f5fa6d8..175db575 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl The minimum version of autoconf required. AC_PREREQ(2.59) dnl Initialise autoconf with the package name, version and dnl bug-reporting address. -AC_INIT([schroot], [1.0.2], [buildd-tools-devel@lists.alioth.debian.org]) +AC_INIT([schroot], [1.0.3], [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([sbuild/sbuild-session.cc]) diff --git a/debian/changelog b/debian/changelog index 9f3cb0c8..e3e39ec0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +schroot (1.0.3-1) unstable; urgency=low + + * New upstream release. + + -- Roger Leigh <rleigh@debian.org> Mon, 2 Oct 2006 22:37:12 +0100 + schroot (1.0.2-1) unstable; urgency=low * New upstream release. |