rroonga 3.1.1-x86-mingw32 → 3.1.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/Rakefile +1 -39
 - data/bin/grndump +8 -1
 - data/doc/text/news.textile +21 -1
 - data/ext/groonga/extconf.rb +1 -6
 - data/ext/groonga/rb-grn-table.c +20 -0
 - data/ext/groonga/rb-grn.h +1 -1
 - data/ext/groonga/rb-groonga.c +42 -0
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +7 -3
 - data/lib/groonga/record.rb +19 -1
 - data/rroonga-build.rb +5 -5
 - data/test/test-array.rb +14 -1
 - data/test/test-database-dumper.rb +68 -83
 - data/test/test-database.rb +1 -1
 - data/test/test-double-array-trie.rb +16 -1
 - data/test/test-hash.rb +16 -1
 - data/test/test-lock-timeout.rb +29 -0
 - data/test/test-patricia-trie.rb +16 -1
 - data/test/test-record.rb +194 -160
 - data/test/test-variable-size-column.rb +1 -1
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-1.dll +0 -0
 - data/vendor/local/bin/libmsgpack-3.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/mecab-config +2 -2
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
 - data/vendor/local/include/groonga/groonga.h +15 -1
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +3 -3
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmecab.la +1 -1
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.la +1 -1
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +1 -1
 - data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/sbin/groonga-httpd-restart +1 -1
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -7
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +10 -10
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +10 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +32 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +49 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +5 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +5 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +19 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +3 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +2 -2
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/community.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/development.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +269 -183
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/index.html +41 -38
 - data/vendor/local/share/doc/groonga/en/html/install.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +27 -25
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -28
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +29 -27
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news.html +239 -201
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +41 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +46 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +205 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +55 -53
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +78 -76
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +75 -73
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +54 -52
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +62 -60
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +42 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +44 -42
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +117 -115
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +80 -78
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +56 -54
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +36 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +33 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/search.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/spec.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +10 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +32 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +49 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +5 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +5 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +19 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +3 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/community.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/development.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +274 -183
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/index.html +41 -38
 - data/vendor/local/share/doc/groonga/ja/html/install.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +29 -27
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news.html +264 -224
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +27 -25
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +41 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +46 -43
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +206 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +55 -53
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +78 -76
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +74 -72
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +54 -52
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +62 -60
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +42 -40
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +44 -42
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +117 -115
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +80 -78
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +56 -54
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +36 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +33 -31
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/search.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +24 -22
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +20 -18
 - data/vendor/local/share/man/ja/man1/groonga.1 +198 -132
 - data/vendor/local/share/man/man1/groonga.1 +619 -554
 - metadata +8 -14
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt +0 -104
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt +0 -80
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt +0 -105
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +0 -199
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +0 -180
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +0 -201
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt +0 -104
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt +0 -80
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt +0 -105
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +0 -200
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +0 -181
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +0 -202
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>お知らせ — Groonga v3.1.1ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>お知らせ — Groonga v3.1.1-89-g7f6fcaeドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1-89-g7f6fcae',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,9 +26,9 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" /> 
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcaeドキュメント" href="index.html" /> 
         
     | 
| 
       30 
30 
     | 
    
         
             
              </head>
         
     | 
| 
       31 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 31 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       32 
32 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       33 
33 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       34 
34 
     | 
    
         
             
                <a id="top-link" href="index.html">
         
     | 
| 
         @@ -46,28 +46,62 @@ 
     | 
|
| 
       46 
46 
     | 
    
         
             
            </div>
         
     | 
| 
       47 
47 
     | 
    
         | 
| 
       48 
48 
     | 
    
         | 
| 
       49 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 49 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       50 
50 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       51 
51 
     | 
    
         
             
                  <ul>
         
     | 
| 
       52 
52 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       53 
53 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       54 
54 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       55 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
      
 55 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li> 
         
     | 
| 
       56 
56 
     | 
    
         
             
                  </ul>
         
     | 
| 
       57 
57 
     | 
    
         
             
                </div>  
         
     | 
| 
       58 
58 
     | 
    
         | 
| 
       59 
59 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       60 
60 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       62 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 62 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       63 
63 
     | 
    
         | 
| 
       64 
64 
     | 
    
         
             
              <div class="section" id="news">
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       66 
     | 
    
         
            -
            <div class="section" id="release-3-1- 
     | 
| 
       67 
     | 
    
         
            -
            <span id="release-3-1- 
     | 
| 
      
 66 
     | 
    
         
            +
            <div class="section" id="release-3-1-2-2014-01-29">
         
     | 
| 
      
 67 
     | 
    
         
            +
            <span id="release-3-1-2"></span><h2>3.1.2リリース - 2014/01/29<a class="headerlink" href="#release-3-1-2-2014-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       68 
68 
     | 
    
         
             
            <div class="section" id="improvements">
         
     | 
| 
       69 
69 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       70 
70 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
      
 71 
     | 
    
         
            +
            <li><p class="first">[doc] "Groonga" 表記に更新しました。[cosmo0920さんがパッチ提供] [GitHub#136, #137, #138, #139, #140, #141, #142, #143, #144, #145, #146, #147, #148, #149, #150]</p>
         
     | 
| 
      
 72 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 73 
     | 
    
         
            +
            <li>Supported to customize the value of lock timeout. See <a class="reference internal" href="reference/api/global_configurations.html"><em>Global configurations</em></a> about details.
         
     | 
| 
      
 74 
     | 
    
         
            +
            [groonga-dev,02017] [Suggested by yoku]</li>
         
     | 
| 
      
 75 
     | 
    
         
            +
            <li>[doc] Added description about the value of lock timeout.</li>
         
     | 
| 
      
 76 
     | 
    
         
            +
            <li>Enabled <tt class="docutils literal"><span class="pre">GRN_JA_SKIP_SAME_VALUE_PUT</span></tt> by default. In the previous releases, the value of
         
     | 
| 
      
 77 
     | 
    
         
            +
            this configuration is 'no'. This change affects reducing the size of Groonga database.</li>
         
     | 
| 
      
 78 
     | 
    
         
            +
            <li>Supported multiple indexes including a nested index and multiple keywords query.
         
     | 
| 
      
 79 
     | 
    
         
            +
            This change TODO.</li>
         
     | 
| 
      
 80 
     | 
    
         
            +
            <li>Added API to customize normalizer for snippet.</li>
         
     | 
| 
      
 81 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 82 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <div class="section" id="fixes">
         
     | 
| 
      
 84 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 86 
     | 
    
         
            +
            <li>Fixed not to use index for empty query. This change enables you to search even though empty query.
         
     | 
| 
      
 87 
     | 
    
         
            +
            Note that this means that there is performance penalty if many empty records exist.
         
     | 
| 
      
 88 
     | 
    
         
            +
            [groonga-dev,02052] [Reported by Naoya Murakami]</li>
         
     | 
| 
      
 89 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 90 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <div class="section" id="thanks">
         
     | 
| 
      
 92 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 94 
     | 
    
         
            +
            <li>yoku</li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            <li><p class="first">村上さん</p>
         
     | 
| 
      
 96 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 97 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 98 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 99 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 100 
     | 
    
         
            +
            <div class="section" id="release-3-1-1-2013-12-29">
         
     | 
| 
      
 101 
     | 
    
         
            +
            <span id="release-3-1-1"></span><h2>3.1.1リリース - 2013/12/29<a class="headerlink" href="#release-3-1-1-2013-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 102 
     | 
    
         
            +
            <div class="section" id="id1">
         
     | 
| 
      
 103 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 104 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
       71 
105 
     | 
    
         
             
            <li><p class="first">[deb] Debianのパッケージングポリシーに準拠するようにしました。[groonga-dev,01930] [やまねさんが提案]</p>
         
     | 
| 
       72 
106 
     | 
    
         
             
            </li>
         
     | 
| 
       73 
107 
     | 
    
         
             
            <li><p class="first">[deb] Debian 6.0 (squeeze)のサポートをやめました。</p>
         
     | 
| 
         @@ -94,8 +128,8 @@ 
     | 
|
| 
       94 
128 
     | 
    
         
             
            </li>
         
     | 
| 
       95 
129 
     | 
    
         
             
            </ul>
         
     | 
| 
       96 
130 
     | 
    
         
             
            </div>
         
     | 
| 
       97 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       98 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 131 
     | 
    
         
            +
            <div class="section" id="id2">
         
     | 
| 
      
 132 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       99 
133 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       100 
134 
     | 
    
         
             
            <li><p class="first">[munin] GQTPのポート番号の誤りを修正しました。</p>
         
     | 
| 
       101 
135 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -103,8 +137,8 @@ 
     | 
|
| 
       103 
137 
     | 
    
         
             
            </li>
         
     | 
| 
       104 
138 
     | 
    
         
             
            </ul>
         
     | 
| 
       105 
139 
     | 
    
         
             
            </div>
         
     | 
| 
       106 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       107 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 140 
     | 
    
         
            +
            <div class="section" id="id3">
         
     | 
| 
      
 141 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       108 
142 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       109 
143 
     | 
    
         
             
            <li><p class="first">やまねひできさん</p>
         
     | 
| 
       110 
144 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -119,8 +153,8 @@ 
     | 
|
| 
       119 
153 
     | 
    
         
             
            </div>
         
     | 
| 
       120 
154 
     | 
    
         
             
            <div class="section" id="release-3-1-0-2013-11-29">
         
     | 
| 
       121 
155 
     | 
    
         
             
            <span id="release-3-1-0"></span><h2>3.1.0リリース - 2013/11/29<a class="headerlink" href="#release-3-1-0-2013-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       122 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       123 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 156 
     | 
    
         
            +
            <div class="section" id="id4">
         
     | 
| 
      
 157 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       124 
158 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       125 
159 
     | 
    
         
             
            <li><p class="first">[実験的] 同じ値なら更新をスキップするオプションをサポートしました。
         
     | 
| 
       126 
160 
     | 
    
         
             
            GRN_JA_SKIP_SAME_VALUE_PUT=yesを環境変数に設定すると有効になります。</p>
         
     | 
| 
         @@ -135,8 +169,8 @@ GRN_JA_SKIP_SAME_VALUE_PUT=yesを環境変数に設定すると有効になり 
     | 
|
| 
       135 
169 
     | 
    
         
             
            </li>
         
     | 
| 
       136 
170 
     | 
    
         
             
            </ul>
         
     | 
| 
       137 
171 
     | 
    
         
             
            </div>
         
     | 
| 
       138 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       139 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 172 
     | 
    
         
            +
            <div class="section" id="id5">
         
     | 
| 
      
 173 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       140 
174 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       141 
175 
     | 
    
         
             
            <li><p class="first">"_value"カラムの型がInt32として扱われる問題を修正しました。このバグ
         
     | 
| 
       142 
176 
     | 
    
         
             
            で"_value"カラムの値が意図せずキャストされてしまうことがありました。[瀧内さんが報告]</p>
         
     | 
| 
         @@ -158,8 +192,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       158 
192 
     | 
    
         
             
            </li>
         
     | 
| 
       159 
193 
     | 
    
         
             
            </ul>
         
     | 
| 
       160 
194 
     | 
    
         
             
            </div>
         
     | 
| 
       161 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       162 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 195 
     | 
    
         
            +
            <div class="section" id="id6">
         
     | 
| 
      
 196 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       163 
197 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       164 
198 
     | 
    
         
             
            <li><p class="first">sho MINAGAWAさん</p>
         
     | 
| 
       165 
199 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -173,9 +207,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       173 
207 
     | 
    
         
             
            </div>
         
     | 
| 
       174 
208 
     | 
    
         
             
            </div>
         
     | 
| 
       175 
209 
     | 
    
         
             
            <div class="section" id="release-3-0-9-2013-10-29">
         
     | 
| 
       176 
     | 
    
         
            -
            <h2>3.0.9リリース - 2013/10/29<a class="headerlink" href="#release-3-0-9-2013-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       177 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       178 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 210 
     | 
    
         
            +
            <span id="release-3-0-9"></span><h2>3.0.9リリース - 2013/10/29<a class="headerlink" href="#release-3-0-9-2013-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 211 
     | 
    
         
            +
            <div class="section" id="id7">
         
     | 
| 
      
 212 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       179 
213 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       180 
214 
     | 
    
         
             
            <li><p class="first">[doc][httpd] <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-database-auto-create"><em>groonga_database_auto_create</em></a> ディレクティブのドキュメントを追加しました。</p>
         
     | 
| 
       181 
215 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -205,8 +239,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       205 
239 
     | 
    
         
             
            </li>
         
     | 
| 
       206 
240 
     | 
    
         
             
            </ul>
         
     | 
| 
       207 
241 
     | 
    
         
             
            </div>
         
     | 
| 
       208 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       209 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 242 
     | 
    
         
            +
            <div class="section" id="id8">
         
     | 
| 
      
 243 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       210 
244 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       211 
245 
     | 
    
         
             
            <li><p class="first">オーバーフローによってSEGVを引き起こす不具合を修正しました。この問題はインデックスのサイズが仮想メモリのサイズを超過したような場合に発生します。 [groonga-dev,01661] [村上さんが報告]</p>
         
     | 
| 
       212 
246 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -226,8 +260,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       226 
260 
     | 
    
         
             
            </li>
         
     | 
| 
       227 
261 
     | 
    
         
             
            </ul>
         
     | 
| 
       228 
262 
     | 
    
         
             
            </div>
         
     | 
| 
       229 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       230 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 263 
     | 
    
         
            +
            <div class="section" id="id9">
         
     | 
| 
      
 264 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       231 
265 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       232 
266 
     | 
    
         
             
            <li><p class="first">村上さん</p>
         
     | 
| 
       233 
267 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -241,9 +275,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       241 
275 
     | 
    
         
             
            </div>
         
     | 
| 
       242 
276 
     | 
    
         
             
            </div>
         
     | 
| 
       243 
277 
     | 
    
         
             
            <div class="section" id="release-3-0-8-2013-09-29">
         
     | 
| 
       244 
     | 
    
         
            -
            <h2>3.0.8リリース - 2013/09/29<a class="headerlink" href="#release-3-0-8-2013-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       245 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       246 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 278 
     | 
    
         
            +
            <span id="release-3-0-8"></span><h2>3.0.8リリース - 2013/09/29<a class="headerlink" href="#release-3-0-8-2013-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 279 
     | 
    
         
            +
            <div class="section" id="id10">
         
     | 
| 
      
 280 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       247 
281 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       248 
282 
     | 
    
         
             
            <li><p class="first">[admin] 検索機能のエラー処理を改善しました。エラーメッセージを表示した後に、読み込み中のダイアログを消去します。 [orangainさんがパッチ提供]</p>
         
     | 
| 
       249 
283 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -273,15 +307,15 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       273 
307 
     | 
    
         
             
            </li>
         
     | 
| 
       274 
308 
     | 
    
         
             
            </ul>
         
     | 
| 
       275 
309 
     | 
    
         
             
            </div>
         
     | 
| 
       276 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       277 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 310 
     | 
    
         
            +
            <div class="section" id="id11">
         
     | 
| 
      
 311 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       278 
312 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       279 
313 
     | 
    
         
             
            <li><p class="first">[admin] COLUMN_VECTOR の値を追加するボタンが機能しない不具合を修正しました。</p>
         
     | 
| 
       280 
314 
     | 
    
         
             
            </li>
         
     | 
| 
       281 
315 
     | 
    
         
             
            </ul>
         
     | 
| 
       282 
316 
     | 
    
         
             
            </div>
         
     | 
| 
       283 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       284 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 317 
     | 
    
         
            +
            <div class="section" id="id12">
         
     | 
| 
      
 318 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       285 
319 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       286 
320 
     | 
    
         
             
            <li><p class="first">@orangainさん</p>
         
     | 
| 
       287 
321 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -293,9 +327,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       293 
327 
     | 
    
         
             
            </div>
         
     | 
| 
       294 
328 
     | 
    
         
             
            </div>
         
     | 
| 
       295 
329 
     | 
    
         
             
            <div class="section" id="release-3-0-7-2013-08-29">
         
     | 
| 
       296 
     | 
    
         
            -
            <h2>3.0.7リリース - 2013/08/29<a class="headerlink" href="#release-3-0-7-2013-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       297 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       298 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 330 
     | 
    
         
            +
            <span id="release-3-0-7"></span><h2>3.0.7リリース - 2013/08/29<a class="headerlink" href="#release-3-0-7-2013-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 331 
     | 
    
         
            +
            <div class="section" id="id13">
         
     | 
| 
      
 332 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       299 
333 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       300 
334 
     | 
    
         
             
            <li><p class="first">APIドキュメントを追加しました。[groonga-dev,01593] [GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100]  [whombxさんがパッチを提供]</p>
         
     | 
| 
       301 
335 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -315,8 +349,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       315 
349 
     | 
    
         
             
            </li>
         
     | 
| 
       316 
350 
     | 
    
         
             
            </ul>
         
     | 
| 
       317 
351 
     | 
    
         
             
            </div>
         
     | 
| 
       318 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       319 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 352 
     | 
    
         
            +
            <div class="section" id="id14">
         
     | 
| 
      
 353 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       320 
354 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       321 
355 
     | 
    
         
             
            <li><p class="first">式のエラーによってスタックオーバーフローを引き起す可能性のある不具合を修正しました。この変更はエラーが積み重なって突然groongaがクラッシュするのを防ぎます。</p>
         
     | 
| 
       322 
356 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -344,8 +378,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       344 
378 
     | 
    
         
             
            </li>
         
     | 
| 
       345 
379 
     | 
    
         
             
            </ul>
         
     | 
| 
       346 
380 
     | 
    
         
             
            </div>
         
     | 
| 
       347 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       348 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 381 
     | 
    
         
            +
            <div class="section" id="id15">
         
     | 
| 
      
 382 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       349 
383 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       350 
384 
     | 
    
         
             
            <li><p class="first">whombxさん</p>
         
     | 
| 
       351 
385 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -363,9 +397,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       363 
397 
     | 
    
         
             
            </div>
         
     | 
| 
       364 
398 
     | 
    
         
             
            </div>
         
     | 
| 
       365 
399 
     | 
    
         
             
            <div class="section" id="release-3-0-6-2013-07-29">
         
     | 
| 
       366 
     | 
    
         
            -
            <h2>3.0.6リリース - 2013/07/29<a class="headerlink" href="#release-3-0-6-2013-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       367 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       368 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 400 
     | 
    
         
            +
            <span id="release-3-0-6"></span><h2>3.0.6リリース - 2013/07/29<a class="headerlink" href="#release-3-0-6-2013-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 401 
     | 
    
         
            +
            <div class="section" id="id16">
         
     | 
| 
      
 402 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       369 
403 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       370 
404 
     | 
    
         
             
            <li><p class="first">[doc] <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a> の引数に関するドキュメントを追加しました。</p>
         
     | 
| 
       371 
405 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -383,15 +417,15 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       383 
417 
     | 
    
         
             
            </li>
         
     | 
| 
       384 
418 
     | 
    
         
             
            </ul>
         
     | 
| 
       385 
419 
     | 
    
         
             
            </div>
         
     | 
| 
       386 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       387 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 420 
     | 
    
         
            +
            <div class="section" id="id17">
         
     | 
| 
      
 421 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       388 
422 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       389 
423 
     | 
    
         
             
            <li><p class="first">特定の関数(<tt class="docutils literal"><span class="pre">grn_obj_path()</span></tt>) が <tt class="docutils literal"><span class="pre">select</span></tt> のようなビルトイン関数で呼ばれたときにクラッシュする不具合を修正しました。[瀧内さんが報告]</p>
         
     | 
| 
       390 
424 
     | 
    
         
             
            </li>
         
     | 
| 
       391 
425 
     | 
    
         
             
            </ul>
         
     | 
| 
       392 
426 
     | 
    
         
             
            </div>
         
     | 
| 
       393 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       394 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 427 
     | 
    
         
            +
            <div class="section" id="id18">
         
     | 
| 
      
 428 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       395 
429 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       396 
430 
     | 
    
         
             
            <li><p class="first">稲田尚也さん</p>
         
     | 
| 
       397 
431 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -405,9 +439,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       405 
439 
     | 
    
         
             
            </div>
         
     | 
| 
       406 
440 
     | 
    
         
             
            </div>
         
     | 
| 
       407 
441 
     | 
    
         
             
            <div class="section" id="release-3-0-5-2013-06-29">
         
     | 
| 
       408 
     | 
    
         
            -
            <h2>3.0.5リリース - 2013/06/29<a class="headerlink" href="#release-3-0-5-2013-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       409 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       410 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 442 
     | 
    
         
            +
            <span id="release-3-0-5"></span><h2>3.0.5リリース - 2013/06/29<a class="headerlink" href="#release-3-0-5-2013-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 443 
     | 
    
         
            +
            <div class="section" id="id19">
         
     | 
| 
      
 444 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       411 
445 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       412 
446 
     | 
    
         
             
            <li><p class="first">[doc] <tt class="docutils literal"><span class="pre">query()</span></tt> の <tt class="docutils literal"><span class="pre">match_columns</span></tt> と <tt class="docutils literal"><span class="pre">query_string</span></tt> 引数のサマリを追加しました。</p>
         
     | 
| 
       413 
447 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -421,8 +455,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       421 
455 
     | 
    
         
             
            </li>
         
     | 
| 
       422 
456 
     | 
    
         
             
            </ul>
         
     | 
| 
       423 
457 
     | 
    
         
             
            </div>
         
     | 
| 
       424 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       425 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 458 
     | 
    
         
            +
            <div class="section" id="id20">
         
     | 
| 
      
 459 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       426 
460 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       427 
461 
     | 
    
         
             
            <li><p class="first">テーブル作成時に必要なロックをかけていないことでmroongaがクラッシュする不具合を修正しました。 [Y.Kentaroさんが報告]</p>
         
     | 
| 
       428 
462 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -440,8 +474,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       440 
474 
     | 
    
         
             
            </li>
         
     | 
| 
       441 
475 
     | 
    
         
             
            </ul>
         
     | 
| 
       442 
476 
     | 
    
         
             
            </div>
         
     | 
| 
       443 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       444 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 477 
     | 
    
         
            +
            <div class="section" id="id21">
         
     | 
| 
      
 478 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       445 
479 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       446 
480 
     | 
    
         
             
            <li><p class="first">Y.Kentaroさん</p>
         
     | 
| 
       447 
481 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -453,9 +487,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       453 
487 
     | 
    
         
             
            </div>
         
     | 
| 
       454 
488 
     | 
    
         
             
            </div>
         
     | 
| 
       455 
489 
     | 
    
         
             
            <div class="section" id="release-3-0-4-2013-05-29">
         
     | 
| 
       456 
     | 
    
         
            -
            <h2>3.0.4リリース - 2013/05/29<a class="headerlink" href="#release-3-0-4-2013-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       457 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       458 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 490 
     | 
    
         
            +
            <span id="release-3-0-4"></span><h2>3.0.4リリース - 2013/05/29<a class="headerlink" href="#release-3-0-4-2013-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 491 
     | 
    
         
            +
            <div class="section" id="id22">
         
     | 
| 
      
 492 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       459 
493 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       460 
494 
     | 
    
         
             
            <li><p class="first">[tokenizer] ノーマライズした文字列が与えられないときにログメッセージを表示するようにしました。</p>
         
     | 
| 
       461 
495 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -487,8 +521,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       487 
521 
     | 
    
         
             
            </li>
         
     | 
| 
       488 
522 
     | 
    
         
             
            </ul>
         
     | 
| 
       489 
523 
     | 
    
         
             
            </div>
         
     | 
| 
       490 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       491 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 524 
     | 
    
         
            +
            <div class="section" id="id23">
         
     | 
| 
      
 525 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       492 
526 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       493 
527 
     | 
    
         
             
            <li><p class="first">[tokenizer] エラー時のメモリリークを修正しました。</p>
         
     | 
| 
       494 
528 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -506,8 +540,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       506 
540 
     | 
    
         
             
            </li>
         
     | 
| 
       507 
541 
     | 
    
         
             
            </ul>
         
     | 
| 
       508 
542 
     | 
    
         
             
            </div>
         
     | 
| 
       509 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       510 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 543 
     | 
    
         
            +
            <div class="section" id="id24">
         
     | 
| 
      
 544 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       511 
545 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       512 
546 
     | 
    
         
             
            <li><p class="first">@ceekzさん</p>
         
     | 
| 
       513 
547 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -525,9 +559,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       525 
559 
     | 
    
         
             
            </div>
         
     | 
| 
       526 
560 
     | 
    
         
             
            </div>
         
     | 
| 
       527 
561 
     | 
    
         
             
            <div class="section" id="release-3-0-3-2013-04-29">
         
     | 
| 
       528 
     | 
    
         
            -
            <h2>3.0.3リリース - 2013/04/29<a class="headerlink" href="#release-3-0-3-2013-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       529 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       530 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 562 
     | 
    
         
            +
            <span id="release-3-0-3"></span><h2>3.0.3リリース - 2013/04/29<a class="headerlink" href="#release-3-0-3-2013-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 563 
     | 
    
         
            +
            <div class="section" id="id25">
         
     | 
| 
      
 564 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       531 
565 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       532 
566 
     | 
    
         
             
            <li><p class="first">[suggest] <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> を使って学習時の重みづけをカスタマイズできるようになりました。</p>
         
     | 
| 
       533 
567 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -549,9 +583,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       549 
583 
     | 
    
         
             
            </div>
         
     | 
| 
       550 
584 
     | 
    
         
             
            </div>
         
     | 
| 
       551 
585 
     | 
    
         
             
            <div class="section" id="release-3-0-2-2013-03-29">
         
     | 
| 
       552 
     | 
    
         
            -
            <h2>3.0.2リリース - 2013/03/29<a class="headerlink" href="#release-3-0-2-2013-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       553 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       554 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 586 
     | 
    
         
            +
            <span id="release-3-0-2"></span><h2>3.0.2リリース - 2013/03/29<a class="headerlink" href="#release-3-0-2-2013-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 587 
     | 
    
         
            +
            <div class="section" id="id26">
         
     | 
| 
      
 588 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       555 
589 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       556 
590 
     | 
    
         
             
            <li><p class="first">2つ以上のインデックスをテーブルのキーに対して張れるようにしました。この変更はインデックスを張ったキーへ新たなキーをロードしたときにクラッシュしないようにします。</p>
         
     | 
| 
       557 
591 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -575,8 +609,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       575 
609 
     | 
    
         
             
            </li>
         
     | 
| 
       576 
610 
     | 
    
         
             
            </ul>
         
     | 
| 
       577 
611 
     | 
    
         
             
            </div>
         
     | 
| 
       578 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       579 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 612 
     | 
    
         
            +
            <div class="section" id="id27">
         
     | 
| 
      
 613 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       580 
614 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       581 
615 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">snippet_html(XXX),</span> <span class="pre">XXX</span></tt> を実行すると "stack error"になる不具合を修正しました。この不具合は <tt class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">'snippet_html(title),</span> <span class="pre">content'</span></tt> といったクエリに影響します。[Groonga-talk (no subject)] [Hendro Wibowoさんが報告]</p>
         
     | 
| 
       582 
616 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -590,8 +624,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       590 
624 
     | 
    
         
             
            </li>
         
     | 
| 
       591 
625 
     | 
    
         
             
            </ul>
         
     | 
| 
       592 
626 
     | 
    
         
             
            </div>
         
     | 
| 
       593 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       594 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 627 
     | 
    
         
            +
            <div class="section" id="id28">
         
     | 
| 
      
 628 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       595 
629 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       596 
630 
     | 
    
         
             
            <li><p class="first">Hendro Wibowoさん</p>
         
     | 
| 
       597 
631 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -603,9 +637,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       603 
637 
     | 
    
         
             
            </div>
         
     | 
| 
       604 
638 
     | 
    
         
             
            </div>
         
     | 
| 
       605 
639 
     | 
    
         
             
            <div class="section" id="release-3-0-1-2013-02-28">
         
     | 
| 
       606 
     | 
    
         
            -
            <h2>3.0.1リリース - 2013/02/28<a class="headerlink" href="#release-3-0-1-2013-02-28" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       607 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       608 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 640 
     | 
    
         
            +
            <span id="release-3-0-1"></span><h2>3.0.1リリース - 2013/02/28<a class="headerlink" href="#release-3-0-1-2013-02-28" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 641 
     | 
    
         
            +
            <div class="section" id="id29">
         
     | 
| 
      
 642 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       609 
643 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       610 
644 
     | 
    
         
             
            <li><p class="first">loadコマンドでデータをロードするときに参照カラムに対するBoolの設定をサポートしました。</p>
         
     | 
| 
       611 
645 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -621,8 +655,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       621 
655 
     | 
    
         
             
            </li>
         
     | 
| 
       622 
656 
     | 
    
         
             
            </ul>
         
     | 
| 
       623 
657 
     | 
    
         
             
            </div>
         
     | 
| 
       624 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       625 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 658 
     | 
    
         
            +
            <div class="section" id="id30">
         
     | 
| 
      
 659 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       626 
660 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       627 
661 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> が意図せずNULLを返す不具合を修正しました。このせいで要素を削除した後に不正なインデックスを返していました。この不具合はmroongaをストレージモードで動かしたときに発生します。 [groonga-dev,01192] [b senbokuさんが報告]</p>
         
     | 
| 
       628 
662 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -632,8 +666,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       632 
666 
     | 
    
         
             
            </li>
         
     | 
| 
       633 
667 
     | 
    
         
             
            </ul>
         
     | 
| 
       634 
668 
     | 
    
         
             
            </div>
         
     | 
| 
       635 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       636 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 669 
     | 
    
         
            +
            <div class="section" id="id31">
         
     | 
| 
      
 670 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       637 
671 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       638 
672 
     | 
    
         
             
            <li><p class="first">b senbokuさん</p>
         
     | 
| 
       639 
673 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -641,13 +675,13 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       641 
675 
     | 
    
         
             
            </div>
         
     | 
| 
       642 
676 
     | 
    
         
             
            </div>
         
     | 
| 
       643 
677 
     | 
    
         
             
            <div class="section" id="release-3-0-0-2013-02-09">
         
     | 
| 
       644 
     | 
    
         
            -
            <h2>3.0.0リリース - 2013/02/09<a class="headerlink" href="#release-3-0-0-2013-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 678 
     | 
    
         
            +
            <span id="release-3-0-0"></span><h2>3.0.0リリース - 2013/02/09<a class="headerlink" href="#release-3-0-0-2013-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       645 
679 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       646 
680 
     | 
    
         
             
            <li><p class="first">バージョン3.0.0になりました!</p>
         
     | 
| 
       647 
681 
     | 
    
         
             
            </li>
         
     | 
| 
       648 
682 
     | 
    
         
             
            </ul>
         
     | 
| 
       649 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       650 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 683 
     | 
    
         
            +
            <div class="section" id="id32">
         
     | 
| 
      
 684 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       651 
685 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       652 
686 
     | 
    
         
             
            <li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> パッケージのインストール時に必要な辞書をEUC-JPでなくUTF-8の辞書ものを明示的にインストールするように修正した。</p>
         
     | 
| 
       653 
687 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -657,8 +691,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       657 
691 
     | 
    
         
             
            </li>
         
     | 
| 
       658 
692 
     | 
    
         
             
            </ul>
         
     | 
| 
       659 
693 
     | 
    
         
             
            </div>
         
     | 
| 
       660 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       661 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 694 
     | 
    
         
            +
            <div class="section" id="id33">
         
     | 
| 
      
 695 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       662 
696 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       663 
697 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       664 
698 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -666,9 +700,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       666 
700 
     | 
    
         
             
            </div>
         
     | 
| 
       667 
701 
     | 
    
         
             
            </div>
         
     | 
| 
       668 
702 
     | 
    
         
             
            <div class="section" id="release-2-1-2-2013-01-29">
         
     | 
| 
       669 
     | 
    
         
            -
            <h2>2.1.2リリース - 2013/01/29<a class="headerlink" href="#release-2-1-2-2013-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       670 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       671 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 703 
     | 
    
         
            +
            <span id="release-2-1-2"></span><h2>2.1.2リリース - 2013/01/29<a class="headerlink" href="#release-2-1-2-2013-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 704 
     | 
    
         
            +
            <div class="section" id="id34">
         
     | 
| 
      
 705 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       672 
706 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       673 
707 
     | 
    
         
             
            <li><p class="first">複数の <tt class="docutils literal"><span class="pre">query()</span></tt> を <tt class="docutils literal"><span class="pre">select</span></tt> コマンドでサポートしました。例えば、キーワードごとに異なる重みづけを指定して検索するのに'query("column * weight1", keyword1) || query("column * weight2", keyword2) || ...'などと <tt class="docutils literal"><span class="pre">--filter</span></tt> に指定することができます。</p>
         
     | 
| 
       674 
708 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -696,8 +730,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       696 
730 
     | 
    
         
             
            </li>
         
     | 
| 
       697 
731 
     | 
    
         
             
            </ul>
         
     | 
| 
       698 
732 
     | 
    
         
             
            </div>
         
     | 
| 
       699 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       700 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 733 
     | 
    
         
            +
            <div class="section" id="id35">
         
     | 
| 
      
 734 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       701 
735 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       702 
736 
     | 
    
         
             
            <li><p class="first">MeCabトークナイザーの共有オブジェクトが見つからなくてもエラーをログに記録しないようにした。 [groonga-dev,01174] [wingさんが報告]</p>
         
     | 
| 
       703 
737 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -707,8 +741,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       707 
741 
     | 
    
         
             
            </li>
         
     | 
| 
       708 
742 
     | 
    
         
             
            </ul>
         
     | 
| 
       709 
743 
     | 
    
         
             
            </div>
         
     | 
| 
       710 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       711 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 744 
     | 
    
         
            +
            <div class="section" id="id36">
         
     | 
| 
      
 745 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id36" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       712 
746 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       713 
747 
     | 
    
         
             
            <li><p class="first">wingさん</p>
         
     | 
| 
       714 
748 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -716,10 +750,10 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       716 
750 
     | 
    
         
             
            </div>
         
     | 
| 
       717 
751 
     | 
    
         
             
            </div>
         
     | 
| 
       718 
752 
     | 
    
         
             
            <div class="section" id="release-2-1-1-2012-12-29">
         
     | 
| 
       719 
     | 
    
         
            -
            <h2>2.1.1リリース - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 753 
     | 
    
         
            +
            <span id="release-2-1-1"></span><h2>2.1.1リリース - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       720 
754 
     | 
    
         
             
            <p>2.1.0のバグフィックスリリースです。2.1.0を使っている人は2.1.0ではなく2.1.1を使ってください。</p>
         
     | 
| 
       721 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       722 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 755 
     | 
    
         
            +
            <div class="section" id="id37">
         
     | 
| 
      
 756 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id37" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       723 
757 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       724 
758 
     | 
    
         
             
            <li><p class="first">groonga 2.0.8以前で作成したデータベース中の <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> 関連の情報が失われる問題を修正。</p>
         
     | 
| 
       725 
759 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -727,7 +761,7 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       727 
761 
     | 
    
         
             
            </div>
         
     | 
| 
       728 
762 
     | 
    
         
             
            </div>
         
     | 
| 
       729 
763 
     | 
    
         
             
            <div class="section" id="release-2-1-0-2012-12-29">
         
     | 
| 
       730 
     | 
    
         
            -
            <h2>2.1.0リリース - 2012/12/29<a class="headerlink" href="#release-2-1-0-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 764 
     | 
    
         
            +
            <span id="release-2-1-0"></span><h2>2.1.0リリース - 2012/12/29<a class="headerlink" href="#release-2-1-0-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       731 
765 
     | 
    
         
             
            <div class="admonition caution">
         
     | 
| 
       732 
766 
     | 
    
         
             
            <p class="first admonition-title">ご用心</p>
         
     | 
| 
       733 
767 
     | 
    
         
             
            <p class="last">2.1.0ではなく2.1.1を使ってください。2.1.0は <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> 関連の深刻な問題があります。</p>
         
     | 
| 
         @@ -738,8 +772,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       738 
772 
     | 
    
         
             
            <p>このリリースでは <tt class="docutils literal"><span class="pre">--normalizer</span></tt> オプションをサポートしましたが、副作用があり、一度でも古いバージョンのデータベースを新しいバージョンのgroongaで開くと、古いバージョンのgroongaではデータベースを開けなくなります。</p>
         
     | 
| 
       739 
773 
     | 
    
         
             
            <p class="last">もうひとつトークナイザプラグインAPIに関する非互換な変更があります。 <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> APIの引数が変更されました。このAPIの変更はトークナイザプラグインの開発者に影響があります。</p>
         
     | 
| 
       740 
774 
     | 
    
         
             
            </div>
         
     | 
| 
       741 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       742 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 775 
     | 
    
         
            +
            <div class="section" id="id38">
         
     | 
| 
      
 776 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id38" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       743 
777 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       744 
778 
     | 
    
         
             
            <li><p class="first">[doc] <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>カラムインデックスによる関連テーブルをまたぐ検索</em></a> に関するドキュメントを追加。</p>
         
     | 
| 
       745 
779 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -761,8 +795,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       761 
795 
     | 
    
         
             
            </li>
         
     | 
| 
       762 
796 
     | 
    
         
             
            </ul>
         
     | 
| 
       763 
797 
     | 
    
         
             
            </div>
         
     | 
| 
       764 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       765 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 798 
     | 
    
         
            +
            <div class="section" id="id39">
         
     | 
| 
      
 799 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id39" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       766 
800 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       767 
801 
     | 
    
         
             
            <li><p class="first">[windows] <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> フラグをファイルを開くときに指定するようにした。groonga HTTPサーバが無限ループに陥っていた問題が解決します。 [GitHub#47] [Shimomura Tatsuyaさんがパッチ提供]</p>
         
     | 
| 
       768 
802 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -772,8 +806,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       772 
806 
     | 
    
         
             
            </li>
         
     | 
| 
       773 
807 
     | 
    
         
             
            </ul>
         
     | 
| 
       774 
808 
     | 
    
         
             
            </div>
         
     | 
| 
       775 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       776 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 809 
     | 
    
         
            +
            <div class="section" id="id40">
         
     | 
| 
      
 810 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id40" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       777 
811 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       778 
812 
     | 
    
         
             
            <li><p class="first">嶋田 大貴さん</p>
         
     | 
| 
       779 
813 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -783,9 +817,9 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       783 
817 
     | 
    
         
             
            </div>
         
     | 
| 
       784 
818 
     | 
    
         
             
            </div>
         
     | 
| 
       785 
819 
     | 
    
         
             
            <div class="section" id="release-2-0-9-2012-11-29">
         
     | 
| 
       786 
     | 
    
         
            -
            <h2>2.0.9リリース - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       787 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       788 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 820 
     | 
    
         
            +
            <span id="release-2-0-9"></span><h2>2.0.9リリース - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 821 
     | 
    
         
            +
            <div class="section" id="id41">
         
     | 
| 
      
 822 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id41" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       789 
823 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       790 
824 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">geo_distance</span></tt> 関数の近似方法として <tt class="docutils literal"><span class="pre">rectangle</span></tt> を指定したときに境界をまたいでも距離の算出できるようにした。 [#1534]</p>
         
     | 
| 
       791 
825 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -813,8 +847,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       813 
847 
     | 
    
         
             
            </li>
         
     | 
| 
       814 
848 
     | 
    
         
             
            </ul>
         
     | 
| 
       815 
849 
     | 
    
         
             
            </div>
         
     | 
| 
       816 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       817 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 850 
     | 
    
         
            +
            <div class="section" id="id42">
         
     | 
| 
      
 851 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id42" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       818 
852 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       819 
853 
     | 
    
         
             
            <li><p class="first"><a class="reference internal" href="spec/gqtp.html#gqtp-header-spec"><em>GQTPヘッダー</em></a> にてステータスコードにネットワークバイトオーダーを使用するように修正した。ネットワークプロトコルの慣習に合わせたものですが、これによりgroongaバージョン2.0.8以下のクライアントからgroongaバージョン2.0.9以上のサーバに接続してコマンドの実行に失敗したときにバイトオーダーが異なるため、ステータスコードを正しく表示できなくなります。</p>
         
     | 
| 
       820 
854 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -836,8 +870,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       836 
870 
     | 
    
         
             
            This change not to contain such a metadata as search results.</li>
         
     | 
| 
       837 
871 
     | 
    
         
             
            </ul>
         
     | 
| 
       838 
872 
     | 
    
         
             
            </div>
         
     | 
| 
       839 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       840 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 873 
     | 
    
         
            +
            <div class="section" id="id43">
         
     | 
| 
      
 874 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id43" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       841 
875 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       842 
876 
     | 
    
         
             
            <li><p class="first">嶋田 大貴さん</p>
         
     | 
| 
       843 
877 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -849,9 +883,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       849 
883 
     | 
    
         
             
            </div>
         
     | 
| 
       850 
884 
     | 
    
         
             
            </div>
         
     | 
| 
       851 
885 
     | 
    
         
             
            <div class="section" id="release-2-0-8-2012-10-29">
         
     | 
| 
       852 
     | 
    
         
            -
            <h2>2.0.8リリース - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       853 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       854 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 886 
     | 
    
         
            +
            <span id="release-2-0-8"></span><h2>2.0.8リリース - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 887 
     | 
    
         
            +
            <div class="section" id="id44">
         
     | 
| 
      
 888 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id44" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       855 
889 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       856 
890 
     | 
    
         
             
            <li><p class="first">[rpm] server-httpとhttpdパッケージの説明を改善した。 [Daiki Uenoさんが提案]</p>
         
     | 
| 
       857 
891 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -867,8 +901,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       867 
901 
     | 
    
         
             
            </li>
         
     | 
| 
       868 
902 
     | 
    
         
             
            </ul>
         
     | 
| 
       869 
903 
     | 
    
         
             
            </div>
         
     | 
| 
       870 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       871 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 904 
     | 
    
         
            +
            <div class="section" id="id45">
         
     | 
| 
      
 905 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id45" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       872 
906 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       873 
907 
     | 
    
         
             
            <li><p class="first">[rpm] 不要な"Requires"をspecファイルから削除するようにした。[Daiki Uenoさんが報告]</p>
         
     | 
| 
       874 
908 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -882,8 +916,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       882 
916 
     | 
    
         
             
            </li>
         
     | 
| 
       883 
917 
     | 
    
         
             
            </ul>
         
     | 
| 
       884 
918 
     | 
    
         
             
            </div>
         
     | 
| 
       885 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       886 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 919 
     | 
    
         
            +
            <div class="section" id="id46">
         
     | 
| 
      
 920 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id46" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       887 
921 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       888 
922 
     | 
    
         
             
            <li><p class="first">うえのさん</p>
         
     | 
| 
       889 
923 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -895,9 +929,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       895 
929 
     | 
    
         
             
            </div>
         
     | 
| 
       896 
930 
     | 
    
         
             
            </div>
         
     | 
| 
       897 
931 
     | 
    
         
             
            <div class="section" id="release-2-0-7-2012-09-29">
         
     | 
| 
       898 
     | 
    
         
            -
            <h2>2.0.7リリース - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       899 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       900 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 932 
     | 
    
         
            +
            <span id="release-2-0-7"></span><h2>2.0.7リリース - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 933 
     | 
    
         
            +
            <div class="section" id="id47">
         
     | 
| 
      
 934 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id47" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       901 
935 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       902 
936 
     | 
    
         
             
            <li><p class="first">[doc] <tt class="docutils literal"><span class="pre">--query_flags</span></tt> の説明を追加。</p>
         
     | 
| 
       903 
937 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -925,8 +959,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       925 
959 
     | 
    
         
             
            </li>
         
     | 
| 
       926 
960 
     | 
    
         
             
            </ul>
         
     | 
| 
       927 
961 
     | 
    
         
             
            </div>
         
     | 
| 
       928 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       929 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 962 
     | 
    
         
            +
            <div class="section" id="id48">
         
     | 
| 
      
 963 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id48" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       930 
964 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       931 
965 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">load</span></tt> コマンド実行時にベクタ要素へ主キー値の属する型情報を設定するように修正した。 [GitHub#30]</p>
         
     | 
| 
       932 
966 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -944,8 +978,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       944 
978 
     | 
    
         
             
            </li>
         
     | 
| 
       945 
979 
     | 
    
         
             
            </ul>
         
     | 
| 
       946 
980 
     | 
    
         
             
            </div>
         
     | 
| 
       947 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       948 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 981 
     | 
    
         
            +
            <div class="section" id="id49">
         
     | 
| 
      
 982 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id49" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       949 
983 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       950 
984 
     | 
    
         
             
            <li><p class="first">@Kiskeさん</p>
         
     | 
| 
       951 
985 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -953,9 +987,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       953 
987 
     | 
    
         
             
            </div>
         
     | 
| 
       954 
988 
     | 
    
         
             
            </div>
         
     | 
| 
       955 
989 
     | 
    
         
             
            <div class="section" id="release-2-0-6-2012-08-29">
         
     | 
| 
       956 
     | 
    
         
            -
            <h2>2.0.6リリース - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       957 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       958 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 990 
     | 
    
         
            +
            <span id="release-2-0-6"></span><h2>2.0.6リリース - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 991 
     | 
    
         
            +
            <div class="section" id="id50">
         
     | 
| 
      
 992 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id50" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       959 
993 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       960 
994 
     | 
    
         
             
            <li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> メタパッケージを追加。 [#1451]</p>
         
     | 
| 
       961 
995 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -991,8 +1025,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       991 
1025 
     | 
    
         
             
            </li>
         
     | 
| 
       992 
1026 
     | 
    
         
             
            </ul>
         
     | 
| 
       993 
1027 
     | 
    
         
             
            </div>
         
     | 
| 
       994 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       995 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1028 
     | 
    
         
            +
            <div class="section" id="id51">
         
     | 
| 
      
 1029 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id51" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       996 
1030 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       997 
1031 
     | 
    
         
             
            <li><p class="first">[doc] チュートリアルの実行例を修正した。 [#1428] [岩井さんが報告]</p>
         
     | 
| 
       998 
1032 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1011,8 +1045,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1011 
1045 
     | 
    
         
             
            </li>
         
     | 
| 
       1012 
1046 
     | 
    
         
             
            </ul>
         
     | 
| 
       1013 
1047 
     | 
    
         
             
            </div>
         
     | 
| 
       1014 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1015 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1048 
     | 
    
         
            +
            <div class="section" id="id52">
         
     | 
| 
      
 1049 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id52" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1016 
1050 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1017 
1051 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       1018 
1052 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1022,9 +1056,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1022 
1056 
     | 
    
         
             
            </div>
         
     | 
| 
       1023 
1057 
     | 
    
         
             
            </div>
         
     | 
| 
       1024 
1058 
     | 
    
         
             
            <div class="section" id="release-2-0-5-2012-07-29">
         
     | 
| 
       1025 
     | 
    
         
            -
            <h2>2.0.5リリース - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1026 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1027 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1059 
     | 
    
         
            +
            <span id="release-2-0-5"></span><h2>2.0.5リリース - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 1060 
     | 
    
         
            +
            <div class="section" id="id53">
         
     | 
| 
      
 1061 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id53" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1028 
1062 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1029 
1063 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">"rect"</span></tt> もしくは <tt class="docutils literal"><span class="pre">"rectangle"</span></tt> 引数を指定した南半球における距離の計算をサポート。 [#1418] [#1419] [#1420] [#1421]</p>
         
     | 
| 
       1030 
1064 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1064,8 +1098,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1064 
1098 
     | 
    
         
             
            </li>
         
     | 
| 
       1065 
1099 
     | 
    
         
             
            </ul>
         
     | 
| 
       1066 
1100 
     | 
    
         
             
            </div>
         
     | 
| 
       1067 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1068 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1101 
     | 
    
         
            +
            <div class="section" id="id54">
         
     | 
| 
      
 1102 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id54" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1069 
1103 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1070 
1104 
     | 
    
         
             
            <li><p class="first">groonga-httpdが Mac OS Xでビルドできない問題を修正。[島田 浩二さんが報告]</p>
         
     | 
| 
       1071 
1105 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1087,8 +1121,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1087 
1121 
     | 
    
         
             
            </li>
         
     | 
| 
       1088 
1122 
     | 
    
         
             
            </ul>
         
     | 
| 
       1089 
1123 
     | 
    
         
             
            </div>
         
     | 
| 
       1090 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1091 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1124 
     | 
    
         
            +
            <div class="section" id="id55">
         
     | 
| 
      
 1125 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id55" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1092 
1126 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1093 
1127 
     | 
    
         
             
            <li><p class="first">島田 浩二さん</p>
         
     | 
| 
       1094 
1128 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1098,9 +1132,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1098 
1132 
     | 
    
         
             
            </div>
         
     | 
| 
       1099 
1133 
     | 
    
         
             
            </div>
         
     | 
| 
       1100 
1134 
     | 
    
         
             
            <div class="section" id="release-2-0-4-2012-06-29">
         
     | 
| 
       1101 
     | 
    
         
            -
            <h2>2.0.4リリース - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1102 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1103 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1135 
     | 
    
         
            +
            <span id="release-2-0-4"></span><h2>2.0.4リリース - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 1136 
     | 
    
         
            +
            <div class="section" id="id56">
         
     | 
| 
      
 1137 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id56" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1104 
1138 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1105 
1139 
     | 
    
         
             
            <li><p class="first">KyTea 0.4.2のみをサポート。</p>
         
     | 
| 
       1106 
1140 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1134,8 +1168,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1134 
1168 
     | 
    
         
             
            </li>
         
     | 
| 
       1135 
1169 
     | 
    
         
             
            </ul>
         
     | 
| 
       1136 
1170 
     | 
    
         
             
            </div>
         
     | 
| 
       1137 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1138 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1171 
     | 
    
         
            +
            <div class="section" id="id57">
         
     | 
| 
      
 1172 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id57" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1139 
1173 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1140 
1174 
     | 
    
         
             
            <li><p class="first">Mac OS Xでバッチモードを使用した際にコマンドプロンプトの表示が意図しない状態になる問題を修正。 [@soundkitchenさんが報告]</p>
         
     | 
| 
       1141 
1175 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1145,8 +1179,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1145 
1179 
     | 
    
         
             
            </li>
         
     | 
| 
       1146 
1180 
     | 
    
         
             
            </ul>
         
     | 
| 
       1147 
1181 
     | 
    
         
             
            </div>
         
     | 
| 
       1148 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1149 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1182 
     | 
    
         
            +
            <div class="section" id="id58">
         
     | 
| 
      
 1183 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id58" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1150 
1184 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1151 
1185 
     | 
    
         
             
            <li><p class="first">@soundkitchenさん</p>
         
     | 
| 
       1152 
1186 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1156,9 +1190,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1156 
1190 
     | 
    
         
             
            </div>
         
     | 
| 
       1157 
1191 
     | 
    
         
             
            </div>
         
     | 
| 
       1158 
1192 
     | 
    
         
             
            <div class="section" id="release-2-0-3-2012-05-29">
         
     | 
| 
       1159 
     | 
    
         
            -
            <h2>2.0.3リリース - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1160 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1161 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1193 
     | 
    
         
            +
            <span id="release-2-0-3"></span><h2>2.0.3リリース - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 1194 
     | 
    
         
            +
            <div class="section" id="id59">
         
     | 
| 
      
 1195 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id59" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1162 
1196 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1163 
1197 
     | 
    
         
             
            <li><p class="first">[doc] リリース手順を追加。</p>
         
     | 
| 
       1164 
1198 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1188,8 +1222,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1188 
1222 
     | 
    
         
             
            </li>
         
     | 
| 
       1189 
1223 
     | 
    
         
             
            </ul>
         
     | 
| 
       1190 
1224 
     | 
    
         
             
            </div>
         
     | 
| 
       1191 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1192 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1225 
     | 
    
         
            +
            <div class="section" id="id60">
         
     | 
| 
      
 1226 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id60" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1193 
1227 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1194 
1228 
     | 
    
         
             
            <li><p class="first">[doc] yumリポジトリを更新するためのコマンドを修正。 [岩井さんが提案]</p>
         
     | 
| 
       1195 
1229 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1205,8 +1239,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1205 
1239 
     | 
    
         
             
            </li>
         
     | 
| 
       1206 
1240 
     | 
    
         
             
            </ul>
         
     | 
| 
       1207 
1241 
     | 
    
         
             
            </div>
         
     | 
| 
       1208 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1209 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1242 
     | 
    
         
            +
            <div class="section" id="id61">
         
     | 
| 
      
 1243 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id61" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1210 
1244 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1211 
1245 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       1212 
1246 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1214,7 +1248,7 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1214 
1248 
     | 
    
         
             
            </div>
         
     | 
| 
       1215 
1249 
     | 
    
         
             
            </div>
         
     | 
| 
       1216 
1250 
     | 
    
         
             
            <div class="section" id="release-2-0-2-2012-04-29">
         
     | 
| 
       1217 
     | 
    
         
            -
            <h2>2.0.2リリース - 2012/04/29<a class="headerlink" href="#release-2-0-2-2012-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 1251 
     | 
    
         
            +
            <span id="release-2-0-2"></span><h2>2.0.2リリース - 2012/04/29<a class="headerlink" href="#release-2-0-2-2012-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1218 
1252 
     | 
    
         
             
            <div class="admonition caution">
         
     | 
| 
       1219 
1253 
     | 
    
         
             
            <p class="first admonition-title">ご用心</p>
         
     | 
| 
       1220 
1254 
     | 
    
         
             
            <p>今回のリリースよりパッケージへ署名する鍵を変更しました。groongaパッケージを更新する前にパッケージ署名用の新しい鍵をインポートして下さい。</p>
         
     | 
| 
         @@ -1229,8 +1263,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1229 
1263 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       1230 
1264 
     | 
    
         
             
            </div>
         
     | 
| 
       1231 
1265 
     | 
    
         
             
            </div>
         
     | 
| 
       1232 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1233 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1266 
     | 
    
         
            +
            <div class="section" id="id62">
         
     | 
| 
      
 1267 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id62" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1234 
1268 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1235 
1269 
     | 
    
         
             
            <li><p class="first">[pkg-config] 必要のないMessagePackへの依存関係を削除。</p>
         
     | 
| 
       1236 
1270 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1258,8 +1292,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1258 
1292 
     | 
    
         
             
            </li>
         
     | 
| 
       1259 
1293 
     | 
    
         
             
            </ul>
         
     | 
| 
       1260 
1294 
     | 
    
         
             
            </div>
         
     | 
| 
       1261 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1262 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1295 
     | 
    
         
            +
            <div class="section" id="id63">
         
     | 
| 
      
 1296 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id63" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1263 
1297 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1264 
1298 
     | 
    
         
             
            <li><p class="first">[deb][rpm] 非推奨の <tt class="docutils literal"><span class="pre">--address</span></tt> オプションではなく <tt class="docutils literal"><span class="pre">--bind--address</span></tt> オプションを使用するようにした。[#1320] [IWAI, Masaharuさんがパッチ提供]</p>
         
     | 
| 
       1265 
1299 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1281,8 +1315,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1281 
1315 
     | 
    
         
             
            </li>
         
     | 
| 
       1282 
1316 
     | 
    
         
             
            </ul>
         
     | 
| 
       1283 
1317 
     | 
    
         
             
            </div>
         
     | 
| 
       1284 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1285 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1318 
     | 
    
         
            +
            <div class="section" id="id64">
         
     | 
| 
      
 1319 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id64" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1286 
1320 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1287 
1321 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       1288 
1322 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1294,9 +1328,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1294 
1328 
     | 
    
         
             
            </div>
         
     | 
| 
       1295 
1329 
     | 
    
         
             
            </div>
         
     | 
| 
       1296 
1330 
     | 
    
         
             
            <div class="section" id="release-2-0-1-2012-03-29">
         
     | 
| 
       1297 
     | 
    
         
            -
            <h2>2.0.1リリース - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1298 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1299 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1331 
     | 
    
         
            +
            <span id="release-2-0-1"></span><h2>2.0.1リリース - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 1332 
     | 
    
         
            +
            <div class="section" id="id65">
         
     | 
| 
      
 1333 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id65" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1300 
1334 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1301 
1335 
     | 
    
         
             
            <li><p class="first">別ディレクトリでのビルドをサポートした。 [#1298] [かずひこさんが報告]</p>
         
     | 
| 
       1302 
1336 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1330,8 +1364,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1330 
1364 
     | 
    
         
             
            </li>
         
     | 
| 
       1331 
1365 
     | 
    
         
             
            </ul>
         
     | 
| 
       1332 
1366 
     | 
    
         
             
            </div>
         
     | 
| 
       1333 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1334 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1367 
     | 
    
         
            +
            <div class="section" id="id66">
         
     | 
| 
      
 1368 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id66" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1335 
1369 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1336 
1370 
     | 
    
         
             
            <li><p class="first">インストールしたRubyスクリプトをuninstallでアンインストールできない問題を修正した。 [#1299] [かずひこさんが報告]</p>
         
     | 
| 
       1337 
1371 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1345,8 +1379,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1345 
1379 
     | 
    
         
             
            </li>
         
     | 
| 
       1346 
1380 
     | 
    
         
             
            </ul>
         
     | 
| 
       1347 
1381 
     | 
    
         
             
            </div>
         
     | 
| 
       1348 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1349 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1382 
     | 
    
         
            +
            <div class="section" id="id67">
         
     | 
| 
      
 1383 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id67" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1350 
1384 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1351 
1385 
     | 
    
         
             
            <li><p class="first">かずひこさん</p>
         
     | 
| 
       1352 
1386 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1356,9 +1390,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1356 
1390 
     | 
    
         
             
            </div>
         
     | 
| 
       1357 
1391 
     | 
    
         
             
            </div>
         
     | 
| 
       1358 
1392 
     | 
    
         
             
            <div class="section" id="release-2-0-0-2012-02-29">
         
     | 
| 
       1359 
     | 
    
         
            -
            <h2>2.0.0リリース - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1360 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1361 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1393 
     | 
    
         
            +
            <span id="release-2-0-0"></span><h2>2.0.0リリース - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 1394 
     | 
    
         
            +
            <div class="section" id="id68">
         
     | 
| 
      
 1395 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id68" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1362 
1396 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1363 
1397 
     | 
    
         
             
            <li><p class="first">[dat] 長さが0かどうかキーをチェックするようにした。</p>
         
     | 
| 
       1364 
1398 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1396,8 +1430,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1396 
1430 
     | 
    
         
             
            </li>
         
     | 
| 
       1397 
1431 
     | 
    
         
             
            </ul>
         
     | 
| 
       1398 
1432 
     | 
    
         
             
            </div>
         
     | 
| 
       1399 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1400 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1433 
     | 
    
         
            +
            <div class="section" id="id69">
         
     | 
| 
      
 1434 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id69" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1401 
1435 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1402 
1436 
     | 
    
         
             
            <li><p class="first">[pat] 最後のノードを見つけられない問題を修正した。 [#1258]</p>
         
     | 
| 
       1403 
1437 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1411,8 +1445,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1411 
1445 
     | 
    
         
             
            </li>
         
     | 
| 
       1412 
1446 
     | 
    
         
             
            </ul>
         
     | 
| 
       1413 
1447 
     | 
    
         
             
            </div>
         
     | 
| 
       1414 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1415 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1448 
     | 
    
         
            +
            <div class="section" id="id70">
         
     | 
| 
      
 1449 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id70" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1416 
1450 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1417 
1451 
     | 
    
         
             
            <li><p class="first">鈴木さん</p>
         
     | 
| 
       1418 
1452 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1430,9 +1464,9 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1430 
1464 
     | 
    
         
             
            </div>
         
     | 
| 
       1431 
1465 
     | 
    
         
             
            </div>
         
     | 
| 
       1432 
1466 
     | 
    
         
             
            <div class="section" id="release-1-3-0-2012-01-29">
         
     | 
| 
       1433 
     | 
    
         
            -
            <h2>1.3.0リリース - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1434 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1435 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1467 
     | 
    
         
            +
            <span id="release-1-3-0"></span><h2>1.3.0リリース - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 1468 
     | 
    
         
            +
            <div class="section" id="id71">
         
     | 
| 
      
 1469 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id71" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1436 
1470 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1437 
1471 
     | 
    
         
             
            <li><p class="first">GRN_DB_KEY=patまたはGRN_DB_KEY=dat環境変数値による動的なDBのキー管理テーブルの変更をサポート。</p>
         
     | 
| 
       1438 
1472 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1484,8 +1518,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1484 
1518 
     | 
    
         
             
            </li>
         
     | 
| 
       1485 
1519 
     | 
    
         
             
            </ul>
         
     | 
| 
       1486 
1520 
     | 
    
         
             
            </div>
         
     | 
| 
       1487 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1488 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1521 
     | 
    
         
            +
            <div class="section" id="id72">
         
     | 
| 
      
 1522 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id72" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1489 
1523 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1490 
1524 
     | 
    
         
             
            <li><p class="first">montywiさん</p>
         
     | 
| 
       1491 
1525 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1603,174 +1637,180 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1603 
1637 
     | 
    
         
             
                      </div>
         
     | 
| 
       1604 
1638 
     | 
    
         
             
                    </div>
         
     | 
| 
       1605 
1639 
     | 
    
         
             
                  </div>
         
     | 
| 
       1606 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 1640 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       1607 
1641 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       1608 
1642 
     | 
    
         
             
              <h3><a href="index.html">目次</a></h3>
         
     | 
| 
       1609 
1643 
     | 
    
         
             
              <ul>
         
     | 
| 
       1610 
1644 
     | 
    
         
             
            <li><a class="reference internal" href="#">お知らせ</a><ul>
         
     | 
| 
       1611 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-1- 
     | 
| 
      
 1645 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-2-2014-01-29">3.1.2リリース - 2014/01/29</a><ul>
         
     | 
| 
       1612 
1646 
     | 
    
         
             
            <li><a class="reference internal" href="#improvements">改良</a></li>
         
     | 
| 
       1613 
1647 
     | 
    
         
             
            <li><a class="reference internal" href="#fixes">修正</a></li>
         
     | 
| 
       1614 
1648 
     | 
    
         
             
            <li><a class="reference internal" href="#thanks">感謝</a></li>
         
     | 
| 
       1615 
1649 
     | 
    
         
             
            </ul>
         
     | 
| 
       1616 
1650 
     | 
    
         
             
            </li>
         
     | 
| 
       1617 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-1- 
     | 
| 
      
 1651 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-1-2013-12-29">3.1.1リリース - 2013/12/29</a><ul>
         
     | 
| 
       1618 
1652 
     | 
    
         
             
            <li><a class="reference internal" href="#id1">改良</a></li>
         
     | 
| 
       1619 
1653 
     | 
    
         
             
            <li><a class="reference internal" href="#id2">修正</a></li>
         
     | 
| 
       1620 
1654 
     | 
    
         
             
            <li><a class="reference internal" href="#id3">感謝</a></li>
         
     | 
| 
       1621 
1655 
     | 
    
         
             
            </ul>
         
     | 
| 
       1622 
1656 
     | 
    
         
             
            </li>
         
     | 
| 
       1623 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1657 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-0-2013-11-29">3.1.0リリース - 2013/11/29</a><ul>
         
     | 
| 
       1624 
1658 
     | 
    
         
             
            <li><a class="reference internal" href="#id4">改良</a></li>
         
     | 
| 
       1625 
1659 
     | 
    
         
             
            <li><a class="reference internal" href="#id5">修正</a></li>
         
     | 
| 
       1626 
1660 
     | 
    
         
             
            <li><a class="reference internal" href="#id6">感謝</a></li>
         
     | 
| 
       1627 
1661 
     | 
    
         
             
            </ul>
         
     | 
| 
       1628 
1662 
     | 
    
         
             
            </li>
         
     | 
| 
       1629 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1663 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-9-2013-10-29">3.0.9リリース - 2013/10/29</a><ul>
         
     | 
| 
       1630 
1664 
     | 
    
         
             
            <li><a class="reference internal" href="#id7">改良</a></li>
         
     | 
| 
       1631 
1665 
     | 
    
         
             
            <li><a class="reference internal" href="#id8">修正</a></li>
         
     | 
| 
       1632 
1666 
     | 
    
         
             
            <li><a class="reference internal" href="#id9">感謝</a></li>
         
     | 
| 
       1633 
1667 
     | 
    
         
             
            </ul>
         
     | 
| 
       1634 
1668 
     | 
    
         
             
            </li>
         
     | 
| 
       1635 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1669 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-8-2013-09-29">3.0.8リリース - 2013/09/29</a><ul>
         
     | 
| 
       1636 
1670 
     | 
    
         
             
            <li><a class="reference internal" href="#id10">改良</a></li>
         
     | 
| 
       1637 
1671 
     | 
    
         
             
            <li><a class="reference internal" href="#id11">修正</a></li>
         
     | 
| 
       1638 
1672 
     | 
    
         
             
            <li><a class="reference internal" href="#id12">感謝</a></li>
         
     | 
| 
       1639 
1673 
     | 
    
         
             
            </ul>
         
     | 
| 
       1640 
1674 
     | 
    
         
             
            </li>
         
     | 
| 
       1641 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1675 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-7-2013-08-29">3.0.7リリース - 2013/08/29</a><ul>
         
     | 
| 
       1642 
1676 
     | 
    
         
             
            <li><a class="reference internal" href="#id13">改良</a></li>
         
     | 
| 
       1643 
1677 
     | 
    
         
             
            <li><a class="reference internal" href="#id14">修正</a></li>
         
     | 
| 
       1644 
1678 
     | 
    
         
             
            <li><a class="reference internal" href="#id15">感謝</a></li>
         
     | 
| 
       1645 
1679 
     | 
    
         
             
            </ul>
         
     | 
| 
       1646 
1680 
     | 
    
         
             
            </li>
         
     | 
| 
       1647 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1681 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-6-2013-07-29">3.0.6リリース - 2013/07/29</a><ul>
         
     | 
| 
       1648 
1682 
     | 
    
         
             
            <li><a class="reference internal" href="#id16">改良</a></li>
         
     | 
| 
       1649 
1683 
     | 
    
         
             
            <li><a class="reference internal" href="#id17">修正</a></li>
         
     | 
| 
       1650 
1684 
     | 
    
         
             
            <li><a class="reference internal" href="#id18">感謝</a></li>
         
     | 
| 
       1651 
1685 
     | 
    
         
             
            </ul>
         
     | 
| 
       1652 
1686 
     | 
    
         
             
            </li>
         
     | 
| 
       1653 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1687 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-5-2013-06-29">3.0.5リリース - 2013/06/29</a><ul>
         
     | 
| 
       1654 
1688 
     | 
    
         
             
            <li><a class="reference internal" href="#id19">改良</a></li>
         
     | 
| 
       1655 
1689 
     | 
    
         
             
            <li><a class="reference internal" href="#id20">修正</a></li>
         
     | 
| 
       1656 
1690 
     | 
    
         
             
            <li><a class="reference internal" href="#id21">感謝</a></li>
         
     | 
| 
       1657 
1691 
     | 
    
         
             
            </ul>
         
     | 
| 
       1658 
1692 
     | 
    
         
             
            </li>
         
     | 
| 
       1659 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1693 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-4-2013-05-29">3.0.4リリース - 2013/05/29</a><ul>
         
     | 
| 
       1660 
1694 
     | 
    
         
             
            <li><a class="reference internal" href="#id22">改良</a></li>
         
     | 
| 
      
 1695 
     | 
    
         
            +
            <li><a class="reference internal" href="#id23">修正</a></li>
         
     | 
| 
      
 1696 
     | 
    
         
            +
            <li><a class="reference internal" href="#id24">感謝</a></li>
         
     | 
| 
       1661 
1697 
     | 
    
         
             
            </ul>
         
     | 
| 
       1662 
1698 
     | 
    
         
             
            </li>
         
     | 
| 
       1663 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
       1664 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       1665 
     | 
    
         
            -
            <li><a class="reference internal" href="#id24">修正</a></li>
         
     | 
| 
       1666 
     | 
    
         
            -
            <li><a class="reference internal" href="#id25">感謝</a></li>
         
     | 
| 
      
 1699 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-3-2013-04-29">3.0.3リリース - 2013/04/29</a><ul>
         
     | 
| 
      
 1700 
     | 
    
         
            +
            <li><a class="reference internal" href="#id25">改良</a></li>
         
     | 
| 
       1667 
1701 
     | 
    
         
             
            </ul>
         
     | 
| 
       1668 
1702 
     | 
    
         
             
            </li>
         
     | 
| 
       1669 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1703 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-2-2013-03-29">3.0.2リリース - 2013/03/29</a><ul>
         
     | 
| 
       1670 
1704 
     | 
    
         
             
            <li><a class="reference internal" href="#id26">改良</a></li>
         
     | 
| 
       1671 
1705 
     | 
    
         
             
            <li><a class="reference internal" href="#id27">修正</a></li>
         
     | 
| 
       1672 
1706 
     | 
    
         
             
            <li><a class="reference internal" href="#id28">感謝</a></li>
         
     | 
| 
       1673 
1707 
     | 
    
         
             
            </ul>
         
     | 
| 
       1674 
1708 
     | 
    
         
             
            </li>
         
     | 
| 
       1675 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
       1676 
     | 
    
         
            -
            <li><a class="reference internal" href="#id29" 
     | 
| 
       1677 
     | 
    
         
            -
            <li><a class="reference internal" href="#id30" 
     | 
| 
      
 1709 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-1-2013-02-28">3.0.1リリース - 2013/02/28</a><ul>
         
     | 
| 
      
 1710 
     | 
    
         
            +
            <li><a class="reference internal" href="#id29">改良</a></li>
         
     | 
| 
      
 1711 
     | 
    
         
            +
            <li><a class="reference internal" href="#id30">修正</a></li>
         
     | 
| 
      
 1712 
     | 
    
         
            +
            <li><a class="reference internal" href="#id31">感謝</a></li>
         
     | 
| 
       1678 
1713 
     | 
    
         
             
            </ul>
         
     | 
| 
       1679 
1714 
     | 
    
         
             
            </li>
         
     | 
| 
       1680 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
       1681 
     | 
    
         
            -
            <li><a class="reference internal" href="#id31">改良</a></li>
         
     | 
| 
      
 1715 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-0-2013-02-09">3.0.0リリース - 2013/02/09</a><ul>
         
     | 
| 
       1682 
1716 
     | 
    
         
             
            <li><a class="reference internal" href="#id32">修正</a></li>
         
     | 
| 
       1683 
1717 
     | 
    
         
             
            <li><a class="reference internal" href="#id33">感謝</a></li>
         
     | 
| 
       1684 
1718 
     | 
    
         
             
            </ul>
         
     | 
| 
       1685 
1719 
     | 
    
         
             
            </li>
         
     | 
| 
       1686 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-1- 
     | 
| 
       1687 
     | 
    
         
            -
            <li><a class="reference internal" href="#id34" 
     | 
| 
      
 1720 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-2-2013-01-29">2.1.2リリース - 2013/01/29</a><ul>
         
     | 
| 
      
 1721 
     | 
    
         
            +
            <li><a class="reference internal" href="#id34">改良</a></li>
         
     | 
| 
      
 1722 
     | 
    
         
            +
            <li><a class="reference internal" href="#id35">修正</a></li>
         
     | 
| 
      
 1723 
     | 
    
         
            +
            <li><a class="reference internal" href="#id36">感謝</a></li>
         
     | 
| 
       1688 
1724 
     | 
    
         
             
            </ul>
         
     | 
| 
       1689 
1725 
     | 
    
         
             
            </li>
         
     | 
| 
       1690 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-1- 
     | 
| 
       1691 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       1692 
     | 
    
         
            -
            <li><a class="reference internal" href="#id36">修正</a></li>
         
     | 
| 
       1693 
     | 
    
         
            -
            <li><a class="reference internal" href="#id37">感謝</a></li>
         
     | 
| 
      
 1726 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-1-2012-12-29">2.1.1リリース - 2012/12/29</a><ul>
         
     | 
| 
      
 1727 
     | 
    
         
            +
            <li><a class="reference internal" href="#id37">修正</a></li>
         
     | 
| 
       1694 
1728 
     | 
    
         
             
            </ul>
         
     | 
| 
       1695 
1729 
     | 
    
         
             
            </li>
         
     | 
| 
       1696 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1730 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-0-2012-12-29">2.1.0リリース - 2012/12/29</a><ul>
         
     | 
| 
       1697 
1731 
     | 
    
         
             
            <li><a class="reference internal" href="#id38">改良</a></li>
         
     | 
| 
       1698 
1732 
     | 
    
         
             
            <li><a class="reference internal" href="#id39">修正</a></li>
         
     | 
| 
       1699 
1733 
     | 
    
         
             
            <li><a class="reference internal" href="#id40">感謝</a></li>
         
     | 
| 
       1700 
1734 
     | 
    
         
             
            </ul>
         
     | 
| 
       1701 
1735 
     | 
    
         
             
            </li>
         
     | 
| 
       1702 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1736 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-9-2012-11-29">2.0.9リリース - 2012/11/29</a><ul>
         
     | 
| 
       1703 
1737 
     | 
    
         
             
            <li><a class="reference internal" href="#id41">改良</a></li>
         
     | 
| 
       1704 
1738 
     | 
    
         
             
            <li><a class="reference internal" href="#id42">修正</a></li>
         
     | 
| 
       1705 
1739 
     | 
    
         
             
            <li><a class="reference internal" href="#id43">感謝</a></li>
         
     | 
| 
       1706 
1740 
     | 
    
         
             
            </ul>
         
     | 
| 
       1707 
1741 
     | 
    
         
             
            </li>
         
     | 
| 
       1708 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1742 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-8-2012-10-29">2.0.8リリース - 2012/10/29</a><ul>
         
     | 
| 
       1709 
1743 
     | 
    
         
             
            <li><a class="reference internal" href="#id44">改良</a></li>
         
     | 
| 
       1710 
1744 
     | 
    
         
             
            <li><a class="reference internal" href="#id45">修正</a></li>
         
     | 
| 
       1711 
1745 
     | 
    
         
             
            <li><a class="reference internal" href="#id46">感謝</a></li>
         
     | 
| 
       1712 
1746 
     | 
    
         
             
            </ul>
         
     | 
| 
       1713 
1747 
     | 
    
         
             
            </li>
         
     | 
| 
       1714 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1748 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-7-2012-09-29">2.0.7リリース - 2012/09/29</a><ul>
         
     | 
| 
       1715 
1749 
     | 
    
         
             
            <li><a class="reference internal" href="#id47">改良</a></li>
         
     | 
| 
       1716 
1750 
     | 
    
         
             
            <li><a class="reference internal" href="#id48">修正</a></li>
         
     | 
| 
       1717 
1751 
     | 
    
         
             
            <li><a class="reference internal" href="#id49">感謝</a></li>
         
     | 
| 
       1718 
1752 
     | 
    
         
             
            </ul>
         
     | 
| 
       1719 
1753 
     | 
    
         
             
            </li>
         
     | 
| 
       1720 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1754 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-6-2012-08-29">2.0.6リリース - 2012/08/29</a><ul>
         
     | 
| 
       1721 
1755 
     | 
    
         
             
            <li><a class="reference internal" href="#id50">改良</a></li>
         
     | 
| 
       1722 
1756 
     | 
    
         
             
            <li><a class="reference internal" href="#id51">修正</a></li>
         
     | 
| 
       1723 
1757 
     | 
    
         
             
            <li><a class="reference internal" href="#id52">感謝</a></li>
         
     | 
| 
       1724 
1758 
     | 
    
         
             
            </ul>
         
     | 
| 
       1725 
1759 
     | 
    
         
             
            </li>
         
     | 
| 
       1726 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1760 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-5-2012-07-29">2.0.5リリース - 2012/07/29</a><ul>
         
     | 
| 
       1727 
1761 
     | 
    
         
             
            <li><a class="reference internal" href="#id53">改良</a></li>
         
     | 
| 
       1728 
1762 
     | 
    
         
             
            <li><a class="reference internal" href="#id54">修正</a></li>
         
     | 
| 
       1729 
1763 
     | 
    
         
             
            <li><a class="reference internal" href="#id55">感謝</a></li>
         
     | 
| 
       1730 
1764 
     | 
    
         
             
            </ul>
         
     | 
| 
       1731 
1765 
     | 
    
         
             
            </li>
         
     | 
| 
       1732 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1766 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-4-2012-06-29">2.0.4リリース - 2012/06/29</a><ul>
         
     | 
| 
       1733 
1767 
     | 
    
         
             
            <li><a class="reference internal" href="#id56">改良</a></li>
         
     | 
| 
       1734 
1768 
     | 
    
         
             
            <li><a class="reference internal" href="#id57">修正</a></li>
         
     | 
| 
       1735 
1769 
     | 
    
         
             
            <li><a class="reference internal" href="#id58">感謝</a></li>
         
     | 
| 
       1736 
1770 
     | 
    
         
             
            </ul>
         
     | 
| 
       1737 
1771 
     | 
    
         
             
            </li>
         
     | 
| 
       1738 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1772 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-3-2012-05-29">2.0.3リリース - 2012/05/29</a><ul>
         
     | 
| 
       1739 
1773 
     | 
    
         
             
            <li><a class="reference internal" href="#id59">改良</a></li>
         
     | 
| 
       1740 
1774 
     | 
    
         
             
            <li><a class="reference internal" href="#id60">修正</a></li>
         
     | 
| 
       1741 
1775 
     | 
    
         
             
            <li><a class="reference internal" href="#id61">感謝</a></li>
         
     | 
| 
       1742 
1776 
     | 
    
         
             
            </ul>
         
     | 
| 
       1743 
1777 
     | 
    
         
             
            </li>
         
     | 
| 
       1744 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1778 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-2-2012-04-29">2.0.2リリース - 2012/04/29</a><ul>
         
     | 
| 
       1745 
1779 
     | 
    
         
             
            <li><a class="reference internal" href="#id62">改良</a></li>
         
     | 
| 
       1746 
1780 
     | 
    
         
             
            <li><a class="reference internal" href="#id63">修正</a></li>
         
     | 
| 
       1747 
1781 
     | 
    
         
             
            <li><a class="reference internal" href="#id64">感謝</a></li>
         
     | 
| 
       1748 
1782 
     | 
    
         
             
            </ul>
         
     | 
| 
       1749 
1783 
     | 
    
         
             
            </li>
         
     | 
| 
       1750 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1784 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-1-2012-03-29">2.0.1リリース - 2012/03/29</a><ul>
         
     | 
| 
       1751 
1785 
     | 
    
         
             
            <li><a class="reference internal" href="#id65">改良</a></li>
         
     | 
| 
       1752 
1786 
     | 
    
         
             
            <li><a class="reference internal" href="#id66">修正</a></li>
         
     | 
| 
       1753 
1787 
     | 
    
         
             
            <li><a class="reference internal" href="#id67">感謝</a></li>
         
     | 
| 
       1754 
1788 
     | 
    
         
             
            </ul>
         
     | 
| 
       1755 
1789 
     | 
    
         
             
            </li>
         
     | 
| 
       1756 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
      
 1790 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-0-2012-02-29">2.0.0リリース - 2012/02/29</a><ul>
         
     | 
| 
       1757 
1791 
     | 
    
         
             
            <li><a class="reference internal" href="#id68">改良</a></li>
         
     | 
| 
       1758 
     | 
    
         
            -
            <li><a class="reference internal" href="#id69" 
     | 
| 
      
 1792 
     | 
    
         
            +
            <li><a class="reference internal" href="#id69">修正</a></li>
         
     | 
| 
      
 1793 
     | 
    
         
            +
            <li><a class="reference internal" href="#id70">感謝</a></li>
         
     | 
| 
       1759 
1794 
     | 
    
         
             
            </ul>
         
     | 
| 
       1760 
1795 
     | 
    
         
             
            </li>
         
     | 
| 
       1761 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
      
 1796 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-1-3-0-2012-01-29">1.3.0リリース - 2012/01/29</a><ul>
         
     | 
| 
      
 1797 
     | 
    
         
            +
            <li><a class="reference internal" href="#id71">改良</a></li>
         
     | 
| 
      
 1798 
     | 
    
         
            +
            <li><a class="reference internal" href="#id72">感謝</a></li>
         
     | 
| 
       1762 
1799 
     | 
    
         
             
            </ul>
         
     | 
| 
       1763 
1800 
     | 
    
         
             
            </li>
         
     | 
| 
      
 1801 
     | 
    
         
            +
            <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
         
     | 
| 
       1764 
1802 
     | 
    
         
             
            </ul>
         
     | 
| 
       1765 
1803 
     | 
    
         
             
            </li>
         
     | 
| 
       1766 
1804 
     | 
    
         
             
            </ul>
         
     | 
| 
       1767 
1805 
     | 
    
         | 
| 
       1768 
     | 
    
         
            -
              < 
     | 
| 
       1769 
     | 
    
         
            -
             
     | 
| 
       1770 
     | 
    
         
            -
                < 
     | 
| 
       1771 
     | 
    
         
            -
             
     | 
| 
       1772 
     | 
    
         
            -
             
     | 
| 
       1773 
     | 
    
         
            -
             
     | 
| 
      
 1806 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 1807 
     | 
    
         
            +
                <h3>このページ</h3>
         
     | 
| 
      
 1808 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 1809 
     | 
    
         
            +
                  <li><a href="_sources/news.txt"
         
     | 
| 
      
 1810 
     | 
    
         
            +
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
      
 1811 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 1812 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 1813 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       1774 
1814 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       1775 
1815 
     | 
    
         
             
                <form class="search" action="search.html" method="get">
         
     | 
| 
       1776 
1816 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -1787,17 +1827,17 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1787 
1827 
     | 
    
         
             
                  </div>
         
     | 
| 
       1788 
1828 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       1789 
1829 
     | 
    
         
             
                </div>
         
     | 
| 
       1790 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 1830 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       1791 
1831 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       1792 
1832 
     | 
    
         
             
                  <ul>
         
     | 
| 
       1793 
1833 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1794 
1834 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       1795 
1835 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       1796 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
      
 1836 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li> 
         
     | 
| 
       1797 
1837 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1798 
1838 
     | 
    
         
             
                </div>
         
     | 
| 
       1799 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       1800 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 1839 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 1840 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       1801 
1841 
     | 
    
         
             
                </div>
         
     | 
| 
       1802 
1842 
     | 
    
         
             
              </body>
         
     | 
| 
       1803 
1843 
     | 
    
         
             
            </html>
         
     |