null+****@clear*****
null+****@clear*****
2010年 11月 24日 (水) 14:50:41 JST
Tetsuro IKEDA 2010-11-24 05:50:41 +0000 (Wed, 24 Nov 2010)
New Revision: 2c539eeecefd481376b3b9d0a760c79fe0b1c8cc
Log:
release v0.4
Modified files:
configure.ac
doc/ja/source/conf.py
doc/ja/source/news.rst
Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac 2010-11-24 05:26:46 +0000 (57bd6f2)
+++ configure.ac 2010-11-24 05:50:41 +0000 (f94181d)
@@ -1,4 +1,4 @@
-AC_INIT([groonga-storage-engine], [0.3], [ikdtt****@gmail*****])
+AC_INIT([groonga-storage-engine], [0.4], [ikdtt****@gmail*****])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
Modified: doc/ja/source/conf.py (+2 -2)
===================================================================
--- doc/ja/source/conf.py 2010-11-24 05:26:46 +0000 (464083b)
+++ doc/ja/source/conf.py 2010-11-24 05:50:41 +0000 (3baf629)
@@ -48,9 +48,9 @@ copyright = u'2010, groonga project'
# built documents.
#
# The short X.Y version.
-version = '0.3'
+version = '0.4'
# The full version, including alpha/beta/rc tags.
-release = '0.3'
+release = '0.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Modified: doc/ja/source/news.rst (+22 -0)
===================================================================
--- doc/ja/source/news.rst 2010-11-24 05:26:46 +0000 (51ac127)
+++ doc/ja/source/news.rst 2010-11-24 05:50:41 +0000 (36e8d41)
@@ -5,6 +5,28 @@
最新ニュース
============
+0.4 リリース - 2010/11/29
+-------------------------
+
+改良
+++++
+
+* 全文検索のスコア取得機能の追加。
+* レコードIDへのアクセス機能の追加。
+* 直近のレコードIDを参照するためのUDFの追加。
+* インデックスによる範囲検索機能の追加。
+* 全文検索におけるORDER BY LIMITパタンの高速化。
+* ``groonga_fast_order_limit`` ステータス変数の追加。
+* ログ出力機能の設定強化。
+* ``groonga_log_level`` システム変数の追加。
+* 全文検索機能の強化(NOT MATCH AGAINST対応)。
+* MySQL 5.5への対応。
+
+感謝
+++++
+
+* とみたまさひろさん
+
0.3 リリース - 2010/10/29
-------------------------