[Groonga-mysql-commit] mroonga/mroonga.github.com at 3d43ab5 [master] Add Mroonga 4.08 release entry

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sat Nov 29 13:28:51 JST 2014


HAYASHI Kentaro	2014-11-29 13:28:51 +0900 (Sat, 29 Nov 2014)

  New Revision: 3d43ab5ed73c9c411e984b8d13da7b72cbac88e3
  https://github.com/mroonga/mroonga.github.com/commit/3d43ab5ed73c9c411e984b8d13da7b72cbac88e3

  Message:
    Add Mroonga 4.08 release entry

  Added files:
    en/_posts/2014-11-29-release.md

  Added: en/_posts/2014-11-29-release.md (+39 -0) 100644
===================================================================
--- /dev/null
+++ en/_posts/2014-11-29-release.md    2014-11-29 13:28:51 +0900 (bc2a792)
@@ -0,0 +1,39 @@
+---
+layout: post.en
+title: Mroonga 4.08 has been released!
+description: Mroonga 4.08 has been released!
+---
+
+## Mroonga 4.08 has been released!
+
+[Mroonga 4.08](/docs/news.html#release-4-08) has been released!
+
+* How to install: [Install](/docs/install.html)
+* How to upgrade: [Upgrade guide](/docs/upgrade.html)
+
+### Changes
+
+In this release, added missing primary key check issue when primary key is required to specify in storage mode.
+
+#### Mroonga is now shipped with MariaDB
+
+At last, Mroonga had been shipped with [MariaDB 10.0.15](https://mariadb.com/kb/en/mariadb/development/release-notes/mariadb-10015-release-notes/)!
+
+In this release, There are some feedback from MariaDB team.
+
+It seems that Mroonga is not enabled by default, please install Mroonga in the advance:
+
+    INSTALL PLUGIN Mroonga SONAME 'ha_mroonga.so';
+    CREATE FUNCTION last_insert_grn_id RETURNS INTEGER SONAME 'ha_mroonga.so';
+    CREATE FUNCTION mroonga_snippet RETURNS STRING SONAME 'ha_mroonga.so';
+    CREATE FUNCTION mroonga_command RETURNS STRING SONAME 'ha_mroonga.so';
+    CREATE FUNCTION mroonga_escape RETURNS STRING SONAME 'ha_mroonga.so';
+
+Unfortunately, in bundled Mroonga disables plugins, so many additional feature are not available such as TokenMecab or MySQL compatible normalizer and so on.
+We hope that they are also supported in the future.
+
+### Conclusion
+
+See [Release 4.08 - 2014/11/29](/docs/news.html#release-4-08) about detailed changes since 4.07.
+
+Let's search by Mroonga!
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index