summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2014-05-21 12:35:35 +0900
committerAkira TAGOH <akira@tagoh.org>2014-05-21 12:35:35 +0900
commit96c16d4289b61a16bfd5c80206b107408002748c (patch)
tree2d581d3f0eea491bf4005f779d683da60793b7cf
parent945e5b53c979247ea758ea86c22f4ef2e9b1cbd6 (diff)
Bump the version to 0.5.4
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6d93e12..c8f162d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.5.3 -> 0.5.4
+=================
+Akira TAGOH (5):
+ Fix the module build on NetBSD (fixed issue#7)
+ Fix format
+ Add date property to language-subtag-registry.xml
+ Get rid of the extra space in case word-wrapping
+ Remove the language subtag registry file on dist
+
0.5.2 -> 0.5.3
=================
Akira TAGOH (7):
diff --git a/configure.ac b/configure.ac
index 79ba005..a205f67 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.3, [http://github.com/tagoh/liblangtag/issues])
+AC_INIT([liblangtag], 0.5.4, [http://github.com/tagoh/liblangtag/issues])
. `dirname $0`/requires