[libgee] Release 0.9.91
- From: Maciej Marcin Piechotka <mpiechotka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee] Release 0.9.91
- Date: Sun, 17 Feb 2013 12:09:15 +0000 (UTC)
commit 64abd710ec46920ac46ba4506c1ee7c9e95d527c
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date: Sun Feb 17 12:08:33 2013 +0000
Release 0.9.91
NEWS | 8 ++++++++
README | 6 +++---
configure.ac | 4 ++--
3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 462d315..ccc01a6 100644
--- 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
--- 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.
diff --git a/configure.ac b/configure.ac
index 8c8a60d..358e129 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]