Kouhei Sutou
null+****@clear*****
Wed Nov 1 10:24:52 JST 2017
Kouhei Sutou 2017-11-01 10:24:52 +0900 (Wed, 01 Nov 2017) New Revision: d895dc00e1bf3f6945845243899e0f9cf5676328 https://github.com/pgroonga/pgroonga.github.io/commit/d895dc00e1bf3f6945845243899e0f9cf5676328 Message: Support Ubuntu 17.10 Modified files: _po/ja/install/index.po _po/ja/install/ubuntu.po _po/ja/news/index.po install/index.md install/ubuntu.md ja/install/index.md ja/install/ubuntu.md ja/news/index.md news/index.md Modified: _po/ja/install/index.po (+4 -1) =================================================================== --- _po/ja/install/index.po 2017-10-30 14:31:38 +0900 (558e87f) +++ _po/ja/install/index.po 2017-11-01 10:24:52 +0900 (51e0cf8) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2017-08-16 23:50+0900\n" +"PO-Revision-Date: 2017-10-30 14:29+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -68,6 +68,9 @@ msgstr "" msgid " * 17.04" msgstr "" +msgid " * 17.10" +msgstr "" + msgid " * [CentOS](centos.html)" msgstr "" Modified: _po/ja/install/ubuntu.po (+11 -8) =================================================================== --- _po/ja/install/ubuntu.po 2017-10-30 14:31:38 +0900 (ded8650) +++ _po/ja/install/ubuntu.po 2017-11-01 10:24:52 +0900 (1db1203) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2017-08-16 23:50+0900\n" +"PO-Revision-Date: 2017-11-01 10:23+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,6 +38,9 @@ msgstr "" msgid " * Ubuntu 17.04" msgstr "" +msgid " * Ubuntu 17.10" +msgstr "" + msgid "## How to install" msgstr "## インストール方法" @@ -47,11 +50,11 @@ msgstr "UbuntuでPGroongaをインストールする手順は次の通りです msgid "If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package." msgstr "Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。" -msgid "If you're using Ubuntu 17.04, install `postgresql-9.6-pgroonga` package." -msgstr "Ubuntu 17.04を使っている場合は`postgresql-9.6-pgroonga`パッケージをインストールしてください。" +msgid "If you're using Ubuntu 16.04, install `postgresql-9.5-pgroonga` package." +msgstr "Ubuntu 16.04を使っている場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。" -msgid "Otherwise, install `postgresql-9.5-pgroonga` package:" -msgstr "それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。" +msgid "Otherwise, install `postgresql-9.6-pgroonga` package:" +msgstr "それ以外の場合は`postgresql-9.6-pgroonga`パッケージをインストールしてください。" msgid "" "```text\n" @@ -61,10 +64,10 @@ msgid "" "% sudo apt-get update\n" "Ubuntu 14.04:\n" "% sudo apt-get install -y -V postgresql-9.3-pgroonga\n" -"Ubuntu 17.04:\n" -"% sudo apt-get install -y -V postgresql-9.6-pgroonga\n" -"Others:\n" +"Ubuntu 16.04:\n" "% sudo apt-get install -y -V postgresql-9.5-pgroonga\n" +"Others:\n" +"% sudo apt-get install -y -V postgresql-9.6-pgroonga\n" "```" msgstr "" Modified: _po/ja/news/index.po (+4 -1) =================================================================== --- _po/ja/news/index.po 2017-10-30 14:31:38 +0900 (11e195e) +++ _po/ja/news/index.po 2017-11-01 10:24:52 +0900 (0ac940d) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2017-08-16 23:50+0900\n" +"PO-Revision-Date: 2017-11-01 10:23+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,6 +29,9 @@ msgstr "### 改良" msgid " * [[Windows][windows]] Upgraded bundled Groonga to 7.0.7." msgstr "" +msgid " * [[Ubuntu][ubuntu]] Added Ubuntu 17.10 (Artful Aardvark) support." +msgstr "" + msgid "" " * Added `INTEGER_COLUMN = ANY(ARRAY[]::integer[])` support.\n" " [GitHub#53][Reported by tedypranolo]" Modified: install/index.md (+2 -0) =================================================================== --- install/index.md 2017-10-30 14:31:38 +0900 (7d20173) +++ install/index.md 2017-11-01 10:24:52 +0900 (3fce136) @@ -34,6 +34,8 @@ See a document for your platform in the followings: * 17.04 + * 17.10 + * [CentOS](centos.html) * 6 Modified: install/ubuntu.md (+7 -5) =================================================================== --- install/ubuntu.md 2017-10-30 14:31:38 +0900 (5c52813) +++ install/ubuntu.md 2017-11-01 10:24:52 +0900 (66e3782) @@ -16,15 +16,17 @@ Here are supported Ubuntu versions: * Ubuntu 17.04 + * Ubuntu 17.10 + ## How to install You can use the following instruction to install PGroonga on Ubuntu. If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. -If you're using Ubuntu 17.04, install `postgresql-9.6-pgroonga` package. +If you're using Ubuntu 16.04, install `postgresql-9.5-pgroonga` package. -Otherwise, install `postgresql-9.5-pgroonga` package: +Otherwise, install `postgresql-9.6-pgroonga` package: ```text % sudo apt-get install -y software-properties-common @@ -33,10 +35,10 @@ Otherwise, install `postgresql-9.5-pgroonga` package: % sudo apt-get update Ubuntu 14.04: % sudo apt-get install -y -V postgresql-9.3-pgroonga -Ubuntu 17.04: -% sudo apt-get install -y -V postgresql-9.6-pgroonga -Others: +Ubuntu 16.04: % sudo apt-get install -y -V postgresql-9.5-pgroonga +Others: +% sudo apt-get install -y -V postgresql-9.6-pgroonga ``` If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you also need to install `groonga-tokenizer-mecab` package: Modified: ja/install/index.md (+2 -0) =================================================================== --- ja/install/index.md 2017-10-30 14:31:38 +0900 (452913e) +++ ja/install/index.md 2017-11-01 10:24:52 +0900 (8445b14) @@ -34,6 +34,8 @@ title: インストール * 17.04 + * 17.10 + * [CentOS](centos.html) * 6 Modified: ja/install/ubuntu.md (+7 -5) =================================================================== --- ja/install/ubuntu.md 2017-10-30 14:31:38 +0900 (0e934fc) +++ ja/install/ubuntu.md 2017-11-01 10:24:52 +0900 (1dcd874) @@ -16,15 +16,17 @@ title: Ubuntuにインストール * Ubuntu 17.04 + * Ubuntu 17.10 + ## インストール方法 UbuntuでPGroongaをインストールする手順は次の通りです。 Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。 -Ubuntu 17.04を使っている場合は`postgresql-9.6-pgroonga`パッケージをインストールしてください。 +Ubuntu 16.04を使っている場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。 -それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。 +それ以外の場合は`postgresql-9.6-pgroonga`パッケージをインストールしてください。 ```text % sudo apt-get install -y software-properties-common @@ -33,10 +35,10 @@ Ubuntu 17.04を使っている場合は`postgresql-9.6-pgroonga`パッケージ % sudo apt-get update Ubuntu 14.04: % sudo apt-get install -y -V postgresql-9.3-pgroonga -Ubuntu 17.04: -% sudo apt-get install -y -V postgresql-9.6-pgroonga -Others: +Ubuntu 16.04: % sudo apt-get install -y -V postgresql-9.5-pgroonga +Others: +% sudo apt-get install -y -V postgresql-9.6-pgroonga ``` [MeCab](http://taku910.github.io/mecab/)ベースのトークナイザーを使いたい場合は、`groonga-tokenizer-mecab`パッケージもインストールする必要があります。 Modified: ja/news/index.md (+2 -0) =================================================================== --- ja/news/index.md 2017-10-30 14:31:38 +0900 (c5d5523) +++ ja/news/index.md 2017-11-01 10:24:52 +0900 (49cda33) @@ -10,6 +10,8 @@ title: おしらせ * [[Windows][windows]] Upgraded bundled Groonga to 7.0.7. + * [[Ubuntu][ubuntu]] Added Ubuntu 17.10 (Artful Aardvark) support. + * Added `INTEGER_COLUMN = ANY(ARRAY[]::integer[])` support. [GitHub#53][Reported by tedypranolo] Modified: news/index.md (+2 -0) =================================================================== --- news/index.md 2017-10-30 14:31:38 +0900 (2605084) +++ news/index.md 2017-11-01 10:24:52 +0900 (acecec7) @@ -10,6 +10,8 @@ title: News * [[Windows][windows]] Upgraded bundled Groonga to 7.0.7. + * [[Ubuntu][ubuntu]] Added Ubuntu 17.10 (Artful Aardvark) support. + * Added `INTEGER_COLUMN = ANY(ARRAY[]::integer[])` support. [GitHub#53][Reported by tedypranolo] -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171101/14cdb41d/attachment-0001.htm