Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release announces for Groonga 4.1.0
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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ユーザーの方は対応をお願いします。 |