diff options
author | obache <obache@pkgsrc.org> | 2011-12-29 08:17:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-29 08:17:23 +0000 |
commit | 4ecfc2db6454efbc0a40121ea70e6e3ffe1de759 (patch) | |
tree | 54321cdb1f13fcc86b7af3268e3aa40c5767e36b /textproc | |
parent | 54f6143e71fe9c988174d4c9b65f52da4553a3fb (diff) | |
download | pkgsrc-4ecfc2db6454efbc0a40121ea70e6e3ffe1de759.tar.gz |
Update groonga to 1.2.9.
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.
* [admin] Supported throughput chart.
* Stopped adding nul character in ``grn_itoh()``. [#1194]
[Reported by SHIDARA Yoji]
* Added ``grn_obj_get_values()``.
* Added ``grn_obj_delete_by_id()``.
* 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
^^^^^
* [windows] Fixed inverted map type.
* Fixed -Wno- compiler flag detection. [Patch by Arnaud Fontaine]
* Fixed a problem that ``groonga --version`` reports wrongly
about MeCab. [#1209] [Patch by SHIDARA Yoji]
* Added missing lock into ``grn_obj_remove()``.
* Fixed Content-Type on error. [#1220] [Patch by SHIDARA Yoji]
* Fixed a problem that deleting SIS (Semi Infinite String)
may keep a garbage.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/PLIST | 5 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index d4774644b91..5601242b5cd 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2011/11/30 10:39:30 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/12/29 08:17:23 obache Exp $ # -DISTNAME= groonga-1.2.8 +DISTNAME= groonga-1.2.9 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST index 5d1171226fe..347b2c3b521 100644 --- a/textproc/groonga/PLIST +++ b/textproc/groonga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2011/11/30 10:39:30 obache Exp $ +@comment $NetBSD: PLIST,v 1.9 2011/12/29 08:17:23 obache Exp $ bin/grntest bin/groonga bin/groonga-query-log-analyzer @@ -671,7 +671,6 @@ share/doc/groonga/source/tutorial/patricia_trie.txt share/doc/groonga/source/tutorial/query_expansion.txt share/doc/groonga/source/tutorial/search.txt share/doc/groonga/source/type.txt -share/doc/groonga/source/update_execution_example.py share/examples/groonga/groonga.conf share/groonga/examples/dictionary/edict/edict-import.sh share/groonga/examples/dictionary/edict/edict2grn.rb @@ -725,4 +724,6 @@ share/groonga/html/admin/images/loading.gif share/groonga/html/admin/index.html share/groonga/html/admin/js/jquery-1.4.2.min.js share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js +share/groonga/html/admin/js/jquery.flot-0.7.min.js +share/groonga/html/admin/js/jquery.flot.license.txt share/groonga/html/admin/js/jquery.json-2.2.min.js diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 881256ea09e..051a6c12a83 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/11/30 10:39:30 obache Exp $ +$NetBSD: distinfo,v 1.9 2011/12/29 08:17:23 obache Exp $ -SHA1 (groonga-1.2.8.tar.gz) = 549130008ee4f094bc57ce8cfffa9cd43dbe55de -RMD160 (groonga-1.2.8.tar.gz) = 60e37efc37747d86e485d744e2f9ccf308168fb0 -Size (groonga-1.2.8.tar.gz) = 6406238 bytes +SHA1 (groonga-1.2.9.tar.gz) = 9c34919ad120ce5e80f267a73efba40e17190b2d +RMD160 (groonga-1.2.9.tar.gz) = 9d577c0ea6b73292ab02037394daef1f702d816d +Size (groonga-1.2.9.tar.gz) = 6470023 bytes |