aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ee51d6e..f837f49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-01-14 Ulrich Mueller <ulm@gentoo.org>
+ * configure.ac: Update version to 1.2.14.
+ * Tagged 1.2.14 release.
+
* modules/locale.eselect (LOCALE_ENVFILE): Rename file to agree
with documentation in <http://www.gentoo.org/doc/en/utf-8.xml>.
diff --git a/NEWS b/NEWS
index 8125781..4f4a615 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.14:
New features:
- Module locale.eselect for the LANG environment variable (bug #351363).
diff --git a/configure.ac b/configure.ac
index b782e23..f2b3ea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.2.13, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.2.14, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)