summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2015-06-26 17:52:29 +0900
committerAkira TAGOH <akira@tagoh.org>2015-06-26 17:52:29 +0900
commitf7119e44f9d93b58da13163b2e465d409c4d9da7 (patch)
tree3f36206e79778720acb8fbf0b56eebff7bd5c9bf
parentf80adc37ccf547d6ab02ac9ddbb345df7a846785 (diff)
Bump the version to 0.5.7
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e58eba5..29b0376 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.5.6 -> 0.5.7
+=================
+Akira TAGOH (3):
+ add missing sys/types.h in lt-string.h
+ missing docs
+ Update gtk-doc to be modernized
+
+David Tardon (1):
+ avoid accidental (and surprising) memory leaks
+
0.5.5 -> 0.5.6
=================
Akira TAGOH (1):
diff --git a/configure.ac b/configure.ac
index 363c7a5..dd72c0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.62)
-AC_INIT([liblangtag], 0.5.6, [http://github.com/tagoh/liblangtag/issues])
+AC_INIT([liblangtag], 0.5.7, [http://github.com/tagoh/liblangtag/issues])
. `dirname $0`/requires