[Groonga-commit] groonga/groonga at 07b9eb8 [master] Update to the latest release

Back to archive index

Masafumi Yokoyama null+****@clear*****
Wed Jun 24 11:58:43 JST 2015


Masafumi Yokoyama	2015-06-24 11:58:43 +0900 (Wed, 24 Jun 2015)

  New Revision: 07b9eb8f9ae0c21b7a2067641db3e2d83d7ea533
  https://github.com/groonga/groonga/commit/07b9eb8f9ae0c21b7a2067641db3e2d83d7ea533

  Message:
    Update to the latest release
    
        % make update-latest-release OLD_RELEASE=5.0.4 OLD_RELEASE_DATE=2015-05-29 NEW_RELEASE_DATE=2015-06-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 (+6 -6)
===================================================================
--- doc/locale/ja/LC_MESSAGES/install.po    2015-06-24 11:50:58 +0900 (79535db)
+++ doc/locale/ja/LC_MESSAGES/install.po    2015-06-24 11:58:43 +0900 (27a53ab)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2015-05-29 09:32+0900\n"
+"PO-Revision-Date: 2015-06-29 09:32+0900\n"
 "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -778,7 +778,7 @@ msgstr ""
 "ださい。"
 
 # 7ffb594084f74ae08672e26a05e88d55
-msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.4-x86.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.5-x86.exe"
 msgstr ""
 
 msgid "Then run it."
@@ -792,7 +792,7 @@ msgstr ""
 "ださい。"
 
 # a6aeedf8d19c4574b6b38bed1ef1a746
-msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.4-x64.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.5-x64.exe"
 msgstr ""
 
 msgid ""
@@ -812,7 +812,7 @@ msgstr ""
 "してください。"
 
 # 75b67811539f40e8a154db1d7231c6ef
-msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.4-x86.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.5-x86.zip"
 msgstr ""
 
 msgid "Then extract it."
@@ -825,7 +825,7 @@ msgstr ""
 "してください。"
 
 # d52fa0683aa24499b85e73f325c8b654
-msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.4-x64.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.5-x64.zip"
 msgstr ""
 
 msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
@@ -852,7 +852,7 @@ msgid "Download zipped source from packages.groonga.org:"
 msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。"
 
 # f5cdbb4226bf441db65967ae25105095
-msgid "http://packages.groonga.org/source/groonga/groonga-5.0.4.zip"
+msgid "http://packages.groonga.org/source/groonga/groonga-5.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    2015-06-24 11:50:58 +0900 (3deaf0a)
+++ doc/source/install/centos.rst    2015-06-24 11:58:43 +0900 (8c947cd)
@@ -170,9 +170,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.4.tar.gz
-  % tar xvzf groonga-5.0.4.tar.gz
-  % cd groonga-5.0.4
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.5.tar.gz
+  % tar xvzf groonga-5.0.5.tar.gz
+  % cd groonga-5.0.5
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.rst (+4 -4)
===================================================================
--- doc/source/install/debian.rst    2015-06-24 11:50:58 +0900 (25f388c)
+++ doc/source/install/debian.rst    2015-06-24 11:58:43 +0900 (b866cf3)
@@ -66,7 +66,7 @@ Install groonga-normalizer-mysql package::
 jessie
 ------
 
-.. versionadded:: 5.0.4
+.. versionadded:: 5.0.5
 
 Add the Groonga apt repository.
 
@@ -123,9 +123,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.4.tar.gz
-  % tar xvzf groonga-5.0.4.tar.gz
-  % cd groonga-5.0.4
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.5.tar.gz
+  % tar xvzf groonga-5.0.5.tar.gz
+  % cd groonga-5.0.5
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.rst (+3 -3)
===================================================================
--- doc/source/install/fedora.rst    2015-06-24 11:50:58 +0900 (e0f023c)
+++ doc/source/install/fedora.rst    2015-06-24 11:58:43 +0900 (1d2ac6d)
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.4.tar.gz
-  % tar xvzf groonga-5.0.4.tar.gz
-  % cd groonga-5.0.4
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.5.tar.gz
+  % tar xvzf groonga-5.0.5.tar.gz
+  % cd groonga-5.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    2015-06-24 11:50:58 +0900 (6594b1a)
+++ doc/source/install/mac_os_x.rst    2015-06-24 11:58:43 +0900 (c242bc0)
@@ -39,9 +39,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-5.0.4.tar.gz
-  % tar xvzf groonga-5.0.4.tar.gz
-  % cd groonga-5.0.4
+  % curl -O http://packages.groonga.org/source/groonga/groonga-5.0.5.tar.gz
+  % tar xvzf groonga-5.0.5.tar.gz
+  % cd groonga-5.0.5
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.rst (+3 -3)
===================================================================
--- doc/source/install/others.rst    2015-06-24 11:50:58 +0900 (534f083)
+++ doc/source/install/others.rst    2015-06-24 11:58:43 +0900 (395b385)
@@ -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-5.0.4.tar.gz
-  % tar xvzf groonga-5.0.4.tar.gz
-  % cd groonga-5.0.4
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.5.tar.gz
+  % tar xvzf groonga-5.0.5.tar.gz
+  % cd groonga-5.0.5
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.rst (+3 -3)
===================================================================
--- doc/source/install/solaris.rst    2015-06-24 11:50:58 +0900 (ba9ed7b)
+++ doc/source/install/solaris.rst    2015-06-24 11:58:43 +0900 (6880da8)
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.4.tar.gz
-  % gtar xvzf groonga-5.0.4.tar.gz
-  % cd groonga-5.0.4
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.5.tar.gz
+  % gtar xvzf groonga-5.0.5.tar.gz
+  % cd groonga-5.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    2015-06-24 11:50:58 +0900 (af9c9a3)
+++ doc/source/install/ubuntu.rst    2015-06-24 11:58:43 +0900 (098c7c2)
@@ -82,9 +82,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-5.0.4.tar.gz
-  % tar xvzf groonga-5.0.4.tar.gz
-  % cd groonga-5.0.4
+  % wget http://packages.groonga.org/source/groonga/groonga-5.0.5.tar.gz
+  % tar xvzf groonga-5.0.5.tar.gz
+  % cd groonga-5.0.5
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.rst (+9 -9)
===================================================================
--- doc/source/install/windows.rst    2015-06-24 11:50:58 +0900 (01599eb)
+++ doc/source/install/windows.rst    2015-06-24 11:58:43 +0900 (effd1f7)
@@ -21,14 +21,14 @@ Installer
 For 32-bit environment, download x86 executable binary from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-5.0.4-x86.exe
+  * http://packages.groonga.org/windows/groonga/groonga-5.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-5.0.4-x64.exe
+  * http://packages.groonga.org/windows/groonga/groonga-5.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-5.0.4-x86.zip
+  * http://packages.groonga.org/windows/groonga/groonga-5.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-5.0.4-x64.zip
+  * http://packages.groonga.org/windows/groonga/groonga-5.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-5.0.4.zip
+  * http://packages.groonga.org/source/groonga/groonga-5.0.5.zip
 
 Then extract it.
 
 Move to the Groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-5.0.4
+  > cd c:\Users\%USERNAME%\Downloads\groonga-5.0.5
 
 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-5.0.4> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
+  groonga-5.0.5> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
 
 Build::
 
-  groonga-5.0.4> cmake --build . --config Release
+  groonga-5.0.5> cmake --build . --config Release
 
 Install::
 
-  groonga-5.0.4> cmake --build . --config Release --target Install
+  groonga-5.0.5> 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    2015-06-24 11:50:58 +0900 (88ef0fb)
+++ packages/debian/changelog    2015-06-24 11:58:43 +0900 (dce002e)
@@ -1,3 +1,9 @@
+groonga (5.0.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Masafumi Yokoyama <myokoym �� gmail.com>  Mon, 29 Jun 2015 00:00:00 +0900
+
 groonga (5.0.4-2) unstable; urgency=low
 
   * debian/groonga-httpd.service

  Modified: packages/rpm/centos/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2015-06-24 11:50:58 +0900 (db98cf8)
+++ packages/rpm/centos/groonga.spec.in    2015-06-24 11:58:43 +0900 (2ee3ada)
@@ -411,6 +411,9 @@ fi
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Mon Jun 29 2015 Masafumi Yokoyama <myokoym �� gmail.com> - 5.0.5-1
+- new upstream release.
+
 * Fri May 29 2015 Masafumi Yokoyama <yokoyama �� clear-code.com> - 5.0.4-1
 - new upstream release.
 
-------------- next part --------------
HTML����������������������������...
Download 



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