Kouhei Sutou
null+****@clear*****
Fri Nov 4 01:04:54 JST 2016
Kouhei Sutou 2016-11-04 01:04:54 +0900 (Fri, 04 Nov 2016) New Revision: c76c1906710f187ab7f6ea4c2c895407aabeff77 https://github.com/pgroonga/pgroonga.github.io/commit/c76c1906710f187ab7f6ea4c2c895407aabeff77 Message: Update supported Ubuntu version list Modified files: _po/ja/install/ubuntu.po _po/ja/news/index.po install/ubuntu.md ja/install/ubuntu.md ja/news/index.md news/index.md Modified: _po/ja/install/ubuntu.po (+3 -11) =================================================================== --- _po/ja/install/ubuntu.po 2016-11-04 00:59:48 +0900 (f106061) +++ _po/ja/install/ubuntu.po 2016-11-04 01:04:54 +0900 (7a09ce7) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-04-24 14:50+0900\n" +"PO-Revision-Date: 2016-11-04 00:59+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,9 +31,8 @@ msgstr "サポートしているUbuntuのバージョンは次の通りです。 msgid "" " * Ubuntu 14.04\n" -" * Ubuntu 15.04\n" -" * Ubuntu 15.10\n" -" * Ubuntu 16.04" +" * Ubuntu 16.04\n" +" * Ubuntu 16.10" msgstr "" msgid "## How to install" @@ -45,11 +44,6 @@ 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 15.04 or 15.10, install `postgresql-9.4-pgroonga` packa" -"ge." -msgstr "Ubuntu 15.04または15.10を使っている場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。<" - msgid "Otherwise, install `postgresql-9.5-pgroonga` package:" msgstr "それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。" @@ -61,8 +55,6 @@ msgid "" "% sudo apt-get update\n" "Ubuntu 14.04:\n" "% sudo apt-get install -y -V postgresql-9.3-pgroonga\n" -"Ubuntu 15.04 or 15.10:\n" -"% sudo apt-get install -y -V postgresql-9.4-pgroonga\n" "Others:\n" "% sudo apt-get install -y -V postgresql-9.5-pgroonga\n" "```" Modified: _po/ja/news/index.po (+7 -1) =================================================================== --- _po/ja/news/index.po 2016-11-04 00:59:48 +0900 (a6a5428) +++ _po/ja/news/index.po 2016-11-04 01:04:54 +0900 (3c188b8) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2016-10-09 23:05+0900\n" +"PO-Revision-Date: 2016-11-04 00:59+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,6 +29,9 @@ msgstr "### 修正" msgid " * Fixed build error with PostgreSQL 9.4 or earlier." msgstr "" +msgid " * [[Ubuntu](../install.ubuntu.htmp)] Supported Yakkety Yak (16.10)." +msgstr "" + msgid "## 1.1.6: 2016-11-03 {#version-1-1-6}" msgstr "" @@ -62,6 +65,9 @@ msgid "" "rds." msgstr "" +msgid " * [[Ubuntu](../install.ubuntu.htmp)] Dropped Wily Werewolf (15.10) support." +msgstr "" + msgid "" " * Fixed a bug that living PGroonga indexes are removed on VACUUM when PGroon" "ga index is created at non default tablespace. [GitHub#27][Reported by pavelpo" Modified: install/ubuntu.md (+1 -6) =================================================================== --- install/ubuntu.md 2016-11-04 00:59:48 +0900 (151831e) +++ install/ubuntu.md 2016-11-04 01:04:54 +0900 (9185b46) @@ -11,9 +11,8 @@ This document describes how to install PGroonga on Ubuntu. Here are supported Ubuntu versions: * Ubuntu 14.04 - * Ubuntu 15.04 - * Ubuntu 15.10 * Ubuntu 16.04 + * Ubuntu 16.10 ## How to install @@ -21,8 +20,6 @@ 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 15.04 or 15.10, install `postgresql-9.4-pgroonga` package. - Otherwise, install `postgresql-9.5-pgroonga` package: ```text @@ -32,8 +29,6 @@ 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 15.04 or 15.10: -% sudo apt-get install -y -V postgresql-9.4-pgroonga Others: % sudo apt-get install -y -V postgresql-9.5-pgroonga ``` Modified: ja/install/ubuntu.md (+1 -6) =================================================================== --- ja/install/ubuntu.md 2016-11-04 00:59:48 +0900 (e5430f3) +++ ja/install/ubuntu.md 2016-11-04 01:04:54 +0900 (fd4c56a) @@ -11,9 +11,8 @@ title: Ubuntuにインストール サポートしているUbuntuのバージョンは次の通りです。 * Ubuntu 14.04 - * Ubuntu 15.04 - * Ubuntu 15.10 * Ubuntu 16.04 + * Ubuntu 16.10 ## インストール方法 @@ -21,8 +20,6 @@ UbuntuでPGroongaをインストールする手順は次の通りです。 Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。 -Ubuntu 15.04または15.10を使っている場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。< - それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。 ```text @@ -32,8 +29,6 @@ Ubuntu 15.04または15.10を使っている場合は`postgresql-9.4-pgroonga` % sudo apt-get update Ubuntu 14.04: % sudo apt-get install -y -V postgresql-9.3-pgroonga -Ubuntu 15.04 or 15.10: -% sudo apt-get install -y -V postgresql-9.4-pgroonga Others: % sudo apt-get install -y -V postgresql-9.5-pgroonga ``` Modified: ja/news/index.md (+4 -0) =================================================================== --- ja/news/index.md 2016-11-04 00:59:48 +0900 (ba61cb6) +++ ja/news/index.md 2016-11-04 01:04:54 +0900 (6477967) @@ -10,6 +10,8 @@ title: おしらせ * Fixed build error with PostgreSQL 9.4 or earlier. + * [[Ubuntu](../install.ubuntu.htmp)] Supported Yakkety Yak (16.10). + ## 1.1.6: 2016-11-03 {#version-1-1-6} ### 改良 @@ -24,6 +26,8 @@ title: おしらせ * Disabled index only scan automatically when there is one or more long records. + * [[Ubuntu](../install.ubuntu.htmp)] Dropped Wily Werewolf (15.10) support. + ### 修正 * Fixed a bug that living PGroonga indexes are removed on VACUUM when PGroonga index is created at non default tablespace. [GitHub#27][Reported by pavelpopovgmail] Modified: news/index.md (+4 -0) =================================================================== --- news/index.md 2016-11-04 00:59:48 +0900 (1a1925d) +++ news/index.md 2016-11-04 01:04:54 +0900 (be29ce1) @@ -10,6 +10,8 @@ title: News * Fixed build error with PostgreSQL 9.4 or earlier. + * [[Ubuntu](../install.ubuntu.htmp)] Supported Yakkety Yak (16.10). + ## 1.1.6: 2016-11-03 {#version-1-1-6} ### Improvements @@ -24,6 +26,8 @@ title: News * Disabled index only scan automatically when there is one or more long records. + * [[Ubuntu](../install.ubuntu.htmp)] Dropped Wily Werewolf (15.10) support. + ### Fixes * Fixed a bug that living PGroonga indexes are removed on VACUUM when PGroonga index is created at non default tablespace. [GitHub#27][Reported by pavelpopovgmail] -------------- next part -------------- HTML����������������������������...Download