diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-09-04 09:02:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-09-04 09:02:50 +0000 |
commit | daa949ed22fa29596e9856caf7f4115422751252 (patch) | |
tree | 28534a52e08e2015ec66ae8a9d1f74cbcf98155c | |
parent | Fix a typo. (diff) | |
download | eselect-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-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -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) @@ -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) |