aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-03-15 14:50:31 +0000
committerUlrich Müller <ulm@gentoo.org>2011-03-15 14:50:31 +0000
commit229fb120a4336ae0efbc8a92cdf05faf2c52937f (patch)
tree75d2f051e6882da9b9f9d50a837b7ac7e6b388be
parentprofile.eselect: Support make.profile in the /etc/portage directory. (diff)
downloadeselect-229fb120a4336ae0efbc8a92cdf05faf2c52937f.tar.gz
eselect-229fb120a4336ae0efbc8a92cdf05faf2c52937f.tar.bz2
eselect-229fb120a4336ae0efbc8a92cdf05faf2c52937f.zip
Update version to 1.2.15.eselect-1.2.15
svn path=/trunk/; revision=811
-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 7227a52..22978fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-15 Ulrich Mueller <ulm@gentoo.org>
+
+ * configure.ac: Update version to 1.2.15.
+ * Tagged 1.2.15 release.
+
2011-03-13 Ulrich Mueller <ulm@gentoo.org>
* modules/profile.eselect: Support make.profile in both the /etc
diff --git a/NEWS b/NEWS
index 274c141..6b89ef1 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.15:
Bug fixes:
- Fixed bug #358185: ROOT handling in news module.
diff --git a/configure.ac b/configure.ac
index f2b3ea4..f185392 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.2.14, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.2.15, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)