diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-08-16 09:54:12 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-08-16 09:54:12 +0000 |
commit | b0010248e5612ecd4ac13124b3c33937ce18be00 (patch) | |
tree | 7e1543f1041e5c59e2aa3ae1b80404ebeb3f9857 | |
parent | Backport r616 from trunk. (diff) | |
download | eselect-backups/eselect-1.1.x@678.tar.gz eselect-backups/eselect-1.1.x@678.tar.bz2 eselect-backups/eselect-1.1.x@678.zip |
Update version to 1.1.3.eselect-1.1.3backups/eselect-1.1.x@678
svn path=/branches/branch-1.1.x/; revision=618
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2009-08-15 Ulrich Mueller <ulm@gentoo.org> + * configure.ac: Update version to 1.1.3. + * Tagged 1.1.3 release. + * modules/news-tng.eselect (do_list): Align columns in output. * modules/bashcomp.eselect (do_enable): Create global directory @@ -1,7 +1,7 @@ This file contains a summary of changes in released versions. Please read the ChangeLog file for a more detailed listing of changes/bug fixes. -branch-1.1.x +1.1.3: Bug fixes: - Fixed bug #279662: Create global bashcomp dir with proper permissions. diff --git a/configure.ac b/configure.ac index ccc89f2..e51dbbf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.1.2, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.1.3, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |