summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2016-03-23 11:55:29 +0900
committerAkira TAGOH <akira@tagoh.org>2016-03-23 11:55:29 +0900
commit8e58bf4042d917f6ac42d0bf6e15ccb8bc8bc651 (patch)
treee0fcc9a6c2d8757f954f9324cae1a0f7d48b1e3b
parent4c5564623078150ccbbd7cf8f2ef7126cfb77786 (diff)
Bump the version to 0.6.0
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 620ac38..7ad1c1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+0.5.8 -> 0.6.0
+=================
+Akira TAGOH (20):
+ Initialize databases just once.
+ Fix a build fail when --enable-debug
+ Support BCP47-like locale representation
+ Add deprecation macros
+ Use deprecation macros
+ Add a lookup table to catch up a script/language from language/script
+ Update to add more files into .gitignore
+ Fix the behavior on lt_tag_transform() according to tr#35
+ Fix a segfault if no territory or script is given to lt_tag_convert_from_locale_string()
+ Add missing header file
+ Add lt_db_set_val() to change the place of database
+ Fix memory leaks
+ missing gobject function for lt_relation_db thing
+ Support the language alias for the canonicalization
+ Fix lt_trie_keys() not working
+ Fix OOM handling
+ Improve the bootup time
+ Get rid of deprecated macro
+ Add docs
+ Update the library versioning
+
0.5.7 -> 0.5.8
=================
Akira TAGOH (6):
diff --git a/configure.ac b/configure.ac
index c6d1a0c..055b16e 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.8, [http://github.com/tagoh/liblangtag/issues])
+AC_INIT([liblangtag], 0.6.0, [http://github.com/tagoh/liblangtag/issues])
. `dirname $0`/requires