Release 0.15.3 0.15.3
authorMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 23 Jun 2014 20:07:11 +0000 (22:07 +0200)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 23 Jun 2014 20:07:11 +0000 (22:07 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 50aec96..528491f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+libgee 0.15.3
+=============
+ * Add UnrolledLinkedList class implementing List and Deque interface
+ * Clarify the add and insert operation on list iterators and make the behaviour consistent for ArrayList and LinkedList
+ * Allow (partially) disable internal asserts
+ * Internal symbols are hidden
+
 libgee 0.14.0
 =============
  * No changes since previous release
index 7254808..4fde6aa 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.14.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.15.3], [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])