[Groonga-commit] pgroonga/pgroonga.github.io at 6cda855 [master] Add Ubuntu 17.04 information

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 28 18:11:44 JST 2017


Kouhei Sutou	2017-04-28 18:11:44 +0900 (Fri, 28 Apr 2017)

  New Revision: 6cda855ecd556db955c60a94b1f5a5c4c93e243e
  https://github.com/pgroonga/pgroonga.github.io/commit/6cda855ecd556db955c60a94b1f5a5c4c93e243e

  Message:
    Add Ubuntu 17.04 information

  Modified files:
    _po/ja/install/index.po
    _po/ja/install/ubuntu.po
    _po/ja/news/index.po
    _po/ja/reference/replication.po
    install/index.md
    install/ubuntu.md
    ja/install/index.md
    ja/install/ubuntu.md
    ja/news/index.md
    ja/reference/replication.md
    reference/replication.md

  Modified: _po/ja/install/index.po (+3 -0)
===================================================================
--- _po/ja/install/index.po    2017-04-28 17:17:45 +0900 (d6f05ae)
+++ _po/ja/install/index.po    2017-04-28 18:11:44 +0900 (228d7cc)
@@ -64,6 +64,9 @@ msgstr ""
 msgid "    * 16.10"
 msgstr ""
 
+msgid "    * 17.04"
+msgstr ""
+
 msgid "  * [CentOS](centos.html)"
 msgstr ""
 

  Modified: _po/ja/install/ubuntu.po (+16 -5)
===================================================================
--- _po/ja/install/ubuntu.po    2017-04-28 17:17:45 +0900 (7a09ce7)
+++ _po/ja/install/ubuntu.po    2017-04-28 18:11:44 +0900 (d5917e6)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-11-04 00:59+0900\n"
+"PO-Revision-Date: 2017-04-28 18:11+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -29,10 +29,16 @@ msgstr "## サポートしているバージョン"
 msgid "Here are supported Ubuntu versions:"
 msgstr "サポートしているUbuntuのバージョンは次の通りです。"
 
-msgid ""
-"  * Ubuntu 14.04\n"
-"  * Ubuntu 16.04\n"
-"  * Ubuntu 16.10"
+msgid "  * Ubuntu 14.04"
+msgstr ""
+
+msgid "  * Ubuntu 16.04"
+msgstr ""
+
+msgid "  * Ubuntu 16.10"
+msgstr ""
+
+msgid "  * Ubuntu 17.04"
 msgstr ""
 
 msgid "## How to install"
@@ -44,6 +50,9 @@ 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 "Otherwise, install `postgresql-9.5-pgroonga` package:"
 msgstr "それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。"
 
@@ -55,6 +64,8 @@ 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"
 "% sudo apt-get install -y -V postgresql-9.5-pgroonga\n"
 "```"

  Modified: _po/ja/news/index.po (+17 -1)
===================================================================
--- _po/ja/news/index.po    2017-04-28 17:17:45 +0900 (8f6a442)
+++ _po/ja/news/index.po    2017-04-28 18:11:44 +0900 (5d4606d)
@@ -20,7 +20,7 @@ msgstr ""
 msgid "# News"
 msgstr "# おしらせ"
 
-msgid "## 1.2.0: 2017-04-XX {#version-1-2-0}"
+msgid "## 1.2.0: 2017-04-29 {#version-1-2-0}"
 msgstr ""
 
 msgid "### Improvements"
@@ -69,6 +69,22 @@ msgstr ""
 msgid "  * [[Windows](../install/windows.html)] Supported PostgreSQL 9.6.2."
 msgstr ""
 
+msgid ""
+"  * Added [`&@` operator](../reference/operators/match-v2.html) to `pgroonga.t"
+"ext_full_text_search_ops` (the current default operator class for `text` type)"
+". It means that you can use `&@` operator both with `pgroonga.text_full_text_s"
+"earch_ops` and `pgroonga.text_full_text_search_ops_v2` operator classes. [`%%`"
+" operator](../reference/operators/match.html) is deprecated."
+msgstr ""
+
+msgid ""
+"  * Added [`&?` operator](../reference/operators/query-v2.html) to `pgroonga.t"
+"ext_full_text_search_ops` (the current default operator class for `text` type)"
+". It means that you can use `&?` operator both with `pgroonga.text_full_text_s"
+"earch_ops` and `pgroonga.text_full_text_search_ops_v2` operator classes. [`@@`"
+" operator](../reference/operators/query.html) is deprecated."
+msgstr ""
+
 msgid "### Fixes"
 msgstr "### 修正"
 

  Modified: _po/ja/reference/replication.po (+11 -10)
===================================================================
--- _po/ja/reference/replication.po    2017-04-28 17:17:45 +0900 (cf7d215)
+++ _po/ja/reference/replication.po    2017-04-28 18:11:44 +0900 (cbe351c)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-04-26 18:11+0900\n"
+"PO-Revision-Date: 2017-04-28 18:10+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -157,16 +157,17 @@ msgid ""
 msgstr "このドキュメントではCentOS 7用のコマンドラインを書いています。もし、他のプラットフォームを使っている場合は自分でコマンドラインを調整してください。"
 
 msgid ""
-"For now (2017-04-29), the official PGroonga packages for CentOS 6, CentOS 7 an"
-"d Windows are only packages that support WAL. Because WAL support requires Mes"
-"sagePack and PostgreSQL 9.6 or later. Packages for other platforms don't satis"
-"fy one of them. If you build PGroonga from source, see [Install from source](."
-"./install/source.html). It describes about how to build with MessagePack."
+"For now (2017-04-29), the official PGroonga packages for Ubuntu 17.04, CentOS "
+"6, CentOS 7 and Windows are packages that support WAL. Because WAL support req"
+"uires MessagePack and PostgreSQL 9.6 or later. Packages for other platforms do"
+"n't satisfy one of them. If you build PGroonga from source, see [Install from "
+"source](../install/source.html). It describes about how to build with MessageP"
+"ack."
 msgstr ""
-"2017年4月29日現在、WALサポートしている公式のPGroongaパッケージはCentOS 6用とCentOS 7用とWindows用だけです。これはW"
-"ALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGro"
-"ongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一"
-"緒にビルドする方法が書いています。"
+"2017年4月29日現在、WALサポートしている公式のPGroongaパッケージはUbuntu 17.04用とCentOS 6用とCentOS 7用とWin"
+"dows用です。これはWALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満"
+"たしていません。PGroongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。M"
+"essagePackと一緒にビルドする方法が書いています。"
 
 msgid "## [normal] Install PostgreSQL on master and slaves"
 msgstr "## [通常] マスターとスレーブでPostgreSQLをインストールする"

  Modified: install/index.md (+2 -0)
===================================================================
--- install/index.md    2017-04-28 17:17:45 +0900 (864dd99)
+++ install/index.md    2017-04-28 18:11:44 +0900 (6561a6c)
@@ -31,6 +31,8 @@ See a document for your platform in the followings:
 
     * 16.10
 
+    * 17.04
+
   * [CentOS](centos.html)
 
     * 5

  Modified: install/ubuntu.md (+8 -0)
===================================================================
--- install/ubuntu.md    2017-04-28 17:17:45 +0900 (9185b46)
+++ install/ubuntu.md    2017-04-28 18:11:44 +0900 (d576779)
@@ -11,15 +11,21 @@ This document describes how to install PGroonga on Ubuntu.
 Here are supported Ubuntu versions:
 
   * Ubuntu 14.04
+
   * Ubuntu 16.04
+
   * Ubuntu 16.10
 
+  * Ubuntu 17.04
+
 ## 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.
+
 Otherwise, install `postgresql-9.5-pgroonga` package:
 
 ```text
@@ -29,6 +35,8 @@ 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:
 % sudo apt-get install -y -V postgresql-9.5-pgroonga
 ```

  Modified: ja/install/index.md (+2 -0)
===================================================================
--- ja/install/index.md    2017-04-28 17:17:45 +0900 (90bc049)
+++ ja/install/index.md    2017-04-28 18:11:44 +0900 (a01eb53)
@@ -31,6 +31,8 @@ title: インストール
 
     * 16.10
 
+    * 17.04
+
   * [CentOS](centos.html)
 
     * 5

  Modified: ja/install/ubuntu.md (+8 -0)
===================================================================
--- ja/install/ubuntu.md    2017-04-28 17:17:45 +0900 (fd4c56a)
+++ ja/install/ubuntu.md    2017-04-28 18:11:44 +0900 (c08b9da)
@@ -11,15 +11,21 @@ title: Ubuntuにインストール
 サポートしているUbuntuのバージョンは次の通りです。
 
   * Ubuntu 14.04
+
   * Ubuntu 16.04
+
   * Ubuntu 16.10
 
+  * Ubuntu 17.04
+
 ## インストール方法
 
 UbuntuでPGroongaをインストールする手順は次の通りです。
 
 Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。
 
+Ubuntu 17.04を使っている場合は`postgresql-9.6-pgroonga`パッケージをインストールしてください。
+
 それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。
 
 ```text
@@ -29,6 +35,8 @@ Ubuntu 14.04を使っている場合は`postgresql-9.3-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:
 % sudo apt-get install -y -V postgresql-9.5-pgroonga
 ```

  Modified: ja/news/index.md (+5 -1)
===================================================================
--- ja/news/index.md    2017-04-28 17:17:45 +0900 (7462eef)
+++ ja/news/index.md    2017-04-28 18:11:44 +0900 (9888ec7)
@@ -4,7 +4,7 @@ title: おしらせ
 
 # おしらせ
 
-## 1.2.0: 2017-04-XX {#version-1-2-0}
+## 1.2.0: 2017-04-29 {#version-1-2-0}
 
 ### 改良
 
@@ -30,6 +30,10 @@ title: おしらせ
 
   * [[Windows](../install/windows.html)] Supported PostgreSQL 9.6.2.
 
+  * Added [`&@` operator](../reference/operators/match-v2.html) to `pgroonga.text_full_text_search_ops` (the current default operator class for `text` type). It means that you can use `&@` operator both with `pgroonga.text_full_text_search_ops` and `pgroonga.text_full_text_search_ops_v2` operator classes. [`%%` operator](../reference/operators/match.html) is deprecated.
+
+  * Added [`&?` operator](../reference/operators/query-v2.html) to `pgroonga.text_full_text_search_ops` (the current default operator class for `text` type). It means that you can use `&?` operator both with `pgroonga.text_full_text_search_ops` and `pgroonga.text_full_text_search_ops_v2` operator classes. [`@@` operator](../reference/operators/query.html) is deprecated.
+
 ### 修正
 
   * [[CentOS](../install/centos.html)] Fixed wrong msgpack library link.

  Modified: ja/reference/replication.md (+1 -1)
===================================================================
--- ja/reference/replication.md    2017-04-28 17:17:45 +0900 (53e921e)
+++ ja/reference/replication.md    2017-04-28 18:11:44 +0900 (be4799a)
@@ -72,7 +72,7 @@ PostgreSQL組み込みのWALベースのストリーミングレプリケーシ
 
 このドキュメントではCentOS 7用のコマンドラインを書いています。もし、他のプラットフォームを使っている場合は自分でコマンドラインを調整してください。
 
-2017年4月29日現在、WALサポートしている公式のPGroongaパッケージはCentOS 6用とCentOS 7用とWindows用だけです。これはWALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGroongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一緒にビルドする方法が書いています。
+2017年4月29日現在、WALサポートしている公式のPGroongaパッケージはUbuntu 17.04用とCentOS 6用とCentOS 7用とWindows用です。これはWALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGroongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一緒にビルドする方法が書いています。
 
 ## [通常] マスターとスレーブでPostgreSQLをインストールする
 

  Modified: reference/replication.md (+1 -1)
===================================================================
--- reference/replication.md    2017-04-28 17:17:45 +0900 (55462b4)
+++ reference/replication.md    2017-04-28 18:11:44 +0900 (9128654)
@@ -72,7 +72,7 @@ This document uses the following environment:
 
 This document shows command lines for CentOS 7. If you're using other platforms, adjust command lines by yourself.
 
-For now (2017-04-29), the official PGroonga packages for CentOS 6, CentOS 7 and Windows are only packages that support WAL. Because WAL support requires MessagePack and PostgreSQL 9.6 or later. Packages for other platforms don't satisfy one of them. If you build PGroonga from source, see [Install from source](../install/source.html). It describes about how to build with MessagePack.
+For now (2017-04-29), the official PGroonga packages for Ubuntu 17.04, CentOS 6, CentOS 7 and Windows are packages that support WAL. Because WAL support requires MessagePack and PostgreSQL 9.6 or later. Packages for other platforms don't satisfy one of them. If you build PGroonga from source, see [Install from source](../install/source.html). It describes about how to build with MessagePack.
 
 ## [normal] Install PostgreSQL on master and slaves
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index