aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-14 20:32:20 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-14 20:32:20 +0000
commit0f361c456ac1084980df2b3b7ae75c45601bf2d4 (patch)
tree78f6a3f06978fcfec3e9225286da3d6250ac2c93
parentRename LOCALE_ENVFILE to agree with Gentoo documentation. (diff)
downloadeselect-0f361c456ac1084980df2b3b7ae75c45601bf2d4.tar.gz
eselect-0f361c456ac1084980df2b3b7ae75c45601bf2d4.tar.bz2
eselect-0f361c456ac1084980df2b3b7ae75c45601bf2d4.zip
Update version to 1.2.14.eselect-1.2.14
svn path=/trunk/; revision=799
-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)