aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-08-16 09:54:12 +0000
committerUlrich Müller <ulm@gentoo.org>2009-08-16 09:54:12 +0000
commitb0010248e5612ecd4ac13124b3c33937ce18be00 (patch)
tree7e1543f1041e5c59e2aa3ae1b80404ebeb3f9857
parentBackport r616 from trunk. (diff)
downloadeselect-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
svn path=/branches/branch-1.1.x/; revision=618
-rw-r--r--ChangeLog3
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 24f40c5..4cb7e55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 6be9e15..186c848 100644
--- a/NEWS
+++ b/NEWS
@@ -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)