Release 0.7.3 0.7.3
authorMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 6 Aug 2012 03:57:44 +0000 (20:57 -0700)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 6 Aug 2012 03:57:44 +0000 (20:57 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5ad1014..f92395b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libgee 0.7.3
+============
+ * Update documentation
+ * Fix iteration order in hashtables
+ * Split SortedMap/SortedSet into bi-directional and uni-directional parts
+ * Simplify CompareDataFunc/HashDataFunc/EqualDataFunc
+ * Fix HazardPointers
+
 libgee 0.7.2
 ============
  * Require *_type property for all collections
index c25cb8d..f8c7176 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.7.2], [ptitjes@free.fr], [libgee])
+AC_INIT([libgee], [0.7.3], [ptitjes@free.fr], [libgee])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])