null+****@clear*****
null+****@clear*****
2011年 12月 28日 (水) 17:03:44 JST
Kouhei Sutou 2011-12-28 17:03:44 +0900 (Wed, 28 Dec 2011)
New Revision: 03dc60811e74148da91cb51e9c991aacb846f3db
Log:
[doc] update news.
Modified files:
doc/source/news.txt
Modified: doc/source/news.txt (+11 -0)
===================================================================
--- doc/source/news.txt 2011-12-28 16:53:15 +0900 (f66eb63)
+++ doc/source/news.txt 2011-12-28 17:03:44 +0900 (491d8d8)
@@ -13,6 +13,8 @@ Release 1.2.9 - 2011/12/29
Improvements
^^^^^^^^^^^^
+* Supported Fedora 16.
+* Dropped Fedora 15 support.
* [groonga] Improved the default server ID address to work
on unresolved host name environment. [Reported by @uzulla]
* Supported MAP_HUGETLB.
@@ -24,6 +26,15 @@ Improvements
* Supported string vector column for query expansion. [#1216]
* Added ``--filter`` option to :doc:`/commands:delete` to delete
many record at once. [#1225]
+* Supported approximate type customization for
+ :doc:`/functions/geo_in_circle` and :doc:`/functions/geo_distance`. [#1226]
+* Made ``geo_distance2()`` and ``geo_distance3()`` are deprecated.
+* Changed to use ``null`` instead of ``""`` for empty geo
+ point value in JSON output.
+* Almost supported MessagePack output. [#1215] [Worked by SHIDARA Yoji]
+* Added missing newlines after drilldown result tags in XML output.
+* Supported truncate for grn_dat.
+* Supported longest common prefix search by grn_dat.
Fixes
^^^^^