Thu Dec 29 08:17:24 2011 UTC ()
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.


(obache)
diff -r1.12 -r1.13 pkgsrc/textproc/groonga/Makefile
diff -r1.8 -r1.9 pkgsrc/textproc/groonga/PLIST
diff -r1.8 -r1.9 pkgsrc/textproc/groonga/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/textproc/groonga/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/groonga/Makefile 2011/11/30 10:39:30 1.12
+++ pkgsrc/textproc/groonga/Makefile 2011/12/29 08:17:23 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2011/11/30 10:39:30 obache Exp $ 1# $NetBSD: Makefile,v 1.13 2011/12/29 08:17:23 obache Exp $
2# 2#
3 3
4DISTNAME= groonga-1.2.8 4DISTNAME= groonga-1.2.9
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://packages.groonga.org/source/groonga/ 6MASTER_SITES= http://packages.groonga.org/source/groonga/
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://groonga.org/ 9HOMEPAGE= http://groonga.org/
10COMMENT= Fulltext search engine and column store 10COMMENT= Fulltext search engine and column store
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15.include "../../lang/ruby/rubyversion.mk" 15.include "../../lang/ruby/rubyversion.mk"
16DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE} 16DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE}
17 17

cvs diff -r1.8 -r1.9 pkgsrc/textproc/groonga/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/groonga/PLIST 2011/11/30 10:39:30 1.8
+++ pkgsrc/textproc/groonga/PLIST 2011/12/29 08:17:23 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2011/11/30 10:39:30 obache Exp $ 1@comment $NetBSD: PLIST,v 1.9 2011/12/29 08:17:23 obache Exp $
2bin/grntest 2bin/grntest
3bin/groonga 3bin/groonga
4bin/groonga-query-log-analyzer 4bin/groonga-query-log-analyzer
5bin/groonga-suggest-create-dataset 5bin/groonga-suggest-create-dataset
6${PLIST.learner}bin/groonga-suggest-httpd 6${PLIST.learner}bin/groonga-suggest-httpd
7${PLIST.learner}bin/groonga-suggest-learner 7${PLIST.learner}bin/groonga-suggest-learner
8include/groonga/groonga.h 8include/groonga/groonga.h
9include/groonga/groonga/plugin.h 9include/groonga/groonga/plugin.h
10lib/groonga/plugins/suggest/suggest.la 10lib/groonga/plugins/suggest/suggest.la
11${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la 11${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la
12lib/libgroonga.la 12lib/libgroonga.la
13lib/pkgconfig/groonga.pc 13lib/pkgconfig/groonga.pc
14man/ja/man1/groonga.1 14man/ja/man1/groonga.1
@@ -661,27 +661,26 @@ share/doc/groonga/source/troubleshooting @@ -661,27 +661,26 @@ share/doc/groonga/source/troubleshooting
661share/doc/groonga/source/tutorial.txt 661share/doc/groonga/source/tutorial.txt
662share/doc/groonga/source/tutorial/data.txt 662share/doc/groonga/source/tutorial/data.txt
663share/doc/groonga/source/tutorial/drilldown.txt 663share/doc/groonga/source/tutorial/drilldown.txt
664share/doc/groonga/source/tutorial/index.txt 664share/doc/groonga/source/tutorial/index.txt
665share/doc/groonga/source/tutorial/introduction.txt 665share/doc/groonga/source/tutorial/introduction.txt
666share/doc/groonga/source/tutorial/lexicon.txt 666share/doc/groonga/source/tutorial/lexicon.txt
667share/doc/groonga/source/tutorial/match_columns.txt 667share/doc/groonga/source/tutorial/match_columns.txt
668share/doc/groonga/source/tutorial/micro_blog.txt 668share/doc/groonga/source/tutorial/micro_blog.txt
669share/doc/groonga/source/tutorial/network.txt 669share/doc/groonga/source/tutorial/network.txt
670share/doc/groonga/source/tutorial/patricia_trie.txt 670share/doc/groonga/source/tutorial/patricia_trie.txt
671share/doc/groonga/source/tutorial/query_expansion.txt 671share/doc/groonga/source/tutorial/query_expansion.txt
672share/doc/groonga/source/tutorial/search.txt 672share/doc/groonga/source/tutorial/search.txt
673share/doc/groonga/source/type.txt 673share/doc/groonga/source/type.txt
674share/doc/groonga/source/update_execution_example.py 
675share/examples/groonga/groonga.conf 674share/examples/groonga/groonga.conf
676share/groonga/examples/dictionary/edict/edict-import.sh 675share/groonga/examples/dictionary/edict/edict-import.sh
677share/groonga/examples/dictionary/edict/edict2grn.rb 676share/groonga/examples/dictionary/edict/edict2grn.rb
678share/groonga/examples/dictionary/eijiro/eijiro-import.sh 677share/groonga/examples/dictionary/eijiro/eijiro-import.sh
679share/groonga/examples/dictionary/eijiro/eijiro2grn.rb 678share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
680share/groonga/examples/dictionary/gene95/gene-import.sh 679share/groonga/examples/dictionary/gene95/gene-import.sh
681share/groonga/examples/dictionary/gene95/gene2grn.rb 680share/groonga/examples/dictionary/gene95/gene2grn.rb
682share/groonga/examples/dictionary/html/css/dictionary.css 681share/groonga/examples/dictionary/html/css/dictionary.css
683share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png 682share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
684share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png 683share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
685share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png 684share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
686share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png 685share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
687share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png 686share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
@@ -715,14 +714,16 @@ share/groonga/html/admin/css/ui-lightnes @@ -715,14 +714,16 @@ share/groonga/html/admin/css/ui-lightnes
715share/groonga/html/admin/css/ui-lightness/images/ui-icons_228ef1_256x240.png 714share/groonga/html/admin/css/ui-lightness/images/ui-icons_228ef1_256x240.png
716share/groonga/html/admin/css/ui-lightness/images/ui-icons_ef8c08_256x240.png 715share/groonga/html/admin/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
717share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffd27a_256x240.png 716share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
718share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png 717share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png
719share/groonga/html/admin/css/ui-lightness/jquery-ui-1.8.1.custom.css 718share/groonga/html/admin/css/ui-lightness/jquery-ui-1.8.1.custom.css
720share/groonga/html/admin/favicon.ico 719share/groonga/html/admin/favicon.ico
721share/groonga/html/admin/favicon.png 720share/groonga/html/admin/favicon.png
722share/groonga/html/admin/favicon.svg 721share/groonga/html/admin/favicon.svg
723share/groonga/html/admin/images/groonga.png 722share/groonga/html/admin/images/groonga.png
724share/groonga/html/admin/images/loading.gif 723share/groonga/html/admin/images/loading.gif
725share/groonga/html/admin/index.html 724share/groonga/html/admin/index.html
726share/groonga/html/admin/js/jquery-1.4.2.min.js 725share/groonga/html/admin/js/jquery-1.4.2.min.js
727share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js 726share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js
 727share/groonga/html/admin/js/jquery.flot-0.7.min.js
 728share/groonga/html/admin/js/jquery.flot.license.txt
728share/groonga/html/admin/js/jquery.json-2.2.min.js 729share/groonga/html/admin/js/jquery.json-2.2.min.js

cvs diff -r1.8 -r1.9 pkgsrc/textproc/groonga/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/groonga/distinfo 2011/11/30 10:39:30 1.8
+++ pkgsrc/textproc/groonga/distinfo 2011/12/29 08:17:23 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2011/11/30 10:39:30 obache Exp $ 1$NetBSD: distinfo,v 1.9 2011/12/29 08:17:23 obache Exp $
2 2
3SHA1 (groonga-1.2.8.tar.gz) = 549130008ee4f094bc57ce8cfffa9cd43dbe55de 3SHA1 (groonga-1.2.9.tar.gz) = 9c34919ad120ce5e80f267a73efba40e17190b2d
4RMD160 (groonga-1.2.8.tar.gz) = 60e37efc37747d86e485d744e2f9ccf308168fb0 4RMD160 (groonga-1.2.9.tar.gz) = 9d577c0ea6b73292ab02037394daef1f702d816d
5Size (groonga-1.2.8.tar.gz) = 6406238 bytes 5Size (groonga-1.2.9.tar.gz) = 6470023 bytes