summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2013-07-30 01:06:29 +0200
committerMaciej Piechotka <uzytkownik2@gmail.com>2013-07-30 01:06:29 +0200
commit6b7d888ebaf3d67d200d5ebe67a6d2dc20addd0d (patch)
treebfde1a8a23b9b085636066c4651fb46534c4b3e4
parente10a37c8f185062d98dccfc4263986ef69a76657 (diff)
downloadlibgee-6b7d888ebaf3d67d200d5ebe67a6d2dc20addd0d.tar.gz
Release 0.11.50.11.5
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 03271c9..8bc4e90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+libgee 0.11.5
+=============
+ * Add Traversable.tee
+ * Add exception handling to Future
+ * Add ability of getting Future from Lazy
+ * Make Traversable.flat_map a virtual function
+ * Add more specializations to .foreach
+ * Improve the test
+ * Various bugfixes
+
libgee 0.11.4
=============
* Add flat_map method to Traversable
diff --git a/configure.ac b/configure.ac
index 12249ee..6145ad4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.11.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.11.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])