[Groonga-commit] groonga/groonga at d6976a9 [master] doc: update the latest release

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Mon Jun 6 10:49:52 JST 2016


Kouhei Sutou	2016-06-06 10:49:52 +0900 (Mon, 06 Jun 2016)

  New Revision: d6976a9e7a8491989c324c13a540f7ad391b8ca1
  https://github.com/groonga/groonga/commit/d6976a9e7a8491989c324c13a540f7ad391b8ca1

  Message:
    doc: update the latest release

  Modified files:
    doc/locale/ja/LC_MESSAGES/install.po
    doc/source/install/centos.rst
    doc/source/install/debian.rst
    doc/source/install/fedora.rst
    doc/source/install/mac_os_x.rst
    doc/source/install/others.rst
    doc/source/install/solaris.rst
    doc/source/install/ubuntu.rst
    doc/source/install/windows.rst
    packages/debian/changelog
    packages/rpm/centos/groonga.spec.in

  Modified: doc/locale/ja/LC_MESSAGES/install.po (+5 -5)
===================================================================
--- doc/locale/ja/LC_MESSAGES/install.po    2016-06-06 10:28:57 +0900 (1cbcf07)
+++ doc/locale/ja/LC_MESSAGES/install.po    2016-06-06 10:49:52 +0900 (823da9c)
@@ -803,7 +803,7 @@ msgstr ""
 "32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてく"
 "ださい。"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.3-x86.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.4-x86.exe"
 msgstr ""
 
 msgid "Then run it."
@@ -816,7 +816,7 @@ msgstr ""
 "64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてく"
 "ださい。"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.3-x64.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.4-x64.exe"
 msgstr ""
 
 msgid ""
@@ -835,7 +835,7 @@ msgstr ""
 "32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロード"
 "してください。"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.3-x86.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.4-x86.zip"
 msgstr ""
 
 msgid "Then extract it."
@@ -847,7 +847,7 @@ msgstr ""
 "64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロード"
 "してください。"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.3-x64.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.4-x64.zip"
 msgstr ""
 
 msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
@@ -873,7 +873,7 @@ msgstr ""
 msgid "Download zipped source from packages.groonga.org:"
 msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。"
 
-msgid "http://packages.groonga.org/source/groonga/groonga-6.0.3.zip"
+msgid "http://packages.groonga.org/source/groonga/groonga-6.0.4.zip"
 msgstr ""
 
 msgid "Move to the Groonga's source folder::"

  Modified: doc/source/install/centos.rst (+3 -3)
===================================================================
--- doc/source/install/centos.rst    2016-06-06 10:28:57 +0900 (5fb8d34)
+++ doc/source/install/centos.rst    2016-06-06 10:49:52 +0900 (585ae3c)
@@ -169,9 +169,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.3.tar.gz
-  % tar xvzf groonga-6.0.3.tar.gz
-  % cd groonga-6.0.3
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
+  % tar xvzf groonga-6.0.4.tar.gz
+  % cd groonga-6.0.4
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.rst (+3 -3)
===================================================================
--- doc/source/install/debian.rst    2016-06-06 10:28:57 +0900 (ae7ff27)
+++ doc/source/install/debian.rst    2016-06-06 10:49:52 +0900 (abdb75f)
@@ -89,9 +89,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.3.tar.gz
-  % tar xvzf groonga-6.0.3.tar.gz
-  % cd groonga-6.0.3
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
+  % tar xvzf groonga-6.0.4.tar.gz
+  % cd groonga-6.0.4
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.rst (+3 -3)
===================================================================
--- doc/source/install/fedora.rst    2016-06-06 10:28:57 +0900 (bbcabda)
+++ doc/source/install/fedora.rst    2016-06-06 10:49:52 +0900 (82b6a79)
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.3.tar.gz
-  % tar xvzf groonga-6.0.3.tar.gz
-  % cd groonga-6.0.3
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
+  % tar xvzf groonga-6.0.4.tar.gz
+  % cd groonga-6.0.4
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/mac_os_x.rst (+3 -3)
===================================================================
--- doc/source/install/mac_os_x.rst    2016-06-06 10:28:57 +0900 (6b302d4)
+++ doc/source/install/mac_os_x.rst    2016-06-06 10:49:52 +0900 (342bd89)
@@ -49,9 +49,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-6.0.3.tar.gz
-  % tar xvzf groonga-6.0.3.tar.gz
-  % cd groonga-6.0.3
+  % curl -O http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
+  % tar xvzf groonga-6.0.4.tar.gz
+  % cd groonga-6.0.4
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.rst (+3 -3)
===================================================================
--- doc/source/install/others.rst    2016-06-06 10:28:57 +0900 (f8b6d3f)
+++ doc/source/install/others.rst    2016-06-06 10:49:52 +0900 (faa36ac)
@@ -74,9 +74,9 @@ Build from source
 Groonga uses GNU build system. So the following is the simplest build
 steps::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.3.tar.gz
-  % tar xvzf groonga-6.0.3.tar.gz
-  % cd groonga-6.0.3
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
+  % tar xvzf groonga-6.0.4.tar.gz
+  % cd groonga-6.0.4
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.rst (+3 -3)
===================================================================
--- doc/source/install/solaris.rst    2016-06-06 10:28:57 +0900 (3bb0e88)
+++ doc/source/install/solaris.rst    2016-06-06 10:49:52 +0900 (4385448)
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.3.tar.gz
-  % gtar xvzf groonga-6.0.3.tar.gz
-  % cd groonga-6.0.3
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
+  % gtar xvzf groonga-6.0.4.tar.gz
+  % cd groonga-6.0.4
 
 Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
 needed for building 64-bit version. To build 32-bit version, just

  Modified: doc/source/install/ubuntu.rst (+3 -3)
===================================================================
--- doc/source/install/ubuntu.rst    2016-06-06 10:28:57 +0900 (1822f7a)
+++ doc/source/install/ubuntu.rst    2016-06-06 10:49:52 +0900 (5c6135e)
@@ -83,9 +83,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.3.tar.gz
-  % tar xvzf groonga-6.0.3.tar.gz
-  % cd groonga-6.0.3
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
+  % tar xvzf groonga-6.0.4.tar.gz
+  % cd groonga-6.0.4
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.rst (+9 -9)
===================================================================
--- doc/source/install/windows.rst    2016-06-06 10:28:57 +0900 (9a5e47f)
+++ doc/source/install/windows.rst    2016-06-06 10:49:52 +0900 (239ff55)
@@ -21,14 +21,14 @@ Installer
 For 32-bit environment, download x86 executable binary from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-6.0.3-x86.exe
+  * http://packages.groonga.org/windows/groonga/groonga-6.0.4-x86.exe
 
 Then run it.
 
 For 64-bit environment, download x64 executable binary from
 packages.goronga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-6.0.3-x64.exe
+  * http://packages.groonga.org/windows/groonga/groonga-6.0.4-x64.exe
 
 Then run it.
 
@@ -41,14 +41,14 @@ zip
 For 32-bit environment, download x86 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-6.0.3-x86.zip
+  * http://packages.groonga.org/windows/groonga/groonga-6.0.4-x86.zip
 
 Then extract it.
 
 For 64-bit environment, download x64 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-6.0.3-x64.zip
+  * http://packages.groonga.org/windows/groonga/groonga-6.0.4-x64.zip
 
 Then extract it.
 
@@ -66,27 +66,27 @@ Windows. Here are required tools:
 
 Download zipped source from packages.groonga.org:
 
-  * http://packages.groonga.org/source/groonga/groonga-6.0.3.zip
+  * http://packages.groonga.org/source/groonga/groonga-6.0.4.zip
 
 Then extract it.
 
 Move to the Groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-6.0.3
+  > cd c:\Users\%USERNAME%\Downloads\groonga-6.0.4
 
 Configure by ``cmake``. The following commnad line is for 64-bit
 version. To build 32-bit version, use ``-G "Visual Studio 12 2013"``
 parameter instead::
 
-  groonga-6.0.3> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
+  groonga-6.0.4> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
 
 Build::
 
-  groonga-6.0.3> cmake --build . --config Release
+  groonga-6.0.4> cmake --build . --config Release
 
 Install::
 
-  groonga-6.0.3> cmake --build . --config Release --target Install
+  groonga-6.0.4> cmake --build . --config Release --target Install
 
 After the above steps, :doc:`/reference/executables/groonga` is found at
 ``c:\Groonga\bin\groonga.exe``.

  Modified: packages/debian/changelog (+6 -0)
===================================================================
--- packages/debian/changelog    2016-06-06 10:28:57 +0900 (2ab03e4)
+++ packages/debian/changelog    2016-06-06 10:49:52 +0900 (e0783e5)
@@ -1,3 +1,9 @@
+groonga (6.0.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kouhei Sutou <kou �� clear-code.com>  Mon, 06 Jun 2016 00:00:00 +0900
+
 groonga (6.0.3-1) unstable; urgency=low
 
   * New upstream release.

  Modified: packages/rpm/centos/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2016-06-06 10:28:57 +0900 (36c4c22)
+++ packages/rpm/centos/groonga.spec.in    2016-06-06 10:49:52 +0900 (1837eda)
@@ -499,6 +499,9 @@ fi
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Mon Jun 06 2016 Kouhei Sutou <kou �� clear-code.com> - 6.0.4-1
+- new upstream release.
+
 * Sun May 29 2016 Kentaro Hayashi <hayashi �� clear-code.com> - 6.0.3-1
 - new upstream release.
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index