Release 0.11.90 0.11.90
authorMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 19 Aug 2013 14:59:53 +0000 (16:59 +0200)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 19 Aug 2013 14:59:53 +0000 (16:59 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 8bc4e90..76372df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+libgee 0.11.90
+==============
+ * Add adding to collection based on iterators
+ * Make Collection.add_all_array, contains_all_array and remove_all_array virtual
+ * Avoid destroy coroutine creation in hazard pointer implementation
+ * Various bugfixes
+
 libgee 0.11.5
 =============
  * Add Traversable.tee
index 70d16a3..03e052c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.11.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.11.90], [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])