[Groonga-commit] ranguba/rroonga at 661137e [master] Add 4.0.2 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 30 18:42:03 JST 2014


Kouhei Sutou	2014-05-30 18:42:03 +0900 (Fri, 30 May 2014)

  New Revision: 661137ed634fa380f73efeec4c90bebba5967599
  https://github.com/ranguba/rroonga/commit/661137ed634fa380f73efeec4c90bebba5967599

  Message:
    Add 4.0.2 entry

  Modified files:
    doc/text/news.textile

  Modified: doc/text/news.textile (+25 -0)
===================================================================
--- doc/text/news.textile    2014-05-30 18:34:19 +0900 (08bfc00)
+++ doc/text/news.textile    2014-05-30 18:42:03 +0900 (020c224)
@@ -1,5 +1,30 @@
 h1. NEWS
 
+h2(#4-0-2). 4.0.2: 2014-05-29
+
+h3. Improvements
+
+* Removed needless @--key_type@ option in dump.
+  [Reported by Genki Takiuchi]
+* Added sources information to {Groonga::IndexColumn#inspect}.
+* Enabled @with_section@ flag for multiple column index by default.
+  See {Groonga::Schema::TableDefinition#index}.
+* Enabled @with_position@ flag for index of a table that has a default
+  tokenizer by default. You need to specify @:with_position => false@
+  explicitly to disable @with_position@ flag for @TokenDelimit �� .
+  @TokenDelimit@ is a tokenizer that doesn't need @with_position@ flag.
+  See {Groonga::Schema.create_table}.
+
+h3. Fixes
+
+* [GitHub#16] Fixed a memory leak of {Groonga::Table#column}.
+  [Reported by rutice]
+
+h3. Thanks
+
+* rutice
+* Genki Takiuchi
+
 h2(#4-0-1). 4.0.1: 2014-04-04
 
 h3. Improvements
-------------- next part --------------
HTML����������������������������...
Download 



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