summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-12-07 13:13:21 +0100
committerUlrich Müller <ulm@gentoo.org>2013-12-07 13:13:21 +0100
commitf1a2382d59595084afef14cbccce6fb79f50f0a6 (patch)
treeb862c45499aa54d3fb8cb4579c5ea793eeaf1178
parentDon't reset output mode in default do_help(). (diff)
downloadeselect-f1a2382d59595084afef14cbccce6fb79f50f0a6.tar.gz
eselect-f1a2382d59595084afef14cbccce6fb79f50f0a6.tar.bz2
eselect-f1a2382d59595084afef14cbccce6fb79f50f0a6.zip
Update version to 1.4.eselect-1.4
-rw-r--r--ChangeLog5
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c3750e..bab002a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 818ae0d..e7506a9 100644
--- a/NEWS
+++ b/NEWS
@@ -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)