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

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sun Nov 23 22:16:06 JST 2014


HAYASHI Kentaro	2014-11-23 22:16:06 +0900 (Sun, 23 Nov 2014)

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

  Message:
    Update to the latest release
    
      % make update-latest-release \
             OLD_RELEASE=4.0.7 \
             OLD_RELEASE_DATE=2014-10-29 \
             NEW_RELEASE_DATE=2014-11-29
    
    Signed-off-by: HAYASHI Kentaro <hayashi �� clear-code.com>

  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

  Modified: doc/source/install/centos.rst (+3 -3)
===================================================================
--- doc/source/install/centos.rst    2014-11-23 22:06:44 +0900 (d92e79b)
+++ doc/source/install/centos.rst    2014-11-23 22:16:06 +0900 (64421d6)
@@ -170,9 +170,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-4.0.7.tar.gz
-  % tar xvzf groonga-4.0.7.tar.gz
-  % cd groonga-4.0.7
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.8.tar.gz
+  % tar xvzf groonga-4.0.8.tar.gz
+  % cd groonga-4.0.8
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.rst (+3 -3)
===================================================================
--- doc/source/install/debian.rst    2014-11-23 22:06:44 +0900 (3ee141a)
+++ doc/source/install/debian.rst    2014-11-23 22:16:06 +0900 (4f84940)
@@ -65,9 +65,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-4.0.7.tar.gz
-  % tar xvzf groonga-4.0.7.tar.gz
-  % cd groonga-4.0.7
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.8.tar.gz
+  % tar xvzf groonga-4.0.8.tar.gz
+  % cd groonga-4.0.8
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.rst (+3 -3)
===================================================================
--- doc/source/install/fedora.rst    2014-11-23 22:06:44 +0900 (882c7e9)
+++ doc/source/install/fedora.rst    2014-11-23 22:16:06 +0900 (0913bb1)
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-4.0.7.tar.gz
-  % tar xvzf groonga-4.0.7.tar.gz
-  % cd groonga-4.0.7
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.8.tar.gz
+  % tar xvzf groonga-4.0.8.tar.gz
+  % cd groonga-4.0.8
 
 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-11-23 22:06:44 +0900 (4d7b690)
+++ doc/source/install/mac_os_x.rst    2014-11-23 22:16:06 +0900 (55aaed7)
@@ -39,9 +39,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-4.0.7.tar.gz
-  % tar xvzf groonga-4.0.7.tar.gz
-  % cd groonga-4.0.7
+  % curl -O http://packages.groonga.org/source/groonga/groonga-4.0.8.tar.gz
+  % tar xvzf groonga-4.0.8.tar.gz
+  % cd groonga-4.0.8
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.rst (+3 -3)
===================================================================
--- doc/source/install/others.rst    2014-11-23 22:06:44 +0900 (934437d)
+++ doc/source/install/others.rst    2014-11-23 22:16:06 +0900 (c0464ab)
@@ -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.7.tar.gz
-  % tar xvzf groonga-4.0.7.tar.gz
-  % cd groonga-4.0.7
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.8.tar.gz
+  % tar xvzf groonga-4.0.8.tar.gz
+  % cd groonga-4.0.8
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.rst (+3 -3)
===================================================================
--- doc/source/install/solaris.rst    2014-11-23 22:06:44 +0900 (7086f4f)
+++ doc/source/install/solaris.rst    2014-11-23 22:16:06 +0900 (abd811b)
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-4.0.7.tar.gz
-  % gtar xvzf groonga-4.0.7.tar.gz
-  % cd groonga-4.0.7
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.8.tar.gz
+  % gtar xvzf groonga-4.0.8.tar.gz
+  % cd groonga-4.0.8
 
 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-11-23 22:06:44 +0900 (7b60375)
+++ doc/source/install/ubuntu.rst    2014-11-23 22:16:06 +0900 (ce35af7)
@@ -74,9 +74,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-4.0.7.tar.gz
-  % tar xvzf groonga-4.0.7.tar.gz
-  % cd groonga-4.0.7
+  % wget http://packages.groonga.org/source/groonga/groonga-4.0.8.tar.gz
+  % tar xvzf groonga-4.0.8.tar.gz
+  % cd groonga-4.0.8
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.rst (+9 -9)
===================================================================
--- doc/source/install/windows.rst    2014-11-23 22:06:44 +0900 (d307547)
+++ doc/source/install/windows.rst    2014-11-23 22:16:06 +0900 (93fbda4)
@@ -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.7-x86.exe
+  * http://packages.groonga.org/windows/groonga/groonga-4.0.8-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.7-x64.exe
+  * http://packages.groonga.org/windows/groonga/groonga-4.0.8-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.7-x86.zip
+  * http://packages.groonga.org/windows/groonga/groonga-4.0.8-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.7-x64.zip
+  * http://packages.groonga.org/windows/groonga/groonga-4.0.8-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.7.zip
+  * http://packages.groonga.org/source/groonga/groonga-4.0.8.zip
 
 Then extract it.
 
 Move to the Groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-4.0.7
+  > cd c:\Users\%USERNAME%\Downloads\groonga-4.0.8
 
 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.7> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
+  groonga-4.0.8> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
 Build::
 
-  groonga-4.0.7> cmake --build . --config Release
+  groonga-4.0.8> cmake --build . --config Release
 
 Install::
 
-  groonga-4.0.7> cmake --build . --config Release --target Install
+  groonga-4.0.8> 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-11-23 22:06:44 +0900 (91ddc0f)
+++ packages/debian/changelog    2014-11-23 22:16:06 +0900 (655bebc)
@@ -1,3 +1,9 @@
+groonga (4.0.8-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- HAYASHI Kentaro <hayashi �� clear-code.com>  Sat, 29 Nov 2014 00:00:00 +0900
+
 groonga (4.0.7-1) unstable; urgency=low
 
   * New upstream release.

  Modified: packages/rpm/centos/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2014-11-23 22:06:44 +0900 (489ed05)
+++ packages/rpm/centos/groonga.spec.in    2014-11-23 22:16:06 +0900 (7c1d8ff)
@@ -375,6 +375,9 @@ fi
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Sat Nov 29 2014 HAYASHI Kentaro <hayashi �� clear-code.com> - 4.0.8-1
+- new upstream release.
+
 * Wed Oct 29 2014 Kouhei Sutou <kou �� clear-code.com> - 4.0.7-1
 - new upstream release.
 
-------------- next part --------------
HTML����������������������������...
Download 



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