[libgee] Release 0.11.5



commit 6b7d888ebaf3d67d200d5ebe67a6d2dc20addd0d
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Tue Jul 30 01:06:29 2013 +0200

    Release 0.11.5

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]