HAYASHI Kentaro
null+****@clear*****
Sat Feb 6 14:30:34 JST 2016
HAYASHI Kentaro 2016-02-06 14:30:34 +0900 (Sat, 06 Feb 2016) New Revision: 712f765cdc3f85174f2ca4efaacd5ef7f99ddda0 https://github.com/groonga/groonga.org/commit/712f765cdc3f85174f2ca4efaacd5ef7f99ddda0 Message: blog en: use markdown for 2012/05/29 blog post Renamed files: en/_posts/2012-05-29-release.md (from en/_posts/2012-05-29-release.textile) Renamed: en/_posts/2012-05-29-release.md (+25 -30) 56% =================================================================== --- en/_posts/2012-05-29-release.textile 2016-02-06 14:26:30 +0900 (c64c612) +++ en/_posts/2012-05-29-release.md 2016-02-06 14:30:34 +0900 (3738055) @@ -2,32 +2,31 @@ layout: post.en title: Groonga 2.0.3 has been released --- -h2. Groonga 2.0.3 has been released -"Groonga 2.0.3":/docs/news.html#release-2-0-3 has been released! +## Groonga 2.0.3 has been released -How to install: "Install":/docs/install.html +[Groonga 2.0.3](/docs/news.html#release-2-0-3) has been released! + +How to install: [Install](/docs/install.html) This release fixes several bugs. We recommend upgrading to groonga 2.0.3 to users who are matched the following cases: -* Using @&!@ operator in @--filter@ argument of select command. - (@&!@ operator is undocumented, so we guess there are few people affected) -* Updating data of the following schema by rroonga: -** There is a table that has @KEY_NORMALIZE@ flag. -** There is a vector column whose type is the table. -** There is an index for the vector column. +- Using `&!` operator in `--filter` argument of select command. (`&!` operator is undocumented, so we guess there are few people affected) +- Updating data of the following schema by rroonga: + - There is a table that has `KEY_NORMALIZE` flag. + - There is a vector column whose type is the table. + - There is an index for the vector column. - See the following URL for details. - "example: rroonga / test / test-table.rb":https://github.com/ranguba/rroonga/blob/88877cb24c560740d4ad2b4bf92594edda255a4c/test/test-table.rb#L204 +See the following URL for details. [example: rroonga / test / test-table.rb](https://github.com/ranguba/rroonga/blob/88877cb24c560740d4ad2b4bf92594edda255a4c/test/test-table.rb#L204) There are two topics for this release: -* Improved documents -* Improved build process (CMake support) +- Improved documents +- Improved build process (CMake support) -h3. Improved documents +### Improved documents The documentation was updated. We will update the documentation continuously in the future. @@ -35,19 +34,15 @@ First, we improved the excecution example format in the documentation. The old format was "prompt + command" and "execution results" as follows: -<pre> -> status -[[...], ...] -</pre> + > status + [[...], ...] Now, we changed to use "command" and "commented out execution results" as follows: -<pre> -status -# [[...], ...] -</pre> + status + # [[...], ...] -Because of this change, execution examples become copy & paste friendly! (groonga just ignores lines that start with "#") +Because of this change, execution examples become copy & paste friendly! (groonga just ignores lines that start with "\#") Next, we added more description about the select command. @@ -55,15 +50,15 @@ The select command is one of the important commands which groonga provides. We will improve the documentation about the command. -See "the select command":/docs/commands/select.html for details. +See [the select command](/docs/commands/select.html) for details. -h3. Improved build process (CMake support) +### Improved build process (CMake support) The groonga project supported building groonga by Visual Studio 2010 Express with CMake. Now, you can build groonga from source on windows environment easily. -See the document about "Windows:Build from source":/docs/install/windows.html#build-from-source for details. +See the document about [Windows:Build from source](/docs/install/windows.html#build-from-source) for details. Until this release we only support MinGW to build groonga for Windows. @@ -77,12 +72,12 @@ The groonga project provides not only tar.gz but also zip archive. We recommend to use a zip archive for building from source on Windows environment. -Also, we added a document for building in Oracle Solaris 11. Please see the document about "Install:Oracle Solaris":/docs/install/solaris.html for details. +Also, we added a document for building in Oracle Solaris 11. Please see the document about [Install:Oracle Solaris](/docs/install/solaris.html) for details. Note that the groonga project does not provide packages for Oracle Solaris, you need to build groonga in this distribution. -h3. Conclusion +### Conclusion -See "Release 2.0.3 - 2012/05/29":/docs/news.html#release-2-0-3 about detailed changes since 2.0.2. +See [Release 2.0.3 - 2012/05/29](/docs/news.html#release-2-0-3) about detailed changes since 2.0.2. -Let's search by groonga! +Let’s search by groonga! -------------- next part -------------- HTML����������������������������...Download