[Groonga-commit] ranguba/rroonga at 1e46bcb [master] Add 4.0.1 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 4 14:58:29 JST 2014


Kouhei Sutou	2014-04-04 14:58:29 +0900 (Fri, 04 Apr 2014)

  New Revision: 1e46bcb8e011b08eff48b6751e37fae77621c6d4
  https://github.com/ranguba/rroonga/commit/1e46bcb8e011b08eff48b6751e37fae77621c6d4

  Message:
    Add 4.0.1 entry

  Modified files:
    doc/text/news.textile

  Modified: doc/text/news.textile (+26 -0)
===================================================================
--- doc/text/news.textile    2014-03-26 00:13:53 +0900 (f4909de)
+++ doc/text/news.textile    2014-04-04 14:58:29 +0900 (5a52306)
@@ -1,5 +1,31 @@
 h1. NEWS
 
+h2(#4-0-1). 4.0.1: 2014-04-04
+
+h3. Improvements
+
+* Supported Groonga 4.0.1. Groonga 4.0.0 or older are not supported.
+* Supported no watch match column case.
+  <pre>
+  table.select do |record|
+    match_target = record.match_target do |target|
+      target.column
+    end
+    match_target =~ keyword
+  end
+  </pre>
+* Supported weight vector.
+* grndump: Changed to use @--normalizer@ instead of @KEY_NORMALIZE �� .
+  Old Groonga can't restore dumped database.
+* {Groonga::IndexClumn#search}: Added @mode@ option.
+* {Groonga::IndexClumn#search}: Added @weight@ option.
+* Accepted String as key.
+
+h3. Fixes
+
+* Fixed a bug that index dump drops index options in Ruby syntax.
+
+
 h2(#4-0-0). 4.0.0: 2014-02-09
 
 h3. Improvements
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index