[Groonga-commit] groonga/groonga at bc70f82 [master] Bump version to 7.0.0

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Feb 1 12:57:47 JST 2017


Kentaro Hayashi	2017-02-01 12:57:47 +0900 (Wed, 01 Feb 2017)

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

  Message:
    Bump version to 7.0.0

  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

  Modified: doc/locale/ja/LC_MESSAGES/install.po (+5 -5)
===================================================================
--- doc/locale/ja/LC_MESSAGES/install.po    2017-02-01 11:58:48 +0900 (e6176bf)
+++ doc/locale/ja/LC_MESSAGES/install.po    2017-02-01 12:57:47 +0900 (a6717fe)
@@ -773,7 +773,7 @@ msgstr ""
 "32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてく"
 "ださい。"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.1.5-x86.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-7.0.0-x86.exe"
 msgstr ""
 
 msgid "Then run it."
@@ -786,7 +786,7 @@ msgstr ""
 "64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてく"
 "ださい。"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.1.5-x64.exe"
+msgid "http://packages.groonga.org/windows/groonga/groonga-7.0.0-x64.exe"
 msgstr ""
 
 msgid ""
@@ -805,7 +805,7 @@ msgstr ""
 "32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロード"
 "してください。"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.1.5-x86.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-7.0.0-x86.zip"
 msgstr ""
 
 msgid "Then extract it."
@@ -817,7 +817,7 @@ msgstr ""
 "64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロード"
 "してください。"
 
-msgid "http://packages.groonga.org/windows/groonga/groonga-6.1.5-x64.zip"
+msgid "http://packages.groonga.org/windows/groonga/groonga-7.0.0-x64.zip"
 msgstr ""
 
 msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
@@ -843,7 +843,7 @@ msgstr ""
 msgid "Download zipped source from packages.groonga.org:"
 msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。"
 
-msgid "http://packages.groonga.org/source/groonga/groonga-6.1.5.zip"
+msgid "http://packages.groonga.org/source/groonga/groonga-7.0.0.zip"
 msgstr ""
 
 msgid "Move to the Groonga's source folder::"

  Modified: doc/source/install/centos.rst (+3 -3)
===================================================================
--- doc/source/install/centos.rst    2017-02-01 11:58:48 +0900 (2cc5428)
+++ doc/source/install/centos.rst    2017-02-01 12:57:47 +0900 (38f16a7)
@@ -123,9 +123,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.1.5.tar.gz
-  % tar xvzf groonga-6.1.5.tar.gz
-  % cd groonga-6.1.5
+  % wget http://packages.groonga.org/source/groonga/groonga-7.0.0.tar.gz
+  % tar xvzf groonga-7.0.0.tar.gz
+  % cd groonga-7.0.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/debian.rst (+3 -3)
===================================================================
--- doc/source/install/debian.rst    2017-02-01 11:58:48 +0900 (f24d098)
+++ doc/source/install/debian.rst    2017-02-01 12:57:47 +0900 (5f79a8f)
@@ -89,9 +89,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.1.5.tar.gz
-  % tar xvzf groonga-6.1.5.tar.gz
-  % cd groonga-6.1.5
+  % wget http://packages.groonga.org/source/groonga/groonga-7.0.0.tar.gz
+  % tar xvzf groonga-7.0.0.tar.gz
+  % cd groonga-7.0.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/fedora.rst (+3 -3)
===================================================================
--- doc/source/install/fedora.rst    2017-02-01 11:58:48 +0900 (500f974)
+++ doc/source/install/fedora.rst    2017-02-01 12:57:47 +0900 (779407f)
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.1.5.tar.gz
-  % tar xvzf groonga-6.1.5.tar.gz
-  % cd groonga-6.1.5
+  % wget http://packages.groonga.org/source/groonga/groonga-7.0.0.tar.gz
+  % tar xvzf groonga-7.0.0.tar.gz
+  % cd groonga-7.0.0
 
 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    2017-02-01 11:58:48 +0900 (ef09d28)
+++ doc/source/install/mac_os_x.rst    2017-02-01 12:57:47 +0900 (d163dfd)
@@ -49,9 +49,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-6.1.5.tar.gz
-  % tar xvzf groonga-6.1.5.tar.gz
-  % cd groonga-6.1.5
+  % curl -O http://packages.groonga.org/source/groonga/groonga-7.0.0.tar.gz
+  % tar xvzf groonga-7.0.0.tar.gz
+  % cd groonga-7.0.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/others.rst (+3 -3)
===================================================================
--- doc/source/install/others.rst    2017-02-01 11:58:48 +0900 (36d92ab)
+++ doc/source/install/others.rst    2017-02-01 12:57:47 +0900 (06a3782)
@@ -76,9 +76,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.1.5.tar.gz
-  % tar xvzf groonga-6.1.5.tar.gz
-  % cd groonga-6.1.5
+  % wget http://packages.groonga.org/source/groonga/groonga-7.0.0.tar.gz
+  % tar xvzf groonga-7.0.0.tar.gz
+  % cd groonga-7.0.0
   % ./configure
   % make
   % sudo make install

  Modified: doc/source/install/solaris.rst (+3 -3)
===================================================================
--- doc/source/install/solaris.rst    2017-02-01 11:58:48 +0900 (16487ba)
+++ doc/source/install/solaris.rst    2017-02-01 12:57:47 +0900 (f3d6904)
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.1.5.tar.gz
-  % gtar xvzf groonga-6.1.5.tar.gz
-  % cd groonga-6.1.5
+  % wget http://packages.groonga.org/source/groonga/groonga-7.0.0.tar.gz
+  % gtar xvzf groonga-7.0.0.tar.gz
+  % cd groonga-7.0.0
 
 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    2017-02-01 11:58:48 +0900 (b460de6)
+++ doc/source/install/ubuntu.rst    2017-02-01 12:57:47 +0900 (40af103)
@@ -83,9 +83,9 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-6.1.5.tar.gz
-  % tar xvzf groonga-6.1.5.tar.gz
-  % cd groonga-6.1.5
+  % wget http://packages.groonga.org/source/groonga/groonga-7.0.0.tar.gz
+  % tar xvzf groonga-7.0.0.tar.gz
+  % cd groonga-7.0.0
 
 Configure (see :ref:`source-configure` about ``configure`` options)::
 

  Modified: doc/source/install/windows.rst (+9 -9)
===================================================================
--- doc/source/install/windows.rst    2017-02-01 11:58:48 +0900 (dca0c10)
+++ doc/source/install/windows.rst    2017-02-01 12:57:47 +0900 (024d95d)
@@ -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.1.5-x86.exe
+  * http://packages.groonga.org/windows/groonga/groonga-7.0.0-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.1.5-x64.exe
+  * http://packages.groonga.org/windows/groonga/groonga-7.0.0-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.1.5-x86.zip
+  * http://packages.groonga.org/windows/groonga/groonga-7.0.0-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.1.5-x64.zip
+  * http://packages.groonga.org/windows/groonga/groonga-7.0.0-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.1.5.zip
+  * http://packages.groonga.org/source/groonga/groonga-7.0.0.zip
 
 Then extract it.
 
 Move to the Groonga's source folder::
 
-  > cd c:\Users\%USERNAME%\Downloads\groonga-6.1.5
+  > cd c:\Users\%USERNAME%\Downloads\groonga-7.0.0
 
 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.1.5> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
+  groonga-7.0.0> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
 
 Build::
 
-  groonga-6.1.5> cmake --build . --config Release
+  groonga-7.0.0> cmake --build . --config Release
 
 Install::
 
-  groonga-6.1.5> cmake --build . --config Release --target Install
+  groonga-7.0.0> 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    2017-02-01 11:58:48 +0900 (d576c48)
+++ packages/debian/changelog    2017-02-01 12:57:47 +0900 (376f61c)
@@ -1,3 +1,9 @@
+groonga (7.0.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kentaro Hayashi <hayashi �� clear-code.com>  Thu, 09 Feb 2017 00:00:00 +0900
+
 groonga (6.1.5-1) unstable; urgency=low
 
   * New upstream release.
-------------- next part --------------
HTML����������������������������...
Descargar 



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