summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
-rw-r--r--libpinyin.spec.in3
-rw-r--r--src/pinyin.h2
4 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ce10c28..f773af9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+version 0.6.91
+* support ucs4 characters;
+* support guess sentence with prefix;
+* initially support fuzzy pinyin segment.
+
+version 0.6.0
+* the first official release of 0.6.x.
+
version 0.5.92
* fixes new parsers and chewing large table;
* improves pinyin_save.
diff --git a/configure.ac b/configure.ac
index ac627df..83168de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.60)
-AC_INIT(libpinyin, 0.5.92, alexepico@gmail.com)
+AC_INIT(libpinyin, 0.6.91, alexepico@gmail.com)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
diff --git a/libpinyin.spec.in b/libpinyin.spec.in
index deebf04..7b5e23f 100644
--- a/libpinyin.spec.in
+++ b/libpinyin.spec.in
@@ -81,6 +81,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_mandir}/man1/*.1.*
%changelog
+* Thu May 24 2012 Peng Wu <pwu@redhat.com> - 0.6.91-1
+- Update to 0.6.91
+
* Mon Feb 13 2012 Peng Wu <pwu@redhat.com> - 0.5.91-1
- Update to 0.5.91
diff --git a/src/pinyin.h b/src/pinyin.h
index 58ed1cb..dbb635a 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -416,7 +416,7 @@ typedef ChewingKeyVector PinyinKeyVector;
typedef ChewingKeyRestVector PinyinKeyPosVector;
-#define LIBPINYIN_FORMAT_VERSION "0.5.92"
+#define LIBPINYIN_FORMAT_VERSION "0.6.91"
};