aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-09-04 09:02:50 +0000
committerUlrich Müller <ulm@gentoo.org>2011-09-04 09:02:50 +0000
commitdaa949ed22fa29596e9856caf7f4115422751252 (patch)
tree28534a52e08e2015ec66ae8a9d1f74cbcf98155c
parentFix a typo. (diff)
downloadeselect-daa949ed22fa29596e9856caf7f4115422751252.tar.gz
eselect-daa949ed22fa29596e9856caf7f4115422751252.tar.bz2
eselect-daa949ed22fa29596e9856caf7f4115422751252.zip
Merge changes from branch-1.2.x.
svn path=/trunk/; revision=836
-rw-r--r--ChangeLog5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 280a7e5..8eb3fc8 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/profile.eselect (find_targets, set_symlink, do_show)
diff --git a/NEWS b/NEWS
index 0e00943..0066b0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,14 @@
This file contains a summary of changes in released versions. Please read the
ChangeLog file for a more detailed listing of changes/bug fixes.
+ New features:
+ - The profile module supports profiles in overlays (bug #265264).
+
+1.2.17:
Bug fixes:
- Fixed bug #363481: Don't search for completion files in current working
directory in bashcomp module.
- New features:
- - The profile module supports profiles in overlays (bug #265264).
-
1.2.16:
New features:
- Support for pkgcore (bug #304011).
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)