diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2013-12-07 Ulrich Müller <ulm@gentoo.org> + + * configure.ac: Update version to 1.4. + * Tagged 1.4 release. + 2013-11-19 Ulrich Müller <ulm@gentoo.org> * libs/default.eselect.in (do_help): Don't reset output mode. @@ -1,6 +1,19 @@ 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.4: + Bug fixes: + - Fixed bug #460328: Don't warn about symlink path when using --force + in profile module. + + New features: + - In brief output mode, suppress line wrapping within lists (bug #490882). + - Don't disable brief output mode in help action and modules list. + - New option --only-names for 'eselect modules list'. + - Removed deprecated list-modules and list-options global actions. + - Removed deprecated --no-colour global option. + - Suggest bash completions also for 'eselect' without any parameters yet. + 1.3.8: Bug fixes: - Don't install man page for removed bashcomp module. diff --git a/configure.ac b/configure.ac index af5b792..bf91b57 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.3.8, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |