aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-07-27 14:23:57 +0000
committerUlrich Müller <ulm@gentoo.org>2010-07-27 14:23:57 +0000
commit618fc797e4ff6ab2eb77f0fd0ff05c3691c0d52e (patch)
tree5876e4b60d68991e6e9775f8b4bc2597c6802e27
parentAdd --quiet option to suppress output. (diff)
downloadeselect-618fc797e4ff6ab2eb77f0fd0ff05c3691c0d52e.tar.gz
eselect-618fc797e4ff6ab2eb77f0fd0ff05c3691c0d52e.tar.bz2
eselect-618fc797e4ff6ab2eb77f0fd0ff05c3691c0d52e.zip
Update version to 1.2.11.eselect-1.2.11
svn path=/trunk/; revision=772
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f763439..9355dce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-27 Ulrich Mueller <ulm@gentoo.org>
+
+ * configure.ac: Update version to 1.2.11.
+ * Tagged 1.2.11 release.
+
2010-03-21 Ulrich Mueller <ulm@gentoo.org>
* modules/news.eselect (do_read): Add --quiet (synonym --silent)
diff --git a/NEWS b/NEWS
index e7ca12a..4387223 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
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.11:
+ New features:
+ - New --quiet option in news module.
+
1.2.10:
New features:
- The env module calls the package manager's env-update, if available.
diff --git a/configure.ac b/configure.ac
index 794c3f4..961ee6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.2.10, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.2.11, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)