Release 0.9.0 0.9.0 upstream/0.9.0
authorMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 3 Dec 2012 20:08:48 +0000 (20:08 +0000)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 3 Dec 2012 20:08:48 +0000 (20:08 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d854d72..462d315 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+libgee 0.9.0
+============
+ * ConcurrentSet preliminary implementation
+ * Bugfixes from 0.8.2 and 0.8.3
+ * Fix various Vala warnings
+ * First part of test refactoring
+
 libgee 0.8.1
 ============
  * Allow slice in ReadOnlyList
index 7037052..8c8a60d 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.8.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.9.0], [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])
@@ -11,7 +11,7 @@ AM_PROG_CC_C_O
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
-LIBGEE_LT_VERSION="2:0:0"
+LIBGEE_LT_VERSION="3:0:1"
 AC_SUBST(LIBGEE_LT_VERSION)
 
 GLIB_REQUIRED=2.32