[Groonga-commit] groonga/groonga.github.com [master] doc: update not properly categorized entry in 2.0.5 news

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2012年 8月 3日 (金) 11:35:24 JST


HAYASHI Kentaro	2012-08-03 11:35:24 +0900 (Fri, 03 Aug 2012)

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

  Log:
    doc: update not properly categorized entry in 2.0.5 news

  Modified files:
    docs/news.html
    docs/sources/news.txt
    ja/docs/news.html
    ja/docs/sources/news.txt

  Modified: docs/news.html (+4 -4)
===================================================================
--- docs/news.html    2012-08-01 15:11:44 +0900 (6edf679)
+++ docs/news.html    2012-08-03 11:35:24 +0900 (773c7b3)
@@ -99,6 +99,10 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
 <li>[rpm][fedora] Dropped Fedora 16 support.</li>
 <li>Supported logical not <tt class="docutils literal"><span class="pre">&quot;!&quot;</span></tt> operator. [GitHub#22]</li>
 <li>[httpd] Supported per location groonga database.</li>
+<li>Improved to return error messages while load command is processing.</li>
+<li>Improved to exit load command when an uncontinuable error occurred.</li>
+<li>Improved to stop load command for invalid --columns value.</li>
+<li>Supported to open locked database. [GitHub#21]</li>
 </ul>
 </div>
 <div class="section" id="fixes">
@@ -112,14 +116,10 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
 <li>Fixed infinite loop problem for not implemented operator without index.
 [GitHub#20]</li>
 <li>Fixed a wrong error code which causes memory leaks.</li>
-<li>Fixed to return error messages while load command is processing.</li>
 <li>Fixed a wrong error code which collapse ja columns.</li>
-<li>Fixed to exit load command when an uncontinuable error occurred.</li>
-<li>Fixed to stop load command for invalid --columns value.</li>
 <li>[admin] Fixed to escape error message.</li>
 <li>Fixed to ignore unloadable objects which causes database incompatible.
 [#1429] [Reported by IWAI, Masaharu]</li>
-<li>Fixed to support opening locked database. [GitHub#21]</li>
 </ul>
 </div>
 <div class="section" id="thanks">

  Modified: docs/sources/news.txt (+4 -4)
===================================================================
--- docs/sources/news.txt    2012-08-01 15:11:44 +0900 (d76c5d0)
+++ docs/sources/news.txt    2012-08-03 11:35:24 +0900 (8e027a9)
@@ -30,6 +30,10 @@ Improvements
 * [rpm][fedora] Dropped Fedora 16 support.
 * Supported logical not ``"!"`` operator. [GitHub#22]
 * [httpd] Supported per location groonga database.
+* Improved to return error messages while load command is processing.
+* Improved to exit load command when an uncontinuable error occurred.
+* Improved to stop load command for invalid --columns value.
+* Supported to open locked database. [GitHub#21]
 
 Fixes
 ^^^^^
@@ -42,14 +46,10 @@ Fixes
 * Fixed infinite loop problem for not implemented operator without index.
   [GitHub#20]
 * Fixed a wrong error code which causes memory leaks.
-* Fixed to return error messages while load command is processing.
 * Fixed a wrong error code which collapse ja columns.
-* Fixed to exit load command when an uncontinuable error occurred.
-* Fixed to stop load command for invalid --columns value.
 * [admin] Fixed to escape error message.
 * Fixed to ignore unloadable objects which causes database incompatible.
   [#1429] [Reported by IWAI, Masaharu]
-* Fixed to support opening locked database. [GitHub#21]
 
 Thanks
 ^^^^^^

  Modified: ja/docs/news.html (+4 -4)
===================================================================
--- ja/docs/news.html    2012-08-01 15:11:44 +0900 (dba102b)
+++ ja/docs/news.html    2012-08-03 11:35:24 +0900 (ff1733b)
@@ -97,6 +97,10 @@
 <li>[rpm][fedora] Fedora 16サポートを削除。</li>
 <li>論理演算子 <tt class="docutils literal"><span class="pre">&quot;!&quot;</span></tt> をサポート。 [GitHub#22]</li>
 <li>[httpd] groongaデータベースごとのロケーション指定をサポート。</li>
+<li>loadコマンドを処理中にはエラーメッセージを返すように改善。</li>
+<li>継続困難なエラーが発生した場合にloadコマンドを中断するように改善。</li>
+<li>正しくない--columnsの値が渡されたときloadコマンドを中断するように改善。</li>
+<li>ロックされたデータベースのオープンをサポート。 [GitHub#21]</li>
 </ul>
 </div>
 <div class="section" id="fixes">
@@ -108,13 +112,9 @@
 <li>[doc] <a class="reference internal" href="reference/commands/table_remove.html"><em>table_remove</em></a> コマンドの説明を修正。</li>
 <li>インデックスが張られていないと未対応のオぺレータで無限ループする問題を修正。 [GitHub#20]</li>
 <li>メモリリークを引き起すエラーコードの誤りを修正。</li>
-<li>loadコマンドを処理中にはエラーメッセージを返すように修正。</li>
 <li>カラムの値を壊すことにつながるエラーコードの誤りを修正。</li>
-<li>継続困難なエラーが発生した場合にloadコマンドを中断するように修正。</li>
-<li>正しくない --columnsの値が渡されたときloadコマンドを中断するように修正。</li>
 <li>[admin] エラーメッセージをエスケープするように修正。</li>
 <li>データベースの非互換を引き起こす読めないオブジェクトを無視するように修正。 [#1429] [岩井さんが報告]</li>
-<li>ロックされたデータベースのオープンをサポート。 [GitHub#21]</li>
 </ul>
 </div>
 <div class="section" id="thanks">

  Modified: ja/docs/sources/news.txt (+4 -4)
===================================================================
--- ja/docs/sources/news.txt    2012-08-01 15:11:44 +0900 (d76c5d0)
+++ ja/docs/sources/news.txt    2012-08-03 11:35:24 +0900 (8e027a9)
@@ -30,6 +30,10 @@ Improvements
 * [rpm][fedora] Dropped Fedora 16 support.
 * Supported logical not ``"!"`` operator. [GitHub#22]
 * [httpd] Supported per location groonga database.
+* Improved to return error messages while load command is processing.
+* Improved to exit load command when an uncontinuable error occurred.
+* Improved to stop load command for invalid --columns value.
+* Supported to open locked database. [GitHub#21]
 
 Fixes
 ^^^^^
@@ -42,14 +46,10 @@ Fixes
 * Fixed infinite loop problem for not implemented operator without index.
   [GitHub#20]
 * Fixed a wrong error code which causes memory leaks.
-* Fixed to return error messages while load command is processing.
 * Fixed a wrong error code which collapse ja columns.
-* Fixed to exit load command when an uncontinuable error occurred.
-* Fixed to stop load command for invalid --columns value.
 * [admin] Fixed to escape error message.
 * Fixed to ignore unloadable objects which causes database incompatible.
   [#1429] [Reported by IWAI, Masaharu]
-* Fixed to support opening locked database. [GitHub#21]
 
 Thanks
 ^^^^^^
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index