Release 0.9.91 0.9.91 upstream/0.9.91
authorMaciej Piechotka <uzytkownik2@gmail.com>
Sun, 17 Feb 2013 12:08:33 +0000 (12:08 +0000)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Sun, 17 Feb 2013 12:08:33 +0000 (12:08 +0000)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 462d315..ccc01a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libgee 0.9.91
+=============
+ * ConcurrentSet implements SortedSet
+ * Fix HashMultiMap, TreeMultiSet constructor
+ * Add add/contains/remove_all working on array
+ * Allow creation of ArrayList from array
+ * Add read_only_view to Gee.MultiSet and Gee.MultiMap
+
 libgee 0.9.0
 ============
  * ConcurrentSet preliminary implementation
diff --git a/README b/README
index 69be7cb..802318c 100644 (file)
--- a/README
+++ b/README
@@ -24,9 +24,9 @@ Libgee provides the following interfaces:
                        # BidirListIterator
      * MultiMap
 
-The ArrayList, ArrauQueue, ConcurrentLinkedList HashSet, HashMap, HashMultiSet,
-HashMultiMap, LinkedList, PriorityQueue, TreeSet, TreeMap,
-TreeMultiSet, and TreeMultiMap classes provide a reasonable sample
+The ArrayList, ArrauQueue, ConcurrentLinkedList, ConcurrentSet, HashSet,
+HashMap, HashMultiSet, HashMultiMap, LinkedList, PriorityQueue, TreeSet,
+TreeMap, TreeMultiSet, and TreeMultiMap classes provide a reasonable sample
 implementation of those interfaces. In addition, a set of abstract
 classes are provided to ease the implementation of new collections.
 
index 8c8a60d..358e129 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.9.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.9.91], [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="3:0:1"
+LIBGEE_LT_VERSION="4:0:2"
 AC_SUBST(LIBGEE_LT_VERSION)
 
 GLIB_REQUIRED=2.32