Kentaro Hayashi 2019-03-27 11:53:05 +0900 (Wed, 27 Mar 2019) Revision: 49656eb3b8d3472e4a4ae7878db698f4eb041679 https://github.com/groonga/groonga/commit/49656eb3b8d3472e4a4ae7878db698f4eb041679 Message: Update latest release % make update-latest-release \ OLD_RELEASE=9.0.0 \ OLD_RELEASE_DATE=2019-02-09 \ NEW_RELEASE_DATE=2019-03-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 2019-03-27 11:50:04 +0900 (4f2a0a180) +++ doc/locale/ja/LC_MESSAGES/install.po 2019-03-27 11:53:05 +0900 (f8a437c2b) @@ -806,7 +806,7 @@ msgstr "" "32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてく" "ださい。" -msgid "https://packages.groonga.org/windows/groonga/groonga-9.0.0-x86.exe" +msgid "https://packages.groonga.org/windows/groonga/groonga-9.0.1-x86.exe" msgstr "" msgid "Then run it." @@ -819,7 +819,7 @@ msgstr "" "64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてく" "ださい。" -msgid "https://packages.groonga.org/windows/groonga/groonga-9.0.0-x64.exe" +msgid "https://packages.groonga.org/windows/groonga/groonga-9.0.1-x64.exe" msgstr "" msgid "" @@ -838,7 +838,7 @@ msgstr "" "32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロード" "してください。" -msgid "https://packages.groonga.org/windows/groonga/groonga-9.0.0-x86.zip" +msgid "https://packages.groonga.org/windows/groonga/groonga-9.0.1-x86.zip" msgstr "" msgid "Then extract it." @@ -850,7 +850,7 @@ msgstr "" "64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロード" "してください。" -msgid "https://packages.groonga.org/windows/groonga/groonga-9.0.0-x64.zip" +msgid "https://packages.groonga.org/windows/groonga/groonga-9.0.1-x64.zip" msgstr "" msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder." @@ -876,7 +876,7 @@ msgstr "" msgid "Download zipped source from packages.groonga.org:" msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。" -msgid "https://packages.groonga.org/source/groonga/groonga-9.0.0.zip" +msgid "https://packages.groonga.org/source/groonga/groonga-9.0.1.zip" msgstr "" msgid "Move to the Groonga's source folder::" Modified: doc/source/install/centos.rst (+3 -3) =================================================================== --- doc/source/install/centos.rst 2019-03-27 11:50:04 +0900 (7b3601452) +++ doc/source/install/centos.rst 2019-03-27 11:53:05 +0900 (00dc6b7d4) @@ -89,9 +89,9 @@ Install required packages to build Groonga:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-9.0.0.tar.gz - % tar xvzf groonga-9.0.0.tar.gz - % cd groonga-9.0.0 + % wget https://packages.groonga.org/source/groonga/groonga-9.0.1.tar.gz + % tar xvzf groonga-9.0.1.tar.gz + % cd groonga-9.0.1 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.rst (+3 -3) =================================================================== --- doc/source/install/debian.rst 2019-03-27 11:50:04 +0900 (baf035822) +++ doc/source/install/debian.rst 2019-03-27 11:53:05 +0900 (bcdd9ff07) @@ -92,9 +92,9 @@ Install required packages to build Groonga for Debian stretch:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-9.0.0.tar.gz - % tar xvzf groonga-9.0.0.tar.gz - % cd groonga-9.0.0 + % wget https://packages.groonga.org/source/groonga/groonga-9.0.1.tar.gz + % tar xvzf groonga-9.0.1.tar.gz + % cd groonga-9.0.1 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.rst (+3 -3) =================================================================== --- doc/source/install/fedora.rst 2019-03-27 11:50:04 +0900 (db9c58bb8) +++ doc/source/install/fedora.rst 2019-03-27 11:53:05 +0900 (2fd1e166a) @@ -80,9 +80,9 @@ Install required packages to build Groonga:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-9.0.0.tar.gz - % tar xvzf groonga-9.0.0.tar.gz - % cd groonga-9.0.0 + % wget https://packages.groonga.org/source/groonga/groonga-9.0.1.tar.gz + % tar xvzf groonga-9.0.1.tar.gz + % cd groonga-9.0.1 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 2019-03-27 11:50:04 +0900 (83d7a821d) +++ doc/source/install/mac_os_x.rst 2019-03-27 11:53:05 +0900 (e4fd05c36) @@ -49,9 +49,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O https://packages.groonga.org/source/groonga/groonga-9.0.0.tar.gz - % tar xvzf groonga-9.0.0.tar.gz - % cd groonga-9.0.0 + % curl -O https://packages.groonga.org/source/groonga/groonga-9.0.1.tar.gz + % tar xvzf groonga-9.0.1.tar.gz + % cd groonga-9.0.1 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.rst (+3 -3) =================================================================== --- doc/source/install/others.rst 2019-03-27 11:50:04 +0900 (cf0bd7cf9) +++ doc/source/install/others.rst 2019-03-27 11:53:05 +0900 (8615eda4d) @@ -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-9.0.0.tar.gz - % tar xvzf groonga-9.0.0.tar.gz - % cd groonga-9.0.0 + % wget https://packages.groonga.org/source/groonga/groonga-9.0.1.tar.gz + % tar xvzf groonga-9.0.1.tar.gz + % cd groonga-9.0.1 % ./configure % make % sudo make install Modified: doc/source/install/solaris.rst (+3 -3) =================================================================== --- doc/source/install/solaris.rst 2019-03-27 11:50:04 +0900 (00783a268) +++ doc/source/install/solaris.rst 2019-03-27 11:53:05 +0900 (fb9a52e87) @@ -17,9 +17,9 @@ Install required packages to build Groonga:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-9.0.0.tar.gz - % gtar xvzf groonga-9.0.0.tar.gz - % cd groonga-9.0.0 + % wget https://packages.groonga.org/source/groonga/groonga-9.0.1.tar.gz + % gtar xvzf groonga-9.0.1.tar.gz + % cd groonga-9.0.1 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 2019-03-27 11:50:04 +0900 (2364cbfb0) +++ doc/source/install/ubuntu.rst 2019-03-27 11:53:05 +0900 (b55c73e33) @@ -82,9 +82,9 @@ Install required packages to build Groonga:: Download source:: - % wget https://packages.groonga.org/source/groonga/groonga-9.0.0.tar.gz - % tar xvzf groonga-9.0.0.tar.gz - % cd groonga-9.0.0 + % wget https://packages.groonga.org/source/groonga/groonga-9.0.1.tar.gz + % tar xvzf groonga-9.0.1.tar.gz + % cd groonga-9.0.1 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.rst (+9 -9) =================================================================== --- doc/source/install/windows.rst 2019-03-27 11:50:04 +0900 (bfd127637) +++ doc/source/install/windows.rst 2019-03-27 11:53:05 +0900 (7e133233c) @@ -21,14 +21,14 @@ Installer For 32-bit environment, download x86 executable binary from packages.groonga.org: - * https://packages.groonga.org/windows/groonga/groonga-9.0.0-x86.exe + * https://packages.groonga.org/windows/groonga/groonga-9.0.1-x86.exe Then run it. For 64-bit environment, download x64 executable binary from packages.goronga.org: - * https://packages.groonga.org/windows/groonga/groonga-9.0.0-x64.exe + * https://packages.groonga.org/windows/groonga/groonga-9.0.1-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-9.0.0-x86.zip + * https://packages.groonga.org/windows/groonga/groonga-9.0.1-x86.zip Then extract it. For 64-bit environment, download x64 zip archive from packages.groonga.org: - * https://packages.groonga.org/windows/groonga/groonga-9.0.0-x64.zip + * https://packages.groonga.org/windows/groonga/groonga-9.0.1-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-9.0.0.zip + * https://packages.groonga.org/source/groonga/groonga-9.0.1.zip Then extract it. Move to the Groonga's source folder:: - > cd c:\Users\%USERNAME%\Downloads\groonga-9.0.0 + > cd c:\Users\%USERNAME%\Downloads\groonga-9.0.1 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-9.0.0> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga + groonga-9.0.1> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga Build:: - groonga-9.0.0> cmake --build . --config Release + groonga-9.0.1> cmake --build . --config Release Install:: - groonga-9.0.0> cmake --build . --config Release --target Install + groonga-9.0.1> 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 2019-03-27 11:50:04 +0900 (9bb6a35ec) +++ packages/debian/changelog 2019-03-27 11:53:05 +0900 (9d3eb467b) @@ -1,3 +1,9 @@ +groonga (9.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Kentaro Hayashi <hayas****@clear*****> Fri, 29 Mar 2019 00:00:00 +0900 + groonga (9.0.0-1) unstable; urgency=low * New upstream release. Modified: packages/rpm/centos/groonga.spec.in (+3 -0) =================================================================== --- packages/rpm/centos/groonga.spec.in 2019-03-27 11:50:04 +0900 (f4b91d9eb) +++ packages/rpm/centos/groonga.spec.in 2019-03-27 11:53:05 +0900 (4ecbc3608) @@ -541,6 +541,9 @@ fi %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/* %changelog +* Fri Mar 29 2019 Kentaro Hayashi <hayas****@clear*****> - 9.0.1-1 +- new upstream release. + * Sat Feb 09 2019 Kentaro Hayashi <hayas****@clear*****> - 9.0.0-1 - new upstream release. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190327/115d2eab/attachment-0001.html>