[libgee] Release 0.7.90



commit d3cda0b1ea11ab2e948eec663e42079f67afff1c
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Mon Aug 27 23:50:07 2012 -0700

    Release 0.7.90

 NEWS         |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ca859d5..3fe6548 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+libgee 0.7.90
+=============
+ * Don't notify when constructor property is set
+ * Use views instead of copies in MultiMap as in rest of libgee
+ * Allow early termination in Traversable.foreach
+
 libgee 0.7.4.1
 ==============
  * Fix missing property read_only in testmap Entry
diff --git a/configure.ac b/configure.ac
index 1d2f16a..68e201c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.7.4.1], [ptitjes free fr], [libgee])
+AC_INIT([libgee], [0.7.90], [ptitjes free fr], [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="0:0:0"
+LIBGEE_LT_VERSION="1:0:0"
 AC_SUBST(LIBGEE_LT_VERSION)
 
 AM_PROG_VALAC([0.17.5])



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