[Groonga-commit] groonga/groonga at 30d4594 [master] deb rpm: add 3.0.9 release entry

アーカイブの一覧に戻る

HAYASHI Kentaro null+****@clear*****
Mon Oct 21 11:30:51 JST 2013


HAYASHI Kentaro	2013-10-21 11:30:51 +0900 (Mon, 21 Oct 2013)

  New Revision: 30d459459ad7b669dab2eee57a3408d4713febd1
  https://github.com/groonga/groonga/commit/30d459459ad7b669dab2eee57a3408d4713febd1

  Message:
    deb rpm: add 3.0.9 release entry
    
    % make update-latest-release OLD_RELEASE=3.0.8 OLD_RELEASE_DATE=2013-09-29 NEW_RELEASE_DATE=2013-10-29

  Modified files:
    doc/source/install/centos.txt
    doc/source/install/debian.txt
    doc/source/install/fedora.txt
    doc/source/install/mac_os_x.txt
    doc/source/install/others.txt
    doc/source/install/solaris.txt
    doc/source/install/ubuntu.txt
    doc/source/install/windows.txt
    packages/debian/changelog
    packages/rpm/centos/groonga.spec.in
    packages/rpm/fedora/groonga.spec.in

  Modified: doc/source/install/centos.txt (+3 -3)
===================================================================
--- doc/source/install/centos.txt    2013-10-21 11:19:41 +0900 (46385a2)
+++ doc/source/install/centos.txt    2013-10-21 11:30:51 +0900 (9b1b142)
@@ -153,9 +153,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
-  % tar xvzf groonga-3.0.8.tar.gz
-  % cd groonga-3.0.8
+  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
+  % tar xvzf groonga-3.0.9.tar.gz
+  % cd groonga-3.0.9
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.txt (+3 -3)
===================================================================
--- doc/source/install/debian.txt    2013-10-21 11:19:41 +0900 (ec5b856)
+++ doc/source/install/debian.txt    2013-10-21 11:30:51 +0900 (31d18c4)
@@ -185,9 +185,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
-  % tar xvzf groonga-3.0.8.tar.gz
-  % cd groonga-3.0.8
+  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
+  % tar xvzf groonga-3.0.9.tar.gz
+  % cd groonga-3.0.9
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.txt (+3 -3)
===================================================================
--- doc/source/install/fedora.txt    2013-10-21 11:19:41 +0900 (b575a69)
+++ doc/source/install/fedora.txt    2013-10-21 11:30:51 +0900 (4b07496)
@@ -82,9 +82,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
-  % tar xvzf groonga-3.0.8.tar.gz
-  % cd groonga-3.0.8
+  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
+  % tar xvzf groonga-3.0.9.tar.gz
+  % cd groonga-3.0.9
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/mac_os_x.txt (+3 -3)
===================================================================
--- doc/source/install/mac_os_x.txt    2013-10-21 11:19:41 +0900 (181fade)
+++ doc/source/install/mac_os_x.txt    2013-10-21 11:30:51 +0900 (d9836c1)
@@ -40,9 +40,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
-  % tar xvzf groonga-3.0.8.tar.gz
-  % cd groonga-3.0.8
+  % curl -O http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
+  % tar xvzf groonga-3.0.9.tar.gz
+  % cd groonga-3.0.9
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.txt (+3 -3)
===================================================================
--- doc/source/install/others.txt    2013-10-21 11:19:41 +0900 (1da08b2)
+++ doc/source/install/others.txt    2013-10-21 11:30:51 +0900 (e2d1e0f)
@@ -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-3.0.8.tar.gz
-  % tar xvzf groonga-3.0.8.tar.gz
-  % cd groonga-3.0.8
+  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
+  % tar xvzf groonga-3.0.9.tar.gz
+  % cd groonga-3.0.9
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.txt (+3 -3)
===================================================================
--- doc/source/install/solaris.txt    2013-10-21 11:19:41 +0900 (9b8fec8)
+++ doc/source/install/solaris.txt    2013-10-21 11:30:51 +0900 (3db6925)
@@ -17,9 +17,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
-  % gtar xvzf groonga-3.0.8.tar.gz
-  % cd groonga-3.0.8
+  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
+  % gtar xvzf groonga-3.0.9.tar.gz
+  % cd groonga-3.0.9
 
 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.txt (+3 -3)
===================================================================
--- doc/source/install/ubuntu.txt    2013-10-21 11:19:41 +0900 (7d6c7cf)
+++ doc/source/install/ubuntu.txt    2013-10-21 11:30:51 +0900 (1c79b69)
@@ -213,9 +213,9 @@ Install required packages to build groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
-  % tar xvzf groonga-3.0.8.tar.gz
-  % cd groonga-3.0.8
+  % wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
+  % tar xvzf groonga-3.0.9.tar.gz
+  % cd groonga-3.0.9
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.txt (+9 -9)
===================================================================
--- doc/source/install/windows.txt    2013-10-21 11:19:41 +0900 (3eb2e1d)
+++ doc/source/install/windows.txt    2013-10-21 11:30:51 +0900 (f77e5c7)
@@ -23,7 +23,7 @@ You can download such a binary by command line operation.
 
 Start command prompt ``cmd.exe`` and download x86 executable binary by default browser::
 
-  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x86.exe
+  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.9-x86.exe
 
 Then run it.
 
@@ -32,7 +32,7 @@ For 64-bit environment, download x64 executable binary from packages.groonga.org
 
 Start command prompt ``cmd.exe`` and download x64 executable binary by default browser::
 
-  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x64.exe
+  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.9-x64.exe
 
 Then run it.
 
@@ -47,7 +47,7 @@ You can download such a binary by command line operation.
 
 Start command prompt ``cmd.exe`` and download x86 zip archive by default browser::
 
-  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x86.zip
+  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.9-x86.zip
 
 Then extract it.
 
@@ -55,7 +55,7 @@ For 64-bit environment, download x64 zip archive from packages.groonga.org.
 
 Start command prompt ``cmd.exe`` and download x64 zip archive by default browser::
 
-  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x64.zip
+  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.9-x64.zip
 
 Then extract it.
 
@@ -79,27 +79,27 @@ Start ``Visual Studio Command Prompt (2010)`` installed by Microsoft
 Visual Studio 2010 Express and download it by default browser::
 
   > cd c:\Users\%USERNAME%\Downloads
-  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.8.zip
+  > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.9.zip
 
 Then extract it.
 
 Move to the groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-3.0.8
+  > cd c:\Users\%USERNAME%\Downloads\groonga-3.0.9
 
 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-3.0.8> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
+  groonga-3.0.9> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
 Build::
 
-  groonga-3.0.8> cmake --build . --config Release
+  groonga-3.0.9> cmake --build . --config Release
 
 Install::
 
-  groonga-3.0.8> cmake --build . --config Release --target Install
+  groonga-3.0.9> 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    2013-10-21 11:19:41 +0900 (02de4db)
+++ packages/debian/changelog    2013-10-21 11:30:51 +0900 (33213e7)
@@ -1,3 +1,9 @@
+groonga (3.0.9-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- HAYASHI Kentaro <hayashi �� clear-code.com>  Tue, 29 Oct 2013 00:00:00 +0900
+
 groonga (3.0.8-1) unstable; urgency=low
 
   * New upstream release.

  Modified: packages/rpm/centos/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/centos/groonga.spec.in    2013-10-21 11:19:41 +0900 (f3fbe56)
+++ packages/rpm/centos/groonga.spec.in    2013-10-21 11:30:51 +0900 (e3bb093)
@@ -355,6 +355,9 @@ fi
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Tue Oct 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.9-1
+- new upstream release.
+
 * Sun Sep 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.8-1
 - new upstream release.
 

  Modified: packages/rpm/fedora/groonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/fedora/groonga.spec.in    2013-10-21 11:19:41 +0900 (d1b9efe)
+++ packages/rpm/fedora/groonga.spec.in    2013-10-21 11:30:51 +0900 (d6de9ee)
@@ -396,6 +396,9 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Tue Oct 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.9-1
+- new upstream release.
+
 * Sun Sep 29 2013 HAYASHI Kentaro <hayashi �� clear-code.com> - 3.0.8-1
 - new upstream release.
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る