[Groonga-commit] pgroonga/pgroonga.github.io at 3b3e933 [master] Add 2.0.0 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 16 21:14:55 JST 2017


Kouhei Sutou	2017-08-16 21:14:55 +0900 (Wed, 16 Aug 2017)

  New Revision: 3b3e93399b41007a875ccf57082ab9f41ac320ae
  https://github.com/pgroonga/pgroonga.github.io/commit/3b3e93399b41007a875ccf57082ab9f41ac320ae

  Message:
    Add 2.0.0 entry

  Modified files:
    _po/ja/news/index.po
    ja/news/index.md

  Modified: _po/ja/news/index.po (+43 -8)
===================================================================
--- _po/ja/news/index.po    2017-08-16 21:10:21 +0900 (e50a20d)
+++ _po/ja/news/index.po    2017-08-16 21:14:55 +0900 (74783d2)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2017-07-03 16:34+0900\n"
+"PO-Revision-Date: 2017-08-15 00:28+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,12 +20,53 @@ msgstr ""
 msgid "# News"
 msgstr "# おしらせ"
 
-msgid "## 1.2.3: 2017-07-03 {#version-1-2-3}"
+msgid "## 2.0.0: 2017-08-17 {#version-2-0-0}"
+msgstr ""
+
+msgid ""
+"This is the second major release! It's upgradable from 1.X! 2.X is backward co"
+"mpatible with 1.X!"
+msgstr ""
+
+msgid "### Improvements"
+msgstr "### 改良"
+
+msgid "  * Added PostgreSQL 10 support."
+msgstr ""
+
+msgid "  * Added logical replication support."
+msgstr ""
+
+msgid ""
+"  * Changed to install functions, operators and operator classes to the curren"
+"t schema with `pgroonga_` prefix from `pgroonga` schema without `pgroonga_` pr"
+"efix. `pgroonga` schema is still used for backward compatibility. But `pgroong"
+"a` schema is deprecated."
+msgstr ""
+
+msgid "  * Changed to the default operator classes to `_v2` operator classes."
 msgstr ""
 
 msgid "### Fixes"
 msgstr "### 修正"
 
+msgid ""
+"  * Fixed a crash bug when primary key column isn't the first indexed column.\n"
+"    [GitHub#50][Reported by tedypranolo]"
+msgstr ""
+
+msgid "  * Fixed upgrade failure from 1.2.0 on PostgreSQL 9.6 or later."
+msgstr ""
+
+msgid "### Thanks"
+msgstr "### 感謝"
+
+msgid "  * tedypranolo"
+msgstr ""
+
+msgid "## 1.2.3: 2017-07-03 {#version-1-2-3}"
+msgstr ""
+
 msgid "  * [[Ubuntu][ubuntu]] Fixed invalid package."
 msgstr ""
 
@@ -35,9 +76,6 @@ msgstr ""
 msgid "## 1.2.2: 2017-07-03 {#version-1-2-2}"
 msgstr ""
 
-msgid "### Improvements"
-msgstr "### 改良"
-
 msgid "  * [[Windows][windows]] Upgraded bundled Groonga to 7.0.4."
 msgstr ""
 
@@ -76,9 +114,6 @@ msgstr ""
 msgid "    * [[`&@*` operator][similar-search-v2]]: Added. Deprecated `&~?` operator."
 msgstr ""
 
-msgid "### Thanks"
-msgstr "### 感謝"
-
 msgid "  * Hirokazu Matsuo"
 msgstr ""
 

  Modified: ja/news/index.md (+25 -0)
===================================================================
--- ja/news/index.md    2017-08-16 21:10:21 +0900 (aa04a91)
+++ ja/news/index.md    2017-08-16 21:14:55 +0900 (4d4d98e)
@@ -4,6 +4,31 @@ title: おしらせ
 
 # おしらせ
 
+## 2.0.0: 2017-08-17 {#version-2-0-0}
+
+This is the second major release! It's upgradable from 1.X! 2.X is backward compatible with 1.X!
+
+### 改良
+
+  * Added PostgreSQL 10 support.
+
+  * Added logical replication support.
+
+  * Changed to install functions, operators and operator classes to the current schema with `pgroonga_` prefix from `pgroonga` schema without `pgroonga_` prefix. `pgroonga` schema is still used for backward compatibility. But `pgroonga` schema is deprecated.
+
+  * Changed to the default operator classes to `_v2` operator classes.
+
+### 修正
+
+  * Fixed a crash bug when primary key column isn't the first indexed column.
+    [GitHub#50][Reported by tedypranolo]
+
+  * Fixed upgrade failure from 1.2.0 on PostgreSQL 9.6 or later.
+
+### 感謝
+
+  * tedypranolo
+
 ## 1.2.3: 2017-07-03 {#version-1-2-3}
 
 ### 修正
-------------- next part --------------
HTML����������������������������...
Download 



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