summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2015-03-20 11:20:20 +0900
committerAkira TAGOH <akira@tagoh.org>2015-03-20 11:20:20 +0900
commite7cc23a5c65a310374bcadd1621362cdeee42e23 (patch)
tree5fe2aa3c32751fbff20c2d6f7a047bca0ae31749
parentd6968747f7b3e821649ffb1317b404b59b4692f2 (diff)
Bump the version to 0.5.5
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8f162d..f5093c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.5.4 -> 0.5.5
+=================
+Akira TAGOH (6):
+ Fix a memory leak
+ Fix a typo
+ Fix configure error on specifying --disable-modules
+ Fix a build issue with inline keyword
+ Fix warning on bootstrap
+ Update revision
+
0.5.3 -> 0.5.4
=================
Akira TAGOH (5):
diff --git a/configure.ac b/configure.ac
index eaf0325..f5e5229 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.4, [http://github.com/tagoh/liblangtag/issues])
+AC_INIT([liblangtag], 0.5.5, [http://github.com/tagoh/liblangtag/issues])
. `dirname $0`/requires