diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-01-14 20:32:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-01-14 20:32:20 +0000 |
commit | 0f361c456ac1084980df2b3b7ae75c45601bf2d4 (patch) | |
tree | 78f6a3f06978fcfec3e9225286da3d6250ac2c93 | |
parent | Rename LOCALE_ENVFILE to agree with Gentoo documentation. (diff) | |
download | eselect-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-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -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>. @@ -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) |