aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cd8596f..d964915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-04 Ulrich Mueller <ulm@gentoo.org>
+
+ * configure.ac: Update version to 1.2.17.
+ * Tagged 1.2.17 release.
+
2011-08-28 Ulrich Mueller <ulm@gentoo.org>
* modules/bashcomp.eselect: Code cleaned up.
diff --git a/NEWS b/NEWS
index c64908f..58e7855 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +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.
+1.2.17:
Bug fixes:
- Fixed bug #363481: Don't search for completion files in current working
directory in bashcomp module.
diff --git a/configure.ac b/configure.ac
index fc56df2..ddc8925 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.2.16, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.2.17, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)