HAYASHI Kentaro
null+****@clear*****
Mon Jul 28 10:54:39 JST 2014
HAYASHI Kentaro 2014-07-28 10:54:39 +0900 (Mon, 28 Jul 2014) New Revision: 7355e1705a1f0df1e2c660371624539bb9fad740 https://github.com/groonga/groonga/commit/7355e1705a1f0df1e2c660371624539bb9fad740 Message: Update the latest release % make update-latest-release OLD_RELEASE=4.0.3 OLD_RELEASE_DATE=2014-06-29 NEW_RELEASE_DATE=2014-07-29 Modified files: 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 packages/rpm/fedora/groonga.spec.in Modified: doc/source/install/centos.rst (+3 -3) =================================================================== --- doc/source/install/centos.rst 2014-07-26 18:05:23 +0900 (28f8c3a) +++ doc/source/install/centos.rst 2014-07-28 10:54:39 +0900 (4dd978f) @@ -134,9 +134,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.3.tar.gz - % tar xvzf groonga-4.0.3.tar.gz - % cd groonga-4.0.3 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.4.tar.gz + % tar xvzf groonga-4.0.4.tar.gz + % cd groonga-4.0.4 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/debian.rst (+3 -3) =================================================================== --- doc/source/install/debian.rst 2014-07-26 18:05:23 +0900 (8536cdc) +++ doc/source/install/debian.rst 2014-07-28 10:54:39 +0900 (3327db4) @@ -149,9 +149,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.3.tar.gz - % tar xvzf groonga-4.0.3.tar.gz - % cd groonga-4.0.3 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.4.tar.gz + % tar xvzf groonga-4.0.4.tar.gz + % cd groonga-4.0.4 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/fedora.rst (+3 -3) =================================================================== --- doc/source/install/fedora.rst 2014-07-26 18:05:23 +0900 (70687d0) +++ doc/source/install/fedora.rst 2014-07-28 10:54:39 +0900 (c5d82f2) @@ -79,9 +79,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.3.tar.gz - % tar xvzf groonga-4.0.3.tar.gz - % cd groonga-4.0.3 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.4.tar.gz + % tar xvzf groonga-4.0.4.tar.gz + % cd groonga-4.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 2014-07-26 18:05:23 +0900 (057d0de) +++ doc/source/install/mac_os_x.rst 2014-07-28 10:54:39 +0900 (51e922c) @@ -39,9 +39,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. Download source:: - % curl -O http://packages.groonga.org/source/groonga/groonga-4.0.3.tar.gz - % tar xvzf groonga-4.0.3.tar.gz - % cd groonga-4.0.3 + % curl -O http://packages.groonga.org/source/groonga/groonga-4.0.4.tar.gz + % tar xvzf groonga-4.0.4.tar.gz + % cd groonga-4.0.4 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/others.rst (+3 -3) =================================================================== --- doc/source/install/others.rst 2014-07-26 18:05:23 +0900 (0ed6a9f) +++ doc/source/install/others.rst 2014-07-28 10:54:39 +0900 (f43a523) @@ -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-4.0.3.tar.gz - % tar xvzf groonga-4.0.3.tar.gz - % cd groonga-4.0.3 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.4.tar.gz + % tar xvzf groonga-4.0.4.tar.gz + % cd groonga-4.0.4 % ./configure % make % sudo make install Modified: doc/source/install/solaris.rst (+3 -3) =================================================================== --- doc/source/install/solaris.rst 2014-07-26 18:05:23 +0900 (f480c73) +++ doc/source/install/solaris.rst 2014-07-28 10:54:39 +0900 (936ee33) @@ -17,9 +17,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.3.tar.gz - % gtar xvzf groonga-4.0.3.tar.gz - % cd groonga-4.0.3 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.4.tar.gz + % gtar xvzf groonga-4.0.4.tar.gz + % cd groonga-4.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 2014-07-26 18:05:23 +0900 (8ab2280) +++ doc/source/install/ubuntu.rst 2014-07-28 10:54:39 +0900 (efdd343) @@ -74,9 +74,9 @@ Install required packages to build Groonga:: Download source:: - % wget http://packages.groonga.org/source/groonga/groonga-4.0.3.tar.gz - % tar xvzf groonga-4.0.3.tar.gz - % cd groonga-4.0.3 + % wget http://packages.groonga.org/source/groonga/groonga-4.0.4.tar.gz + % tar xvzf groonga-4.0.4.tar.gz + % cd groonga-4.0.4 Configure (see :ref:`source-configure` about ``configure`` options):: Modified: doc/source/install/windows.rst (+9 -9) =================================================================== --- doc/source/install/windows.rst 2014-07-26 18:05:23 +0900 (fd4c0c7) +++ doc/source/install/windows.rst 2014-07-28 10:54:39 +0900 (cad074e) @@ -21,14 +21,14 @@ Installer For 32-bit environment, download x86 executable binary from packages.groonga.org: - * http://packages.groonga.org/windows/groonga/groonga-4.0.3-x86.exe + * http://packages.groonga.org/windows/groonga/groonga-4.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-4.0.3-x64.exe + * http://packages.groonga.org/windows/groonga/groonga-4.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-4.0.3-x86.zip + * http://packages.groonga.org/windows/groonga/groonga-4.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-4.0.3-x64.zip + * http://packages.groonga.org/windows/groonga/groonga-4.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-4.0.3.zip + * http://packages.groonga.org/source/groonga/groonga-4.0.4.zip Then extract it. Move to the Groonga's source folder:: - > cd c:\Users\%USERNAME%\Downloads\groonga-4.0.3 + > cd c:\Users\%USERNAME%\Downloads\groonga-4.0.4 Configure by ``cmake``. The following commnad line is for 64-bit version. To build 32-bit version, use ``-G "Visual Studio 10"`` parameter instead:: - groonga-4.0.3> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga + groonga-4.0.4> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga Build:: - groonga-4.0.3> cmake --build . --config Release + groonga-4.0.4> cmake --build . --config Release Install:: - groonga-4.0.3> cmake --build . --config Release --target Install + groonga-4.0.4> cmake --build . --config Release --target Install After the above steps, :doc:`/reference/executables/groonga` is found in ``c:\groonga\bin\groonga.exe``. Modified: packages/debian/changelog (+6 -0) =================================================================== --- packages/debian/changelog 2014-07-26 18:05:23 +0900 (9386982) +++ packages/debian/changelog 2014-07-28 10:54:39 +0900 (e734ed2) @@ -1,3 +1,9 @@ +groonga (4.0.4-1) unstable; urgency=low + + * New upstream release. + + -- HAYASHI Kentaro <hayashi �� clear-code.com> Tue, 29 Jul 2014 00:00:00 +0900 + groonga (4.0.3-1) unstable; urgency=low * New upstream release. Modified: packages/rpm/centos/groonga.spec.in (+3 -0) =================================================================== --- packages/rpm/centos/groonga.spec.in 2014-07-26 18:05:23 +0900 (8b1877b) +++ packages/rpm/centos/groonga.spec.in 2014-07-28 10:54:39 +0900 (4e9b4a7) @@ -370,6 +370,9 @@ fi %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/* %changelog +* Tue Jul 29 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 4.0.4-1 +- new upstream release. + * Sun Jun 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.3-1 - new upstream release. Modified: packages/rpm/fedora/groonga.spec.in (+3 -0) =================================================================== --- packages/rpm/fedora/groonga.spec.in 2014-07-26 18:05:23 +0900 (5ce67eb) +++ packages/rpm/fedora/groonga.spec.in 2014-07-28 10:54:39 +0900 (f886a3a) @@ -411,6 +411,9 @@ fi %{php_extdir}/groonga.so %changelog +* Tue Jul 29 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 4.0.4-1 +- new upstream release. + * Sun Jun 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.3-1 - new upstream release. -------------- next part -------------- HTML����������������������������...Download