[Groonga-commit] pgroonga/pgroonga at 68e510c [master] Update to the latest version

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 29 17:09:13 JST 2015


Kouhei Sutou	2015-09-29 17:09:13 +0900 (Tue, 29 Sep 2015)

  New Revision: 68e510c7ff51bd57cca1bb1e54992bc1d482822f
  https://github.com/pgroonga/pgroonga/commit/68e510c7ff51bd57cca1bb1e54992bc1d482822f

  Message:
    Update to the latest version

  Modified files:
    README.md
    packages/debian93/changelog
    packages/debian94/changelog
    packages/yum/postgresql94-pgroonga.spec.in

  Modified: README.md (+10 -10)
===================================================================
--- README.md    2015-09-29 17:08:51 +0900 (367ef20)
+++ README.md    2015-09-29 17:09:13 +0900 (5c7e506)
@@ -234,8 +234,8 @@ PostgreSQLをインストールします。PostgreSQL 9.4.2-1のものであれ
 
 PGroongaのパッケージをダウンロードします。
 
-  * [32bit版](http://packages.groonga.org/windows/pgroonga/pgroonga-0.8.0-postgresql-9.4.2-1-x86.zip)
-  * [64bit版](http://packages.groonga.org/windows/pgroonga/pgroonga-0.8.0-postgresql-9.4.2-1-x64.zip)
+  * [32bit版](http://packages.groonga.org/windows/pgroonga/pgroonga-0.9.0-postgresql-9.4.2-1-x86.zip)
+  * [64bit版](http://packages.groonga.org/windows/pgroonga/pgroonga-0.9.0-postgresql-9.4.2-1-x64.zip)
 
 PGroongaのパッケージを展開します。展開先としてPostgreSQLのフォルダーを
 指定します。PostgreSQLのフォルダーはインストーラーを使ってPostgreSQLを
@@ -275,9 +275,9 @@ PGroongaのソースを展開します。
 
 リリース版の場合:
 
-    % wget http://packages.groonga.org/source/pgroonga/pgroonga-0.8.0.tar.gz
-    % tar xvf pgroonga-0.8.0.tar.gz
-    % cd pgroonga-0.8.0
+    % wget http://packages.groonga.org/source/pgroonga/pgroonga-0.9.0.tar.gz
+    % tar xvf pgroonga-0.9.0.tar.gz
+    % cd pgroonga-0.9.0
 
 未リリースの最新版の場合:
 
@@ -317,18 +317,18 @@ Windowsでソースからインストールするために必要なものは次
 ウンロードしてください。zipがWindows用のソースアーカイブです。Windows
 用のソースアーカイブにはGroongaがバンドルされています。
 
-  * http://packages.groonga.org/source/pgroonga/pgroonga-0.8.0.zip
+  * http://packages.groonga.org/source/pgroonga/pgroonga-0.9.0.zip
 
 ソースアーカイブを展開し、ソースフォルダーへ移動します。
 
-    > cd c:\Users\%USERNAME%\Downloads\pgroonga-0.8.0
+    > cd c:\Users\%USERNAME%\Downloads\pgroonga-0.9.0
 
 `cmake`でビルドオプションを設定します。以下のコマンドラインは64bit用の
 PostgreSQL用にビルドするためのものです。32bit用のPostgreSQL用にをビル
 ドする場合は代わりに`-G "Visual Studio 12 2013"`パラメーターを指定して
 ください。
 
-    pgroonga-0.8.0> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=%PostgreSQLをインストールしたフォルダー%
+    pgroonga-0.9.0> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=%PostgreSQLをインストールしたフォルダー%
 
 `%PostgreSQLをインストールしたフォルダー%`はインストーラーを使って
 PostgreSQLをインストールした場合は`C:\Program Files\PostgreSQL\9.4`で
@@ -337,13 +337,13 @@ PostgreSQLをインストールした場合は`C:\Program Files\PostgreSQL\9.4`
 
 ビルドします。
 
-    pgroonga-0.8.0> cmake --build . --config Release
+    pgroonga-0.9.0> cmake --build . --config Release
 
 インストールします。インストールする場所によっては管理者権限が必要にな
 ります。(PostgreSQLをインストーラーでインストールしている場合は管理者
 権限が必要でしょう。)
 
-    pgroonga-0.8.0> cmake --build . --config Release --target Install
+    pgroonga-0.9.0> cmake --build . --config Release --target Install
 
 データベースを作成します。
 

  Modified: packages/debian93/changelog (+6 -0)
===================================================================
--- packages/debian93/changelog    2015-09-29 17:08:51 +0900 (8fa3d45)
+++ packages/debian93/changelog    2015-09-29 17:09:13 +0900 (652f0ca)
@@ -1,3 +1,9 @@
+pgroonga (0.9.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kouhei Sutou <kou �� clear-code.com>  Tue, 29 Sep 2015 00:00:00 +0900
+
 pgroonga (0.8.0-1) unstable; urgency=low
 
   * New upstream release.

  Modified: packages/debian94/changelog (+6 -0)
===================================================================
--- packages/debian94/changelog    2015-09-29 17:08:51 +0900 (8fa3d45)
+++ packages/debian94/changelog    2015-09-29 17:09:13 +0900 (652f0ca)
@@ -1,3 +1,9 @@
+pgroonga (0.9.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kouhei Sutou <kou �� clear-code.com>  Tue, 29 Sep 2015 00:00:00 +0900
+
 pgroonga (0.8.0-1) unstable; urgency=low
 
   * New upstream release.

  Modified: packages/yum/postgresql94-pgroonga.spec.in (+3 -0)
===================================================================
--- packages/yum/postgresql94-pgroonga.spec.in    2015-09-29 17:08:51 +0900 (5e241cb)
+++ packages/yum/postgresql94-pgroonga.spec.in    2015-09-29 17:09:13 +0900 (1f3c10f)
@@ -46,6 +46,9 @@ PATH="%{pg_bindir}:$PATH" \
 %{pg_datadir}/extension/*.sql
 
 %changelog
+* Tue Sep 29 2015 Kouhei Sutou <kou �� clear-code.com> - 0.9.0-1
+- new upstream release.
+
 * Tue Sep 01 2015 Kouhei Sutou <kou �� clear-code.com> - 0.8.0-1
 - new upstream release.
 
-------------- next part --------------
HTML����������������������������...
下載 



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