Revision: 261
Author: johtani
Date: Fri Jun 27 10:58:10 2014 UTC
Log: for release fixed #56 version
http://code.google.com/p/lucene-gosen/source/detail?r=261
Modified:
/branches/4x/CHANGES.txt
/branches/4x/build.xml
=======================================
--- /branches/4x/CHANGES.txt Thu Jun 26 17:24:08 2014 UTC
+++ /branches/4x/CHANGES.txt Fri Jun 27 10:58:10 2014 UTC
@@ -8,6 +8,23 @@
Bug Fixes
+API Changes
+
+Javadoc Fixes
+
+Others
+
+========== 4.9.0.1 / 2014-06-27 ===================================
+
+Important Notice
+
+New Features & Improvements
+
+Bug Fixes
+
+*
http://code.google.com/p/lucene-gosen/issues/detail?id=56
+ Combination error with GosenTokenizer and
+
API Changes
Javadoc Fixes
@@ -21,7 +38,6 @@
*
http://code.google.com/p/lucene-gosen/issues/detail?id=55
Change Lucene/Solr 4.9.0 library
-
New Features & Improvements
Bug Fixes
=======================================
--- /branches/4x/build.xml Thu Jun 26 17:24:08 2014 UTC
+++ /branches/4x/build.xml Fri Jun 27 10:58:10 2014 UTC
@@ -6,7 +6,7 @@
<!-- to change the dictionary type to naist-chasen, ant
-Ddictype=naist-chasen -->
<property name="dictype" value="ipadic"/>
- <property name="version" value="4.10.0"/>
+ <property name="version" value="4.9.0.1"/>
<property name="src.dir" location="src/java"/>
<property name="cdic.dir" location="src/compiled-dictionaries"/>