Navigation Menu

Skip to content

Commit

Permalink
release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Nov 24, 2010
1 parent 699e267 commit 2c539ee
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([groonga-storage-engine], [0.3], [ikdttr@gmail.com])
AC_INIT([groonga-storage-engine], [0.4], [ikdttr@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

Expand Down
4 changes: 2 additions & 2 deletions doc/ja/source/conf.py
Expand Up @@ -48,9 +48,9 @@
# 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.
Expand Down
22 changes: 22 additions & 0 deletions doc/ja/source/news.rst
Expand Up @@ -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
-------------------------

Expand Down

0 comments on commit 2c539ee

Please sign in to comment.