summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--configure.ac2
-rw-r--r--src/pinyin.h2
3 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d8f7f15..ce10c28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,20 @@
+version 0.5.92
+* fixes new parsers and chewing large table;
+* improves pinyin_save.
+
+version 0.5.91
+* some code re-factor and simplify;
+* fixes the self-learning work around.
+
version 0.5.0
* the first official release of 0.5.x.
version 0.4.93
-* fixes some bugs in new parsers
+* fixes some bugs in new parsers.
version 0.4.92
-* enable parallel make
-
+* enable parallel make.
+
version 0.4.91
* New parsers for full pinyin/double pinyin/chewing.
* libpinyin now fully supports all pinyin auto corrections in
diff --git a/configure.ac b/configure.ac
index 4365644..ac627df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.60)
-AC_INIT(libpinyin, 0.5.91, alexepico@gmail.com)
+AC_INIT(libpinyin, 0.5.92, alexepico@gmail.com)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
diff --git a/src/pinyin.h b/src/pinyin.h
index e0ec835..8783239 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -350,7 +350,7 @@ typedef ChewingKeyVector PinyinKeyVector;
typedef ChewingKeyRestVector PinyinKeyPosVector;
-#define LIBPINYIN_FORMAT_VERSION "0.5.91"
+#define LIBPINYIN_FORMAT_VERSION "0.5.92"
};