bump version 0.5.92
authorPeng Wu <alexepico@gmail.com>
Fri, 23 Mar 2012 03:10:12 +0000 (11:10 +0800)
committerPeng Wu <alexepico@gmail.com>
Fri, 23 Mar 2012 10:15:46 +0000 (18:15 +0800)
ChangeLog
configure.ac
src/pinyin.h

index d8f7f15bca68f1e9a2994d3194ff27fc2f4895c0..ce10c28f690a0f66150ec84db77f9f407f95cc17 100644 (file)
--- 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
index 4365644fbc6607d650edb8c4e805fbff67af7879..ac627df8e581e3c775ed00c563f9d653eb156575 100644 (file)
@@ -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])
index fcd10eb3559abf493d054733980cc37e5ea8f0e3..f5cc1425acef2dab6f774033761e3f6e834a57cc 100644 (file)
@@ -363,7 +363,7 @@ typedef ChewingKeyVector PinyinKeyVector;
 typedef ChewingKeyRestVector PinyinKeyPosVector;
 
 
-#define LIBPINYIN_FORMAT_VERSION  "0.5.91"
+#define LIBPINYIN_FORMAT_VERSION  "0.5.92"
 
 };