summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2014-04-09 17:59:21 +0900
committerAkira TAGOH <akira@tagoh.org>2014-04-09 17:59:21 +0900
commitd5cc6547235d0f1e72e9b3a16dde97f95c3d6c05 (patch)
treeafb0a8f5a4fa990cf4be9d21f17656b81a5ae922
parente9fcf5e21d46220bf17bfb316beaee1af73d66ec (diff)
Bump the version to 0.5.3
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 25869d1..6d93e12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.5.2 -> 0.5.3
+=================
+Akira TAGOH (7):
+ add a script to prepare a release
+ Fix non-literal format string issues (fixed issue#5)
+ Fix typo
+ Update autotools macro
+ Merged in erAck/liblangtag/0.5.x (pull request #7)
+ Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
+ separately canonicalize into the canonical form and the extlang form
+
+Eike Rathke (2):
+ Merged tagoh/liblangtag/0.5.x into 0.5.x
+ resolves #6, include last record in language-subtag-registry.xml
+
0.5.1 -> 0.5.2
=================
Akira TAGOH (6):
diff --git a/configure.ac b/configure.ac
index a992cb4..d482219 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.2, [http://github.com/tagoh/liblangtag/issues])
+AC_INIT([liblangtag], 0.5.3, [http://github.com/tagoh/liblangtag/issues])
. `dirname $0`/requires