Kentaro Hayashi
null+****@clear*****
Fri Aug 24 14:08:28 JST 2018
Kentaro Hayashi 2018-08-24 14:08:28 +0900 (Fri, 24 Aug 2018) Revision: 5b0ed6ea9a508129439832fb2f0373bfd09d9d3f https://github.com/groonga/groonga/commit/5b0ed6ea9a508129439832fb2f0373bfd09d9d3f Message: Update latest release $ make update-latest-release \ OLD_RELEASE=8.0.5 \ OLD_RELEASE_DATE=2018-07-29 \ NEW_RELEASE_DATE=2018-08-29 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 2018-08-24 13:58:03 +0900 (869628299) +++ doc/locale/ja/LC_MESSAGES/install.po 2018-08-24 14:08:28 +0900 (fd6932687) @@ -803,7 +803,7 @@ msgstr "" "32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてく" "ださい。" -msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.5-x86.exe" +msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.6-x86.exe" msgstr "" msgid "Then run it." @@ -816,7 +816,7 @@ msgstr "" "64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてく" "ださい。" -msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.5-x64.exe" +msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.6-x64.exe" msgstr "" msgid "" @@ -835,7 +835,7 @@ msgstr "" "32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロード" "してください。" -msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.5-x86.zip" +msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.6-x86.zip" msgstr "" msgid "Then extract it." @@ -847,7 +847,7 @@ msgstr "" "64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロード" "してください。" -msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.5-x64.zip" +msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.6-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 "https://packages.groonga.org/source/groonga/groonga-8.0.5.zip" +msgid "https://packages.groonga.org/source/groonga/groonga-8.0.6.zip" msgstr "" msgid "Move to the Groonga's source folder::" Modified: doc/source/install/centos.rst (+3 -3) =================================================================== --- doc/source/install/centos.rst 2018-08-24 13:58:03 +0900 (777ad2302) +++ doc/source/install/centos.rst 2018-08-24 14:08:28 +0900 (f2b96264b) @@ -89,9 +89,9 @@ Install required packages to build Groonga:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-8.0.5.tar.gz - % tar xvzf groonga-8.0.5.tar.gz - % cd groonga-8.0.5 + % wget https://packages.groonga.org/source/groonga/groonga-8.0.6.tar.gz + % tar xvzf groonga-8.0.6.tar.gz + % cd groonga-8.0.6 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.rst (+3 -3) =================================================================== --- doc/source/install/debian.rst 2018-08-24 13:58:03 +0900 (93ca6ee4b) +++ doc/source/install/debian.rst 2018-08-24 14:08:28 +0900 (9c8ac1e58) @@ -92,9 +92,9 @@ Install required packages to build Groonga for Debian stretch:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-8.0.5.tar.gz - % tar xvzf groonga-8.0.5.tar.gz - % cd groonga-8.0.5 + % wget https://packages.groonga.org/source/groonga/groonga-8.0.6.tar.gz + % tar xvzf groonga-8.0.6.tar.gz + % cd groonga-8.0.6 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.rst (+3 -3) =================================================================== --- doc/source/install/fedora.rst 2018-08-24 13:58:03 +0900 (1c4d1424e) +++ doc/source/install/fedora.rst 2018-08-24 14:08:28 +0900 (b25a88e68) @@ -80,9 +80,9 @@ Install required packages to build Groonga:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-8.0.5.tar.gz - % tar xvzf groonga-8.0.5.tar.gz - % cd groonga-8.0.5 + % wget https://packages.groonga.org/source/groonga/groonga-8.0.6.tar.gz + % tar xvzf groonga-8.0.6.tar.gz + % cd groonga-8.0.6 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 2018-08-24 13:58:03 +0900 (6075786db) +++ doc/source/install/mac_os_x.rst 2018-08-24 14:08:28 +0900 (3ceb4210a) @@ -49,9 +49,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O https://packages.groonga.org/source/groonga/groonga-8.0.5.tar.gz - % tar xvzf groonga-8.0.5.tar.gz - % cd groonga-8.0.5 + % curl -O https://packages.groonga.org/source/groonga/groonga-8.0.6.tar.gz + % tar xvzf groonga-8.0.6.tar.gz + % cd groonga-8.0.6 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.rst (+3 -3) =================================================================== --- doc/source/install/others.rst 2018-08-24 13:58:03 +0900 (070727ef4) +++ doc/source/install/others.rst 2018-08-24 14:08:28 +0900 (1257806e7) @@ -76,9 +76,9 @@ Build from source Groonga uses GNU build system. So the following is the simplest build steps:: - % wget https://packages.groonga.org/source/groonga/groonga-8.0.5.tar.gz - % tar xvzf groonga-8.0.5.tar.gz - % cd groonga-8.0.5 + % wget https://packages.groonga.org/source/groonga/groonga-8.0.6.tar.gz + % tar xvzf groonga-8.0.6.tar.gz + % cd groonga-8.0.6 % ./configure % make % sudo make install Modified: doc/source/install/solaris.rst (+3 -3) =================================================================== --- doc/source/install/solaris.rst 2018-08-24 13:58:03 +0900 (87312a1ed) +++ doc/source/install/solaris.rst 2018-08-24 14:08:28 +0900 (05bfc0fea) @@ -17,9 +17,9 @@ Install required packages to build Groonga:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-8.0.5.tar.gz - % gtar xvzf groonga-8.0.5.tar.gz - % cd groonga-8.0.5 + % wget https://packages.groonga.org/source/groonga/groonga-8.0.6.tar.gz + % gtar xvzf groonga-8.0.6.tar.gz + % cd groonga-8.0.6 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 2018-08-24 13:58:03 +0900 (42fe7c51a) +++ doc/source/install/ubuntu.rst 2018-08-24 14:08:28 +0900 (c81390677) @@ -81,9 +81,9 @@ Install required packages to build Groonga:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-8.0.5.tar.gz - % tar xvzf groonga-8.0.5.tar.gz - % cd groonga-8.0.5 + % wget https://packages.groonga.org/source/groonga/groonga-8.0.6.tar.gz + % tar xvzf groonga-8.0.6.tar.gz + % cd groonga-8.0.6 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.rst (+9 -9) =================================================================== --- doc/source/install/windows.rst 2018-08-24 13:58:03 +0900 (e64106b54) +++ doc/source/install/windows.rst 2018-08-24 14:08:28 +0900 (67c2ffb47) @@ -21,14 +21,14 @@ Installer For 32-bit environment, download x86 executable binary from packages.groonga.org: - * https://packages.groonga.org/windows/groonga/groonga-8.0.5-x86.exe + * https://packages.groonga.org/windows/groonga/groonga-8.0.6-x86.exe Then run it. For 64-bit environment, download x64 executable binary from packages.goronga.org: - * https://packages.groonga.org/windows/groonga/groonga-8.0.5-x64.exe + * https://packages.groonga.org/windows/groonga/groonga-8.0.6-x64.exe Then run it. @@ -41,14 +41,14 @@ zip For 32-bit environment, download x86 zip archive from packages.groonga.org: - * https://packages.groonga.org/windows/groonga/groonga-8.0.5-x86.zip + * https://packages.groonga.org/windows/groonga/groonga-8.0.6-x86.zip Then extract it. For 64-bit environment, download x64 zip archive from packages.groonga.org: - * https://packages.groonga.org/windows/groonga/groonga-8.0.5-x64.zip + * https://packages.groonga.org/windows/groonga/groonga-8.0.6-x64.zip Then extract it. @@ -66,27 +66,27 @@ Windows. Here are required tools: Download zipped source from packages.groonga.org: - * https://packages.groonga.org/source/groonga/groonga-8.0.5.zip + * https://packages.groonga.org/source/groonga/groonga-8.0.6.zip Then extract it. Move to the Groonga's source folder:: - > cd c:\Users\%USERNAME%\Downloads\groonga-8.0.5 + > cd c:\Users\%USERNAME%\Downloads\groonga-8.0.6 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-8.0.5> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga + groonga-8.0.6> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga Build:: - groonga-8.0.5> cmake --build . --config Release + groonga-8.0.6> cmake --build . --config Release Install:: - groonga-8.0.5> cmake --build . --config Release --target Install + groonga-8.0.6> 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 2018-08-24 13:58:03 +0900 (7bf72aa68) +++ packages/debian/changelog 2018-08-24 14:08:28 +0900 (63ac99218) @@ -1,3 +1,9 @@ +groonga (8.0.6-1) unstable; urgency=low + + * New upstream release. + + -- Kentaro Hayashi <hayashi �� clear-code.com> Wed, 29 Aug 2018 00:00:00 +0900 + groonga (8.0.5-1) unstable; urgency=low * New upstream release. Modified: packages/rpm/centos/groonga.spec.in (+3 -0) =================================================================== --- packages/rpm/centos/groonga.spec.in 2018-08-24 13:58:03 +0900 (497f3ddbb) +++ packages/rpm/centos/groonga.spec.in 2018-08-24 14:08:28 +0900 (07a75f4c8) @@ -540,6 +540,9 @@ fi %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/* %changelog +* Wed Aug 29 2018 Kentaro Hayashi <hayashi �� clear-code.com> - 8.0.6-1 +- new upstream release. + * Sun Jul 29 2018 Kentaro Hayashi <hayashi �� clear-code.com> - 8.0.5-1 - new upstream release. -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180824/4498b1b3/attachment-0001.htm