null+****@clear*****
null+****@clear*****
2012年 1月 6日 (金) 14:46:37 JST
Kouhei Sutou 2012-01-06 14:46:37 +0900 (Fri, 06 Jan 2012)
New Revision: 5bf6de78f63810c8ee608d581415a735d13124cc
Log:
[doc] fix section.
Modified files:
doc/source/news.txt
Modified: doc/source/news.txt (+5 -5)
===================================================================
--- doc/source/news.txt 2012-01-06 14:43:05 +0900 (f1fdd44)
+++ doc/source/news.txt 2012-01-06 14:46:37 +0900 (685a164)
@@ -78,11 +78,6 @@ Improvements
* [grntest] Removed the upper limit to the number of bytes in one line.
* [grntest] Added `--pid-path` option.
-* Fixed a bug that groonga crashes when accessing a zlib/lzo compressed
- column. Note that a compressed column access causes a memory leak. To
- resolve this, we need to improve API. We will do it in the future.
- [GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi]
-* Fixed a bug that unrelated column values are cleared in deletion.
* [deb] Enabled experimental zlib and lzo support.
* [rpm] Enabled experimental zlib and lzo support.
* Supports truncation. [#892]
@@ -111,6 +106,11 @@ Improvements
Fixes
^^^^^
+* Fixed a bug that groonga crashes when accessing a zlib/lzo compressed
+ column. Note that a compressed column access causes a memory leak. To
+ resolve this, we need to improve API. We will do it in the future.
+ [GtiHub#5][GtiHub#6] [Reported by Takayuki Yamaguchi]
+* Fixed a bug that unrelated column values are cleared in deletion.
* Fixed a bug that a wrong index is used in sorting. [#766]
[Reported by Horikoshi Yuki]
* [libedit] Fixed a bug that necessary initialization is