summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2014-06-23 22:07:11 +0200
committerMaciej Piechotka <uzytkownik2@gmail.com>2014-06-23 22:07:11 +0200
commit587a0f31ca7807b454e2c2c6498834657058c695 (patch)
treea26832eb5160b4beca89837247adee271bef3514
parentc1f70a041c09ee76f95e414fc7d62ccec3c6aaec (diff)
downloadlibgee-587a0f31ca7807b454e2c2c6498834657058c695.tar.gz
Release 0.15.30.15.3
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 50aec96..528491f 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 7254808..4fde6aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])