null+****@clear*****
null+****@clear*****
2012年 4月 28日 (土) 00:29:32 JST
HAYASHI Kentaro 2012-04-28 00:29:32 +0900 (Sat, 28 Apr 2012)
New Revision: c7f673c4422e2cb23c48b0c59dc83330c5c50f72
Log:
doc: add an entry for 2.02
This entry summarizes commit eb3bb1ef to d1e060e1t.
Modified files:
doc/source/news.rst
Modified: doc/source/news.rst (+54 -0)
===================================================================
--- doc/source/news.rst 2012-04-27 15:25:43 +0900 (2a7d9e1)
+++ doc/source/news.rst 2012-04-28 00:29:32 +0900 (818cb43)
@@ -3,6 +3,60 @@
News
====
+.. _release-2-02:
+
+Release 2.02 - 2012/04/29
+-------------------------
+
+.. caution::
+
+ This release breaks backward compatibility. We changed to
+ use similar search for MATCH AGAINST IN NATURAL LANGUAGE MODE as
+ default. this change affects the result of phrase search.
+
+Improvements
+^^^^^^^^^^^^
+
+* [doc] Added a coding style rule about cast, variable declaration.
+* [storage mode] Supported search ENUM values by index. [#1336]
+ [Suggested by @104yuki_n]
+* Supported MySQL 5.5.23 experimentally.
+* Supported Debian "wheezy"
+* Required groonga 2.0.2 or later.
+* [incompatible] Changed to use similar search for MATCH AGAINST IN
+ NATURAL LANGUAGE MODE.
+
+Fixes
+^^^^^
+
+* [storage mode] Fixed ref_length because of causing invalid memory
+ access. [#1321] [groonga-dev,00743]
+* [rpm] Changed required MySQL version from 5.5.20 to 5.5.21.
+* Added a test file of full text search keyword problem related to
+ [#1335]
+* [mysql55] Fixed build error for GCC 4.7 and MySQL 5.5.22. [#1337]
+ [Reported by Kazuhiko Shiozaki]
+* Fixed english in configure.ac. [Pointed out by Ryo Onodera]
+* [mariadb523] Fixed to follow the change of auto_repair() signature
+ in MariaDB 5.5.23. [#1339] [Reported by Kazuhiko Shiozaki]
+* [mariadb5523] Fixed to avoid EA_CANT_OPEN_FILE error caused in
+ open() by adding NULL check into auto_repair() [#1339]
+ [Reported by Kazuhiko Shiozaki]
+* Removed a needless 'error' parameter in auto_repair()
+ [Reported by Ryo Onodera]
+* Fixed a broken cmake process.
+* [wrapper mode] Fixed to copy values by memcpy() instead of share
+ them to avoid double free [#1301]
+* Fixed typos in ha_mroonga.cpp [Pointed out by Ryo Onodera]
+* [mysql51] Fixed to use set encoding on truncate.
+
+Thanks
+^^^^^^
+
+* Kazuhiko Shiozaki
+* Ryo Onodera
+* @104yuki_n
+
.. _release-2-01:
Release 2.01 - 2012/03/29