aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9a87161..187e7f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-27 Ulrich Mueller <ulm@gentoo.org>
+
+ * configure.ac: Update version to 1.1.2.
+ * Tagged 1.1.2 release.
+
2009-06-20 Ulrich Mueller <ulm@gentoo.org>
* modules/news-tng.eselect (do_read): Support mbox output format.
diff --git a/NEWS b/NEWS
index 977f65b..1555b96 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.1.2:
+ New features:
+ - The news-tng module supports output in mbox format.
+
1.1.1:
Bug fixes:
- Fixed bug #207889: The kernel module now sorts versions properly.
diff --git a/configure.ac b/configure.ac
index 61d7629..ccc89f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.1.1, eselect@gentoo.org, eselect)
+AC_INIT(eselect, 1.1.2, eselect@gentoo.org, eselect)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(bin/eselect.in)
AC_CONFIG_AUX_DIR(config)