null+****@clear*****
null+****@clear*****
2012年 5月 29日 (火) 14:31:35 JST
HAYASHI Kentaro 2012-05-29 14:31:35 +0900 (Tue, 29 May 2012)
New Revision: b33318755379b460db21bc22efab5235757e8cb6
Log:
en: remove needless newlines
Modified files:
en/_posts/2012-05-29-release.textile
Modified: en/_posts/2012-05-29-release.textile (+17 -22)
===================================================================
--- en/_posts/2012-05-29-release.textile 2012-05-29 12:36:13 +0900 (fc047b2)
+++ en/_posts/2012-05-29-release.textile 2012-05-29 14:31:35 +0900 (9700e41)
@@ -9,8 +9,8 @@ h2. Groonga 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:
+
+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)
@@ -29,10 +29,10 @@ There are two topics for this release:
h3. Improved documents
-The documentation was updated.
-We will update the documentation continuously in the future.
+The documentation was updated. We will update the documentation continuously in the future.
First, we improved the excecution example format in the documentation.
+
The old format was "prompt + command" and "execution results" as follows:
<pre>
@@ -40,51 +40,46 @@ The old format was "prompt + command" and "execution results" as follows:
[[...], ...]
</pre>
-Now, we changed to use "command" and "commented out execution results"
-as follows:
+Now, we changed to use "command" and "commented out execution results" as follows:
<pre>
status
# [[...], ...]
</pre>
-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.
+
The select command is one of the important commands which groonga provides.
+
We will improve the documentation about the command.
See "select":/docs/commands/select.html for details.
h3. Improved build process (CMake support)
-The groonga project supported building groonga by Visual Studio 2010 Express
-with CMake.
+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 "windows build-from-source":/docs/install/windows.html#build-from-source
-for details.
+See "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.
-This release improved CMake support, so you can build Windows
-executables with Visual Studio 2010 Express.
+This release improved CMake support, so you can build Windows executables with Visual Studio 2010 Express.
-The groonga project officially provide configure + MinGW cross
-compiled binary as before.
+The groonga project officially provide configure + MinGW cross compiled binary as before.
-If you need a binary built with Visual Studio, see the documentation and
-build by yourself. (hint: the third party library was build by Visual Studio)
+If you need a binary built with Visual Studio, see the documentation and build by yourself. (hint: the third party library was build by Visual Studio)
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 "solaris":/docs/install/solaris.html for details.
+Also, we added a document for building in Oracle Solaris 11. Please see "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.
+Note that the groonga project does not provide packages for Oracle Solaris, you need to build groonga in this distribution.
h3. Conclusion