Navigation Menu

Skip to content

Commit

Permalink
Add release announces for Groonga 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 9, 2015
1 parent a60040c commit f4ad59e
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
34 changes: 34 additions & 0 deletions en/_posts/2015-01-09-release.md
@@ -0,0 +1,34 @@
---
layout: post.en
title: Groonga 4.1.0 has been released (Groonga 4.0.9 users should upgrade)
description: Groonga 4.1.0 has been released!
---

## Groonga 4.1.0 has been released

[Groonga 4.1.0](/docs/news.html#release-4-1-0) has been released. It's
a bug fix release of Groonga 4.0.9. Groonga 4.0.9 has a serious bug
that may break index.

If you have already upgraded to 4.0.9, please upgrade to 4.1.0. And
re-create your all indexes. You can re-create your indexes by removing
and re-creating your indexes such as:

column_remove TABLE INDEX_COLUMN
column_create TABLE INDEX_COLUMN COLUMN_INDEX|...

See the following documents how to use these commands:

* [column_remove](/docs/reference/commands/column_remove.html)
* [column_create](/docs/reference/commands/column_create.html)

If you didn't change your indexes by Groonga 4.0.9, you don't need to
re-create your indexes. "change" means "add", "remove" and
"update". If you use your indexes only for "search" by Groonga 4.0.9,
you don't need to re-create your indexes.

If you know more information or have any question, please ask it on
[the mailing list](http://sourceforge.net/p/groonga/mailman/groonga-talk/)
or [@groonga](https://twitter.com/groonga). We'll answer it.

We're sorry for your inconvenient. 4.0.9 users, please upgrade your Groonga.
25 changes: 25 additions & 0 deletions ja/_posts/2015-01-09-release.md
@@ -0,0 +1,25 @@
---
layout: post.ja
title: Groonga 4.1.0リリース(4.0.9ユーザーはアップグレード推奨)
description: Groonga 4.1.0をリリースしました!(4.0.9ユーザーはアップグレード推奨)
---

## Groonga 4.1.0リリース(4.0.9ユーザーはアップグレード推奨)

Groonga 4.0.9に「インデックスが壊れる可能性がある」という問題がわかったので、[Groonga 4.1.0](/ja/docs/news.html#release-4-1-0) をリリースしました。

すでにGroonga 4.0.9を使っている人は4.1.0へのアップグレードを推奨します。アップグレード後は次のようにインデックスを作りなおしてください。

column_remove TABLE INDEX_COLUMN
column_create TABLE INDEX_COLUMN COLUMN_INDEX|... # <- 作成したときと同じオプションを指定

これらのコマンドの使い方はドキュメントを参照してください。

* [column_remove](/ja/docs/reference/commands/column_remove.html)
* [column_create](/ja/docs/reference/commands/column_create.html)

なお、Groonga 4.1.0でインデックスを更新(追加・削除・更新)せず、単に検索していただけの人はインデックスを作りなおす必要はありません。

以上の情報以外にも知りたいことがある方は[メーリングリスト](http://lists.sourceforge.jp/mailman/listinfo/groonga-dev)[@groonga](https://twitter.com/groonga)経由で質問してください。回答します。

ご不便をお掛けして申し訳ありませんが、4.0.9ユーザーの方は対応をお願いします。

0 comments on commit f4ad59e

Please sign in to comment.