[Groonga-mysql-commit] mroonga/mroonga [master] doc en: add 2.09 entry

アーカイブの一覧に戻る

HAYASHI Kentaro null+****@clear*****
Mon Nov 26 17:59:20 JST 2012


HAYASHI Kentaro	2012-11-26 17:59:20 +0900 (Mon, 26 Nov 2012)

  New Revision: 44dbb33557c4936a698774f6bd722640a323aa1a
  https://github.com/mroonga/mroonga/commit/44dbb33557c4936a698774f6bd722640a323aa1a

  Log:
    doc en: add 2.09 entry

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+39 -0)
===================================================================
--- doc/source/news.rst    2012-11-26 16:24:16 +0900 (2eb0ce4)
+++ doc/source/news.rst    2012-11-26 17:59:20 +0900 (14172a0)
@@ -3,6 +3,45 @@
 News
 ====
 
+.. _release-2-09:
+
+Release 2.09 - 2012/11/29
+-------------------------
+
+.. caution::
+
+   This release has a backward incompatible change against timestamp
+   value. Timestamp value is changed to store as UTC timezone.
+   If you have any table that uses timestamp column with no UTC timezone,
+   please recreate (dump and restore) database.
+
+Improvements
+^^^^^^^^^^^^
+
+* [rpm][centos] Supported MySQL 5.5.28 on CentOS 5.
+* [rpm][centos] Supported MySQL 5.1.61 on CentOS 6.
+* [wrapper mode] Supported last_insert_id() [#1540] [Reported by @soundkitchen]
+
+Fixes
+^^^^^
+
+* [mysql51] Fixed crash bug by checking existence of utf8mb4.
+  MySQL 5.1 doesn't have utf8mb4. [groonga-dev,01069] [Reported by wakisuke]
+* [storage mode] Fixed impossible deleting problem that matched records.
+  [#1533] [Reported by @HANZUBON]
+* Fixed a bug that primary indexed char(N) can't be searched.
+  This bug affects if any value of char(N) has M-length (M < N) string or
+  it has one more spaces at the last and require index recreation.
+* Fixed a bug that content after NULL character is ignored for char(N)
+* Fixed to store timestamp value as UTC. This is backward in
+
+Thanks
+^^^^^^
+
+* @soundkitchen
+* wakisuke
+* @HANZUBON
+
 .. _release-2-08:
 
 Release 2.08 - 2012/10/29
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る