[Groonga-commit] groonga/groonga at 2766f7d [master] Update the latest release

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 28 16:10:30 JST 2014


Kouhei Sutou	2014-08-28 16:10:30 +0900 (Thu, 28 Aug 2014)

  New Revision: 2766f7dfed83f034192a3b0865a9529a007fd502
  https://github.com/groonga/groonga/commit/2766f7dfed83f034192a3b0865a9529a007fd502

  Message:
    Update the latest release
    
        % make update-latest-release OLD_RELEASE=4.0.4 OLD_RELEASE_DATE=2014-07-29 NEW_RELEASE_DATE=2014-08-29

  Modified files:
    doc/locale/en/LC_MESSAGES/install.po
    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
    packages/rpm/fedora/groonga.spec.in

  Modified: doc/locale/en/LC_MESSAGES/install.po (+5 -5)
===================================================================
--- doc/locale/en/LC_MESSAGES/install.po    2014-08-28 16:04:56 +0900 (edba942)
+++ doc/locale/en/LC_MESSAGES/install.po    2014-08-28 16:10:30 +0900 (67aded2)
@@ -763,7 +763,7 @@ msgstr ""
 "For 32-bit environment, download x86 executable binary from packages.groonga."
 "org:"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.4-x86.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.5-x86.exe"
 msgstr ""
 
 msgid "Then run it."
@@ -776,7 +776,7 @@ msgstr ""
 "For 64-bit environment, download x64 executable binary from packages.goronga."
 "org:"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.4-x64.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.5-x64.exe"
 msgstr ""
 
 msgid ""
@@ -794,7 +794,7 @@ msgid ""
 msgstr ""
 "For 32-bit environment, download x86 zip archive from packages.groonga.org:"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.4-x86.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.5-x86.zip"
 msgstr ""
 
 msgid "Then extract it."
@@ -805,7 +805,7 @@ msgid ""
 msgstr ""
 "For 64-bit environment, download x64 zip archive from packages.groonga.org:"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.4-x64.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.5-x64.zip"
 msgstr ""
 
 msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
@@ -831,7 +831,7 @@ msgstr "`CMake <http://www.cmake.org/>`_"
 msgid "Download zipped source from packages.groonga.org:"
 msgstr "Download zipped source from packages.groonga.org:"
 
-msgid "http://packages.groonga.org/source/groonga/groonga-4.0.4.zip"
+msgid "http://packages.groonga.org/source/groonga/groonga-4.0.5.zip"
 msgstr ""
 
 msgid "Move to the Groonga's source folder::"

  Modified: doc/locale/ja/LC_MESSAGES/install.po (+5 -5)
===================================================================
--- doc/locale/ja/LC_MESSAGES/install.po    2014-08-28 16:04:56 +0900 (97185d9)
+++ doc/locale/ja/LC_MESSAGES/install.po    2014-08-28 16:10:30 +0900 (b409009)
@@ -794,7 +794,7 @@ msgstr ""
 "ださい。"
 
 # 6caa565487584356a4ef7e64bea91c45
-msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.4-x86.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.5-x86.exe"
 msgstr ""
 
 msgid "Then run it."
@@ -808,7 +808,7 @@ msgstr ""
 "ださい。"
 
 # e4254522b3b84998b28460be3b9acc11
-msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.4-x64.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.5-x64.exe"
 msgstr ""
 
 msgid ""
@@ -828,7 +828,7 @@ msgstr ""
 "してください。"
 
 # d9ac59504a364d4f87f73484cb9d6385
-msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.4-x86.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.5-x86.zip"
 msgstr ""
 
 msgid "Then extract it."
@@ -841,7 +841,7 @@ msgstr ""
 "してください。"
 
 # 8490a15d4b954b7aa1f0b174f487af9b
-msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.4-x64.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.5-x64.zip"
 msgstr ""
 
 msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
@@ -868,7 +868,7 @@ msgid "Download zipped source from packages.groonga.org:"
 msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。"
 
 # c29c61ab44cf411da7bd6622ef2e6ca7
-msgid "http://packages.groonga.org/source/groonga/groonga-4.0.4.zip"
+msgid "http://packages.groonga.org/source/groonga/groonga-4.0.5.zip"
 msgstr ""
 
 msgid "Move to the Groonga's source folder::"

  Modified: doc/source/install/centos.rst (+3 -3)
===================================================================
--- doc/source/install/centos.rst    2014-08-28 16:04:56 +0900 (4dd978f)
+++ doc/source/install/centos.rst    2014-08-28 16:10:30 +0900 (73c73f6)
@@ -134,9 +134,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % 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
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.5.tar.gz
+  % tar xvzf groonga-4.0.5.tar.gz
+  % cd groonga-4.0.5
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.rst (+3 -3)
===================================================================
--- doc/source/install/debian.rst    2014-08-28 16:04:56 +0900 (3327db4)
+++ doc/source/install/debian.rst    2014-08-28 16:10:30 +0900 (fad9b04)
@@ -149,9 +149,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % 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
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.5.tar.gz
+  % tar xvzf groonga-4.0.5.tar.gz
+  % cd groonga-4.0.5
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.rst (+3 -3)
===================================================================
--- doc/source/install/fedora.rst    2014-08-28 16:04:56 +0900 (807bac9)
+++ doc/source/install/fedora.rst    2014-08-28 16:10:30 +0900 (4024b52)
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % 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
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.5.tar.gz
+  % tar xvzf groonga-4.0.5.tar.gz
+  % cd groonga-4.0.5
 
 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-08-28 16:04:56 +0900 (51e922c)
+++ doc/source/install/mac_os_x.rst    2014-08-28 16:10:30 +0900 (607af07)
@@ -39,9 +39,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % 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
+  % curl -O http://packages.groonga.org/source/groonga/groonga-4.0.5.tar.gz
+  % tar xvzf groonga-4.0.5.tar.gz
+  % cd groonga-4.0.5
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.rst (+3 -3)
===================================================================
--- doc/source/install/others.rst    2014-08-28 16:04:56 +0900 (f43a523)
+++ doc/source/install/others.rst    2014-08-28 16:10:30 +0900 (23baa81)
@@ -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.4.tar.gz
-  % tar xvzf groonga-4.0.4.tar.gz
-  % cd groonga-4.0.4
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.5.tar.gz
+  % tar xvzf groonga-4.0.5.tar.gz
+  % cd groonga-4.0.5
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.rst (+3 -3)
===================================================================
--- doc/source/install/solaris.rst    2014-08-28 16:04:56 +0900 (936ee33)
+++ doc/source/install/solaris.rst    2014-08-28 16:10:30 +0900 (6f87950)
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % 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
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.5.tar.gz
+  % gtar xvzf groonga-4.0.5.tar.gz
+  % cd groonga-4.0.5
 
 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-08-28 16:04:56 +0900 (efdd343)
+++ doc/source/install/ubuntu.rst    2014-08-28 16:10:30 +0900 (d32b62c)
@@ -74,9 +74,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % 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
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.5.tar.gz
+  % tar xvzf groonga-4.0.5.tar.gz
+  % cd groonga-4.0.5
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.rst (+9 -9)
===================================================================
--- doc/source/install/windows.rst    2014-08-28 16:04:56 +0900 (cad074e)
+++ doc/source/install/windows.rst    2014-08-28 16:10:30 +0900 (c5a74ba)
@@ -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.4-x86.exe
+  * http://packages.groonga.org/windows/groonga/groonga-4.0.5-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.4-x64.exe
+  * http://packages.groonga.org/windows/groonga/groonga-4.0.5-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.4-x86.zip
+  * http://packages.groonga.org/windows/groonga/groonga-4.0.5-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.4-x64.zip
+  * http://packages.groonga.org/windows/groonga/groonga-4.0.5-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.4.zip
+  * http://packages.groonga.org/source/groonga/groonga-4.0.5.zip
 
 Then extract it.
 
 Move to the Groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-4.0.4
+  > cd c:\Users\%USERNAME%\Downloads\groonga-4.0.5
 
 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.4> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
+  groonga-4.0.5> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
 Build::
 
-  groonga-4.0.4> cmake --build . --config Release
+  groonga-4.0.5> cmake --build . --config Release
 
 Install::
 
-  groonga-4.0.4> cmake --build . --config Release --target Install
+  groonga-4.0.5> 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-08-28 16:04:56 +0900 (e734ed2)
+++ packages/debian/changelog    2014-08-28 16:10:30 +0900 (c4eccba)
@@ -1,3 +1,9 @@
+groonga (4.0.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kouhei Sutou <kou �� clear-code.com>  Fri, 29 Aug 2014 00:00:00 +0900
+
 groonga (4.0.4-1) unstable; urgency=low
 
   * New upstream release.

  Modified: packages/rpm/centos/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2014-08-28 16:04:56 +0900 (4e9b4a7)
+++ packages/rpm/centos/groonga.spec.in    2014-08-28 16:10:30 +0900 (9b0bde8)
@@ -370,6 +370,9 @@ fi
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Fri Aug 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.5-1
+- new upstream release.
+
 * Tue Jul 29 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 4.0.4-1
 - new upstream release.
 

  Modified: packages/rpm/fedora/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2014-08-28 16:04:56 +0900 (f886a3a)
+++ packages/rpm/fedora/groonga.spec.in    2014-08-28 16:10:30 +0900 (a1aeaef)
@@ -411,6 +411,9 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Fri Aug 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.5-1
+- new upstream release.
+
 * Tue Jul 29 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 4.0.4-1
 - new upstream release.
 
-------------- next part --------------
HTML����������������������������...
下载 



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