Navigation Menu

Skip to content

Commit

Permalink
doc: add an entry for 2.02
Browse files Browse the repository at this point in the history
This entry summarizes commit eb3bb1e to d1e060e1t.
  • Loading branch information
kenhys committed Apr 27, 2012
1 parent 1c3e9a4 commit c7f673c
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions doc/source/news.rst
Expand Up @@ -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
Expand Down

0 comments on commit c7f673c

Please sign in to comment.