summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Piechotka <uzytkownik2@gmail.com>2014-10-14 09:03:14 -0700
committerMaciej Piechotka <uzytkownik2@gmail.com>2014-10-14 09:03:14 -0700
commit099742bdde729997c66b7626c919a545a032d87a (patch)
tree52b72ce61b17cadd72f32f698328399d8d521069
parent14ada432f82a5f1d4b65918e2a2de67a28e7e9db (diff)
downloadlibgee-099742bdde729997c66b7626c919a545a032d87a.tar.gz
Release 0.16.10.16.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2ffc53d..080e6e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+libgee 0.16.1
+=============
+ * Workaround GC thread consuming 100% of CPU
+ * Fix HashMap destructor name
+ * Fix a documentation typo
+
libgee 0.16.0
=============
* No changes since previous release
diff --git a/configure.ac b/configure.ac
index a10261a..b1ba0fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgee], [0.16.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee])
+AC_INIT([libgee], [0.16.1], [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="7:0:5"
+LIBGEE_LT_VERSION="7:1:5"
AC_SUBST(LIBGEE_LT_VERSION)
GLIB_REQUIRED=2.36