[Groonga-commit] groonga/groonga at fb17cec [master] make update latest release

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Mar 25 23:26:41 JST 2016


HAYASHI Kentaro	2016-03-25 23:26:41 +0900 (Fri, 25 Mar 2016)

  New Revision: fb17cec833674b8f797c1fc0d2ac16a001f17eba
  https://github.com/groonga/groonga/commit/fb17cec833674b8f797c1fc0d2ac16a001f17eba

  Message:
    make update latest release
    
    % make update-latest-release \
      OLD_RELEASE=6.0.0 OLD_RELEASE_DATE=2016-02-29 \
      NEW_RELEASE_DATE=2016-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    2016-03-25 22:13:23 +0900 (2b8494b)
+++ doc/locale/ja/LC_MESSAGES/install.po    2016-03-25 23:26:41 +0900 (017a3b0)
@@ -784,7 +784,7 @@ msgstr ""
 "ださい。"
 
 # 7ffb594084f74ae08672e26a05e88d55
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.0-x86.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.1-x86.exe"
 msgstr ""
 
 msgid "Then run it."
@@ -798,7 +798,7 @@ msgstr ""
 "ださい。"
 
 # a6aeedf8d19c4574b6b38bed1ef1a746
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.0-x64.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.1-x64.exe"
 msgstr ""
 
 msgid ""
@@ -818,7 +818,7 @@ msgstr ""
 "してください。"
 
 # 75b67811539f40e8a154db1d7231c6ef
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.0-x86.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.1-x86.zip"
 msgstr ""
 
 msgid "Then extract it."
@@ -831,7 +831,7 @@ msgstr ""
 "してください。"
 
 # d52fa0683aa24499b85e73f325c8b654
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.0-x64.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.1-x64.zip"
 msgstr ""
 
 msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
@@ -858,7 +858,7 @@ msgid "Download zipped source from packages.groonga.org:"
 msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。"
 
 # f5cdbb4226bf441db65967ae25105095
-msgid "http://packages.groonga.org/source/groonga/groonga-6.0.0.zip"
+msgid "http://packages.groonga.org/source/groonga/groonga-6.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    2016-03-25 22:13:23 +0900 (81c3498)
+++ doc/source/install/centos.rst    2016-03-25 23:26:41 +0900 (8e654cf)
@@ -170,9 +170,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz
-  % tar xvzf groonga-6.0.0.tar.gz
-  % cd groonga-6.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.1.tar.gz
+  % tar xvzf groonga-6.0.1.tar.gz
+  % cd groonga-6.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.rst (+3 -3)
===================================================================
--- doc/source/install/debian.rst    2016-03-25 22:13:23 +0900 (cd6c936)
+++ doc/source/install/debian.rst    2016-03-25 23:26:41 +0900 (c03462c)
@@ -123,9 +123,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz
-  % tar xvzf groonga-6.0.0.tar.gz
-  % cd groonga-6.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.1.tar.gz
+  % tar xvzf groonga-6.0.1.tar.gz
+  % cd groonga-6.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.rst (+3 -3)
===================================================================
--- doc/source/install/fedora.rst    2016-03-25 22:13:23 +0900 (2cd8cb4)
+++ doc/source/install/fedora.rst    2016-03-25 23:26:41 +0900 (b32c829)
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz
-  % tar xvzf groonga-6.0.0.tar.gz
-  % cd groonga-6.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.1.tar.gz
+  % tar xvzf groonga-6.0.1.tar.gz
+  % cd groonga-6.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    2016-03-25 22:13:23 +0900 (27eb35c)
+++ doc/source/install/mac_os_x.rst    2016-03-25 23:26:41 +0900 (38b218a)
@@ -49,9 +49,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz
-  % tar xvzf groonga-6.0.0.tar.gz
-  % cd groonga-6.0.0
+  % curl -O http://packages.groonga.org/source/groonga/groonga-6.0.1.tar.gz
+  % tar xvzf groonga-6.0.1.tar.gz
+  % cd groonga-6.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.rst (+3 -3)
===================================================================
--- doc/source/install/others.rst    2016-03-25 22:13:23 +0900 (41ca266)
+++ doc/source/install/others.rst    2016-03-25 23:26:41 +0900 (5d1472c)
@@ -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-6.0.0.tar.gz
-  % tar xvzf groonga-6.0.0.tar.gz
-  % cd groonga-6.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.1.tar.gz
+  % tar xvzf groonga-6.0.1.tar.gz
+  % cd groonga-6.0.1
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.rst (+3 -3)
===================================================================
--- doc/source/install/solaris.rst    2016-03-25 22:13:23 +0900 (fda615c)
+++ doc/source/install/solaris.rst    2016-03-25 23:26:41 +0900 (87e01de)
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz
-  % gtar xvzf groonga-6.0.0.tar.gz
-  % cd groonga-6.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.1.tar.gz
+  % gtar xvzf groonga-6.0.1.tar.gz
+  % cd groonga-6.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    2016-03-25 22:13:23 +0900 (85411e7)
+++ doc/source/install/ubuntu.rst    2016-03-25 23:26:41 +0900 (5863b07)
@@ -82,9 +82,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.0.0.tar.gz
-  % tar xvzf groonga-6.0.0.tar.gz
-  % cd groonga-6.0.0
+  % wget http://packages.groonga.org/source/groonga/groonga-6.0.1.tar.gz
+  % tar xvzf groonga-6.0.1.tar.gz
+  % cd groonga-6.0.1
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.rst (+9 -9)
===================================================================
--- doc/source/install/windows.rst    2016-03-25 22:13:23 +0900 (9fb0f6f)
+++ doc/source/install/windows.rst    2016-03-25 23:26:41 +0900 (7fe9843)
@@ -21,14 +21,14 @@ Installer
 For 32-bit environment, download x86 executable binary from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-6.0.0-x86.exe
+  * http://packages.groonga.org/windows/groonga/groonga-6.0.1-x86.exe
 
 Then run it.
 
 For 64-bit environment, download x64 executable binary from
 packages.goronga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-6.0.0-x64.exe
+  * http://packages.groonga.org/windows/groonga/groonga-6.0.1-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-6.0.0-x86.zip
+  * http://packages.groonga.org/windows/groonga/groonga-6.0.1-x86.zip
 
 Then extract it.
 
 For 64-bit environment, download x64 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-6.0.0-x64.zip
+  * http://packages.groonga.org/windows/groonga/groonga-6.0.1-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-6.0.0.zip
+  * http://packages.groonga.org/source/groonga/groonga-6.0.1.zip
 
 Then extract it.
 
 Move to the Groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-6.0.0
+  > cd c:\Users\%USERNAME%\Downloads\groonga-6.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-6.0.0> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
+  groonga-6.0.1> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
 
 Build::
 
-  groonga-6.0.0> cmake --build . --config Release
+  groonga-6.0.1> cmake --build . --config Release
 
 Install::
 
-  groonga-6.0.0> cmake --build . --config Release --target Install
+  groonga-6.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    2016-03-25 22:13:23 +0900 (57599c1)
+++ packages/debian/changelog    2016-03-25 23:26:41 +0900 (c499465)
@@ -1,3 +1,9 @@
+groonga (6.0.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- HAYASHI Kentaro <hayashi �� clear-code.com>  Tue, 29 Mar 2016 00:00:00 +0900
+
 groonga (6.0.0-1) unstable; urgency=low
 
   * New upstream release.

  Modified: packages/rpm/centos/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2016-03-25 22:13:23 +0900 (b03e0fd)
+++ packages/rpm/centos/groonga.spec.in    2016-03-25 23:26:41 +0900 (f7f4431)
@@ -417,6 +417,9 @@ fi
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Tue Mar 29 2016 HAYASHI Kentaro <hayashi �� clear-code.com> - 6.0.1-1
+- new upstream release.
+
 * Mon Feb 29 2016 HAYASHI Kentaro <hayashi �� clear-code.com> - 6.0.0-1
 - new upstream release.
 - add functions/string plugin GitHub#459
-------------- next part --------------
HTML����������������������������...
下载 



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