rroonga 4.0.1-x64-mingw32 → 4.0.2-x64-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/doc/text/news.textile +25 -0
 - data/ext/groonga/extconf.rb +2 -0
 - data/ext/groonga/rb-grn-index-column.c +91 -0
 - data/ext/groonga/rb-grn-object.c +3 -9
 - data/ext/groonga/rb-grn-table.c +18 -24
 - data/ext/groonga/rb-grn.h +1 -1
 - 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 +1 -1
 - data/lib/groonga/patricia-trie.rb +4 -1
 - data/lib/groonga/schema.rb +10 -4
 - data/rroonga-build.rb +1 -1
 - data/test/test-context.rb +8 -8
 - data/test/test-database-dumper.rb +6 -6
 - data/test/test-index-column.rb +9 -4
 - data/test/test-schema-dumper.rb +6 -6
 - data/test/test-schema.rb +32 -3
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgcc_s_sjlj-1.dll +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/libstdc++-6.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 +2 -1
 - data/vendor/local/include/groonga/groonga/plugin.h +19 -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 +2 -2
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +2 -2
 - 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 +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +3 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +75 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +3 -3
 - 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 +22 -22
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +5 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +10 -11
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +10 -10
 - 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 +17 -149
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +73 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +5 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +26 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/{pseudo_column.txt → columns/pseudo.txt} +0 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +165 -67
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +65 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +65 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +28 -10
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +38 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +8 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +17 -0
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +61 -60
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +15 -16
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +13 -13
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +65 -65
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +102 -102
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +40 -40
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +12 -11
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +16 -16
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +202 -0
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +53 -19
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +83 -87
 - data/vendor/local/share/doc/groonga/en/html/install.html +10 -13
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -151
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news.html +286 -209
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +72 -74
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +36 -35
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +22 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +166 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/{pseudo_column.html → columns/pseudo.html} +25 -48
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +284 -85
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +221 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +155 -95
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +40 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +254 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +26 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +43 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +48 -11
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +38 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +48 -48
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +32 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +44 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +20 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +67 -65
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +138 -138
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +35 -35
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +19 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +3 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +75 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +3 -3
 - 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 +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +10 -11
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +10 -10
 - 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 +17 -149
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +73 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +26 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{pseudo_column.txt → columns/pseudo.txt} +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +165 -67
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +65 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +65 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +28 -10
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +38 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +8 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +17 -0
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +61 -60
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +15 -16
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +13 -13
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +65 -65
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +102 -102
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +40 -40
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +12 -11
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +16 -16
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +203 -0
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +53 -19
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/index.html +83 -87
 - data/vendor/local/share/doc/groonga/ja/html/install.html +7 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +12 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +27 -137
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news.html +292 -210
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +72 -74
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -35
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +167 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/{pseudo_column.html → columns/pseudo.html} +26 -49
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +296 -85
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +11 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +225 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +156 -100
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +258 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +55 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +48 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +38 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +48 -48
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +44 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +20 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +62 -61
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +138 -138
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +24 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +35 -35
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +19 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
 - data/vendor/local/share/groonga/html/admin/index.html +0 -1
 - data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +10 -8
 - data/vendor/local/share/man/ja/man1/groonga.1 +1032 -585
 - data/vendor/local/share/man/man1/groonga.1 +1051 -607
 - data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
 - data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
 - metadata +289 -278
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +0 -43
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +0 -184
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +0 -43
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +0 -184
 - data/vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js +0 -31
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>2.1. Windows — Groonga v4.0.1ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.1. Windows — Groonga v4.0.1-127-g9422d50ドキュメント</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:     '4.0.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.1-127-g9422d50',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       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 v4.0.1ドキュメント" href="../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2. インストール" href="../install.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="../install.html" title="2. インストール"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
         
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -80,14 +80,14 @@ 
     | 
|
| 
       80 
80 
     | 
    
         
             
            <p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       83 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0. 
     | 
| 
      
 83 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.2-x86.exe">http://packages.groonga.org/windows/groonga/groonga-4.0.2-x86.exe</a></li>
         
     | 
| 
       84 
84 
     | 
    
         
             
            </ul>
         
     | 
| 
       85 
85 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <p>その後、バイナリを実行します。</p>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       88 
88 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       90 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0. 
     | 
| 
      
 90 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.2-x64.exe">http://packages.groonga.org/windows/groonga/groonga-4.0.2-x64.exe</a></li>
         
     | 
| 
       91 
91 
     | 
    
         
             
            </ul>
         
     | 
| 
       92 
92 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       93 
93 
     | 
    
         
             
            <p>その後、バイナリを実行します。</p>
         
     | 
| 
         @@ -98,14 +98,14 @@ 
     | 
|
| 
       98 
98 
     | 
    
         
             
            <p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       100 
100 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       101 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0. 
     | 
| 
      
 101 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.2-x86.zip">http://packages.groonga.org/windows/groonga/groonga-4.0.2-x86.zip</a></li>
         
     | 
| 
       102 
102 
     | 
    
         
             
            </ul>
         
     | 
| 
       103 
103 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       104 
104 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
       105 
105 
     | 
    
         
             
            <p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       106 
106 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       107 
107 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       108 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0. 
     | 
| 
      
 108 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.0.2-x64.zip">http://packages.groonga.org/windows/groonga/groonga-4.0.2-x64.zip</a></li>
         
     | 
| 
       109 
109 
     | 
    
         
             
            </ul>
         
     | 
| 
       110 
110 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       111 
111 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
         @@ -123,24 +123,24 @@ 
     | 
|
| 
       123 
123 
     | 
    
         
             
            <p>zipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       124 
124 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       125 
125 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       126 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-4.0. 
     | 
| 
      
 126 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-4.0.2.zip">http://packages.groonga.org/source/groonga/groonga-4.0.2.zip</a></li>
         
     | 
| 
       127 
127 
     | 
    
         
             
            </ul>
         
     | 
| 
       128 
128 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       129 
129 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
       130 
130 
     | 
    
         
             
            <p>Groongaのソースフォルダへと移動します:</p>
         
     | 
| 
       131 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-4.0. 
     | 
| 
      
 131 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-4.0.2
         
     | 
| 
       132 
132 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       133 
133 
     | 
    
         
             
            </div>
         
     | 
| 
       134 
134 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">cmake</span></tt> でビルドオプションを設定します。以下のコマンドラインは64-bit用のGroongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わりに <tt class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">10"</span></tt> パラメーターを指定してください:</p>
         
     | 
| 
       135 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0. 
     | 
| 
      
 135 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0.2> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
         
     | 
| 
       136 
136 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       137 
137 
     | 
    
         
             
            </div>
         
     | 
| 
       138 
138 
     | 
    
         
             
            <p>ビルド:</p>
         
     | 
| 
       139 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0. 
     | 
| 
      
 139 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0.2> cmake --build . --config Release
         
     | 
| 
       140 
140 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       141 
141 
     | 
    
         
             
            </div>
         
     | 
| 
       142 
142 
     | 
    
         
             
            <p>インストール:</p>
         
     | 
| 
       143 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0. 
     | 
| 
      
 143 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-4.0.2> cmake --build . --config Release --target Install
         
     | 
| 
       144 
144 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       145 
145 
     | 
    
         
             
            </div>
         
     | 
| 
       146 
146 
     | 
    
         
             
            <p>以上の手順で <a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> が <tt class="docutils literal"><span class="pre">c:\groonga\bin\groonga.exe</span></tt> にインストールされます。</p>
         
     | 
| 
         @@ -205,7 +205,7 @@ 
     | 
|
| 
       205 
205 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       206 
206 
     | 
    
         
             
                      <a href="../install.html" title="2. インストール"
         
     | 
| 
       207 
207 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       208 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
         
     | 
| 
      
 208 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
         
     | 
| 
       209 
209 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       210 
210 
     | 
    
         
             
                  </ul>
         
     | 
| 
       211 
211 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>10. 制限事項 — Groonga v4.0.1ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>10. 制限事項 — Groonga v4.0.1-127-g9422d50ドキュメント</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:     '4.0.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.1-127-g9422d50',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       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 v4.0.1ドキュメント" href="index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="9.2. 検索" href="spec/search.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="spec/search.html" title="9.2. 検索"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li> 
         
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li> 
         
     | 
| 
       64 
64 
     | 
    
         
             
                  </ul>
         
     | 
| 
       65 
65 
     | 
    
         
             
                </div>  
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
         @@ -164,7 +164,7 @@ 
     | 
|
| 
       164 
164 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       165 
165 
     | 
    
         
             
                      <a href="spec/search.html" title="9.2. 検索"
         
     | 
| 
       166 
166 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       167 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li> 
         
     | 
| 
      
 167 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li> 
         
     | 
| 
       168 
168 
     | 
    
         
             
                  </ul>
         
     | 
| 
       169 
169 
     | 
    
         
             
                </div>
         
     | 
| 
       170 
170 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
         @@ -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 v4.0.1ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>お知らせ — Groonga v4.0.1-127-g9422d50ドキュメント</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:     '4.0.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.1-127-g9422d50',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       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 v4.0.1ドキュメント" href="index.html" /> 
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="index.html" /> 
         
     | 
| 
       30 
30 
     | 
    
         
             
              </head>
         
     | 
| 
       31 
31 
     | 
    
         
             
              <body role="document">
         
     | 
| 
       32 
32 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -52,7 +52,7 @@ 
     | 
|
| 
       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 v4.0.1ドキュメント</a> »</li> 
         
     | 
| 
      
 55 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li> 
         
     | 
| 
       56 
56 
     | 
    
         
             
                  </ul>
         
     | 
| 
       57 
57 
     | 
    
         
             
                </div>  
         
     | 
| 
       58 
58 
     | 
    
         | 
| 
         @@ -63,11 +63,85 @@ 
     | 
|
| 
       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-4-0- 
     | 
| 
       67 
     | 
    
         
            -
            <span id="release-4-0- 
     | 
| 
      
 66 
     | 
    
         
            +
            <div class="section" id="release-4-0-2-2014-05-29">
         
     | 
| 
      
 67 
     | 
    
         
            +
            <span id="release-4-0-2"></span><h2>4.0.2リリース - 2014/05/29<a class="headerlink" href="#release-4-0-2-2014-05-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] <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> のドキュメントを更新しました。</p>
         
     | 
| 
      
 72 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 73 
     | 
    
         
            +
            <li><p class="first">[doc] ファイルの更新方法に関するドキュメントを更新しました。 [GitHub#160] [cosmo0920さんがパッチ提供]</p>
         
     | 
| 
      
 74 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 75 
     | 
    
         
            +
            <li><p class="first">[doc] ドキュメント中で「Groonga」という標記を使うようにしました。 [GitHub#162][GitHub#163][GitHub#164] [cosmo0920さんがパッチ提供]</p>
         
     | 
| 
      
 76 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <li><p class="first">Ubuntu 14.04 Trusty Tahrをサポート。</p>
         
     | 
| 
      
 78 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <li><p class="first">Ubuntu 12.10のサポートを終了しました。</p>
         
     | 
| 
      
 80 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <li><p class="first">Ubuntuパッケージの配布場所としてLaunchpadのPPAを使うようにしました。詳細は <tt class="xref doc docutils literal"><span class="pre">/install/Ubuntu</span></tt> を確認してください。</p>
         
     | 
| 
      
 82 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <li><p class="first"><tt class="docutils literal"><span class="pre">/d/</span></tt> から始まるリクエストはすべてAPIリクエストとして処理するようになりました。GroongaのHTTPサービスでファイルを提供したい場合は、 <tt class="docutils literal"><span class="pre">/d/</span></tt> 以外から始まるパスにファイルを置いてください。</p>
         
     | 
| 
      
 84 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <li><p class="first">[munin] <a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a> をサポートしました。 [村上さんが報告]</p>
         
     | 
| 
      
 86 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <li><p class="first">夏時間をサポートしました。 [#2546]</p>
         
     | 
| 
      
 88 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 89 
     | 
    
         
            +
            <li><p class="first">[doc] <a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a> に <tt class="docutils literal"><span class="pre">--with-mecab</span></tt> の説明を追加しました。</p>
         
     | 
| 
      
 90 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <li><p class="first">[http] シンタックスエラーが発生したときのHTTPのリターンコードを <tt class="docutils literal"><span class="pre">500</span> <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></tt> から <tt class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></tt> に変更しました。</p>
         
     | 
| 
      
 92 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <li><p class="first">[http][admin] jQueryのJSONプラグインを削除しました。 [GitHub#168] [大関さんがパッチ提供]</p>
         
     | 
| 
      
 94 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            <li><p class="first">[http][admin] strictモードを有効にしました。 [GitHub#169] [大関さんがパッチ提供]</p>
         
     | 
| 
      
 96 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <li><p class="first">変数の値を取得するAPIを <a class="reference internal" href="reference/api/plugin.html"><em>Plugin</em></a> のAPIとして使えるようにしました。 [GitHub#170] [村上さんがパッチを提供]</p>
         
     | 
| 
      
 98 
     | 
    
         
            +
            <ul>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <li><p class="first"><tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></tt> を追加。</p>
         
     | 
| 
      
 100 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <li><p class="first"><tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></tt> を追加。</p>
         
     | 
| 
      
 102 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 103 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 104 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 105 
     | 
    
         
            +
            <li><p class="first">[実験的] <a class="reference internal" href="reference/commands/tokenizer_list.html"><em>tokenizer_list</em></a> を追加しました。 [GitHub#171] [村上さんがパッチ提供]</p>
         
     | 
| 
      
 106 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 107 
     | 
    
         
            +
            <li><p class="first">[実験的] <a class="reference internal" href="reference/commands/normalizer_list.html"><em>normalizer_list</em></a> を追加しました。 [GitHub#171] [村上さんがパッチ提供]</p>
         
     | 
| 
      
 108 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 109 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 110 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 111 
     | 
    
         
            +
            <div class="section" id="fixes">
         
     | 
| 
      
 112 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 113 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 114 
     | 
    
         
            +
            <li><p class="first">[index] 最大セグメント数が間違っていた問題を修正しました。この問題によりインデックスカラム用のすべてのリソースを使い切るとクラッシュしていました。 [#2438] [GMOメディア株式会社さんが報告]</p>
         
     | 
| 
      
 115 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 116 
     | 
    
         
            +
            <li><p class="first">[doc] <a class="reference internal" href="install/centos.html"><em>CentOS</em></a> の中のtypoを修正しました。 [GitHub#166] [村上さんがパッチ提供]</p>
         
     | 
| 
      
 117 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 118 
     | 
    
         
            +
            <li><p class="first">[doc] <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> で <tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt> のデフォルト値が間違っていた問題を修正しました。 [GitHub#167] [村上さんがパッチ提供]</p>
         
     | 
| 
      
 119 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 120 
     | 
    
         
            +
            <li><p class="first">[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>クエリー構文</em></a> で不足していた <tt class="docutils literal"><span class="pre">\</span></tt> エスケープの例外ケースを追加しました。 [@Yappoさんが報告]</p>
         
     | 
| 
      
 121 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 122 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 123 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 124 
     | 
    
         
            +
            <div class="section" id="thanks">
         
     | 
| 
      
 125 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 126 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 127 
     | 
    
         
            +
            <li><p class="first">cosmo0920さん</p>
         
     | 
| 
      
 128 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 129 
     | 
    
         
            +
            <li><p class="first">村上さん</p>
         
     | 
| 
      
 130 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 131 
     | 
    
         
            +
            <li><p class="first">大関さん</p>
         
     | 
| 
      
 132 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <li><p class="first">GMOメディア株式会社さん</p>
         
     | 
| 
      
 134 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 135 
     | 
    
         
            +
            <li><p class="first">@Yappoさん</p>
         
     | 
| 
      
 136 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 137 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 138 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 139 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 140 
     | 
    
         
            +
            <div class="section" id="release-4-0-1-2014-03-29">
         
     | 
| 
      
 141 
     | 
    
         
            +
            <span id="release-4-0-1"></span><h2>4.0.1リリース - 2014/03/29<a class="headerlink" href="#release-4-0-1-2014-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 142 
     | 
    
         
            +
            <div class="section" id="id1">
         
     | 
| 
      
 143 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 144 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
       71 
145 
     | 
    
         
             
            <li><p class="first">[doc] 返り値のヘッダ詳細 (<a class="reference internal" href="reference/command/output_format.html"><em>出力形式</em></a>) についてのリンクを追加しました。</p>
         
     | 
| 
       72 
146 
     | 
    
         
             
            </li>
         
     | 
| 
       73 
147 
     | 
    
         
             
            <li><p class="first">JSONロード時のベクターの値とオブジェクトの値を表示できるようにしました。ロードに失敗したときのデータの詳細がわかるようになりました。</p>
         
     | 
| 
         @@ -94,26 +168,28 @@ 
     | 
|
| 
       94 
168 
     | 
    
         
             
            </li>
         
     | 
| 
       95 
169 
     | 
    
         
             
            </ul>
         
     | 
| 
       96 
170 
     | 
    
         
             
            </div>
         
     | 
| 
       97 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       98 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 171 
     | 
    
         
            +
            <div class="section" id="id2">
         
     | 
| 
      
 172 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       99 
173 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       100 
174 
     | 
    
         
             
            <li><p class="first">除算によるオーバーフローが発生する不具合を修正しました。例えば、'COLUMN(最小値) / -1' をInt32やInt64で定義したカラムに適用すると発生します。[#2307]</p>
         
     | 
| 
       101 
175 
     | 
    
         
             
            </li>
         
     | 
| 
       102 
176 
     | 
    
         
             
            <li><p class="first">剰余演算 '%' ではなく、除算 '/' を行ってしまう不具合を修正しました。[#2307]</p>
         
     | 
| 
       103 
177 
     | 
    
         
             
            </li>
         
     | 
| 
       104 
     | 
    
         
            -
            <li><p class="first">[doc] <a class="reference internal" href="reference/commands/column_rename.html"><em>column_rename</em></a>  
     | 
| 
      
 178 
     | 
    
         
            +
            <li><p class="first">[doc] <a class="reference internal" href="reference/commands/column_rename.html"><em>column_rename</em></a> のドキュメントの説明の誤りを修正しました。 [nise_nabeさんが報告]</p>
         
     | 
| 
       105 
179 
     | 
    
         
             
            </li>
         
     | 
| 
       106 
180 
     | 
    
         
             
            <li><p class="first">配列の領域外アクセスが発生しうる問題を修正しました。[GitHub#158] [dcb314さんが報告]</p>
         
     | 
| 
       107 
181 
     | 
    
         
             
            </li>
         
     | 
| 
       108 
182 
     | 
    
         
             
            </ul>
         
     | 
| 
       109 
183 
     | 
    
         
             
            </div>
         
     | 
| 
       110 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       111 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 184 
     | 
    
         
            +
            <div class="section" id="id3">
         
     | 
| 
      
 185 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       112 
186 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       113 
     | 
    
         
            -
            <li><p class="first">nise_nabeさん</p>
         
     | 
| 
       114 
     | 
    
         
            -
            </li>
         
     | 
| 
       115 
187 
     | 
    
         
             
            <li><p class="first">Sebastian Wiedenrothさん</p>
         
     | 
| 
       116 
188 
     | 
    
         
             
            </li>
         
     | 
| 
      
 189 
     | 
    
         
            +
            <li><p class="first">長野雅広さん</p>
         
     | 
| 
      
 190 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 191 
     | 
    
         
            +
            <li><p class="first">nise_nabeさん</p>
         
     | 
| 
      
 192 
     | 
    
         
            +
            </li>
         
     | 
| 
       117 
193 
     | 
    
         
             
            <li><p class="first">dcb314さん</p>
         
     | 
| 
       118 
194 
     | 
    
         
             
            </li>
         
     | 
| 
       119 
195 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -125,8 +201,8 @@ 
     | 
|
| 
       125 
201 
     | 
    
         
             
            <li><p class="first">バージョン4.0.0になりました!</p>
         
     | 
| 
       126 
202 
     | 
    
         
             
            </li>
         
     | 
| 
       127 
203 
     | 
    
         
             
            </ul>
         
     | 
| 
       128 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       129 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 204 
     | 
    
         
            +
            <div class="section" id="id4">
         
     | 
| 
      
 205 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       130 
206 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       131 
207 
     | 
    
         
             
            <li><p class="first">[normalizer] "checks" というノーマライズ前の文字列だと次の文字の位置がどこか計算するのに使う値を表示できるようにしました。この機能を有効にするには <cite>WITH_CHECK</cite> フラグを使用します。</p>
         
     | 
| 
       132 
208 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -134,8 +210,8 @@ 
     | 
|
| 
       134 
210 
     | 
    
         
             
            </li>
         
     | 
| 
       135 
211 
     | 
    
         
             
            </ul>
         
     | 
| 
       136 
212 
     | 
    
         
             
            </div>
         
     | 
| 
       137 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       138 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 213 
     | 
    
         
            +
            <div class="section" id="id5">
         
     | 
| 
      
 214 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       139 
215 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       140 
216 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">grn_expr</span></tt> のオブジェクトが解放後にアクセスされクラッシュしてしまう不具合を修正しました。Groongaサーバーを利用している場合にはこの不具合に該当しません。主にこの不具合の影響を受けるのはRroongaユーザーです。この不具合はRroongaのAPIに <tt class="docutils literal"><span class="pre">_key</span></tt> のような疑似カラム名を含んだ指定をすることで発生します。</p>
         
     | 
| 
       141 
217 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -151,8 +227,8 @@ 
     | 
|
| 
       151 
227 
     | 
    
         
             
            </li>
         
     | 
| 
       152 
228 
     | 
    
         
             
            </ul>
         
     | 
| 
       153 
229 
     | 
    
         
             
            </div>
         
     | 
| 
       154 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       155 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 230 
     | 
    
         
            +
            <div class="section" id="id6">
         
     | 
| 
      
 231 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       156 
232 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       157 
233 
     | 
    
         
             
            <li><p class="first">yokuさん</p>
         
     | 
| 
       158 
234 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -165,8 +241,8 @@ 
     | 
|
| 
       165 
241 
     | 
    
         
             
            </div>
         
     | 
| 
       166 
242 
     | 
    
         
             
            <div class="section" id="release-3-1-2-2014-01-29">
         
     | 
| 
       167 
243 
     | 
    
         
             
            <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>
         
     | 
| 
       168 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       169 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 244 
     | 
    
         
            +
            <div class="section" id="id7">
         
     | 
| 
      
 245 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       170 
246 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       171 
247 
     | 
    
         
             
            <li><p class="first">[doc] "Groonga" 表記に更新しました。[cosmo0920さんがパッチ提供] [GitHub#136, #137, #138, #139, #140, #141, #142, #143, #144, #145, #146, #147, #148, #149, #150, #151]</p>
         
     | 
| 
       172 
248 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -182,8 +258,8 @@ 
     | 
|
| 
       182 
258 
     | 
    
         
             
            </li>
         
     | 
| 
       183 
259 
     | 
    
         
             
            </ul>
         
     | 
| 
       184 
260 
     | 
    
         
             
            </div>
         
     | 
| 
       185 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       186 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 261 
     | 
    
         
            +
            <div class="section" id="id8">
         
     | 
| 
      
 262 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       187 
263 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       188 
264 
     | 
    
         
             
            <li><p class="first">空のクエリに対してインデックスを使わないようにしました。この変更で、空のクエリでも検索できるようになりました。ただし空のレコードがたくさんあるとパフォーマンスの問題があることに注意してください。 [groonga-dev,02052] [村上さんが報告]</p>
         
     | 
| 
       189 
265 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -195,8 +271,8 @@ 
     | 
|
| 
       195 
271 
     | 
    
         
             
            </li>
         
     | 
| 
       196 
272 
     | 
    
         
             
            </ul>
         
     | 
| 
       197 
273 
     | 
    
         
             
            </div>
         
     | 
| 
       198 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       199 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 274 
     | 
    
         
            +
            <div class="section" id="id9">
         
     | 
| 
      
 275 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       200 
276 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       201 
277 
     | 
    
         
             
            <li><p class="first">cosmo0920さん</p>
         
     | 
| 
       202 
278 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -209,8 +285,8 @@ 
     | 
|
| 
       209 
285 
     | 
    
         
             
            </div>
         
     | 
| 
       210 
286 
     | 
    
         
             
            <div class="section" id="release-3-1-1-2013-12-29">
         
     | 
| 
       211 
287 
     | 
    
         
             
            <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>
         
     | 
| 
       212 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       213 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 288 
     | 
    
         
            +
            <div class="section" id="id10">
         
     | 
| 
      
 289 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       214 
290 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       215 
291 
     | 
    
         
             
            <li><p class="first">[deb] Debianのパッケージングポリシーに準拠するようにしました。[groonga-dev,01930] [やまねさんが提案]</p>
         
     | 
| 
       216 
292 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -238,8 +314,8 @@ 
     | 
|
| 
       238 
314 
     | 
    
         
             
            </li>
         
     | 
| 
       239 
315 
     | 
    
         
             
            </ul>
         
     | 
| 
       240 
316 
     | 
    
         
             
            </div>
         
     | 
| 
       241 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       242 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 317 
     | 
    
         
            +
            <div class="section" id="id11">
         
     | 
| 
      
 318 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       243 
319 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       244 
320 
     | 
    
         
             
            <li><p class="first">[munin] GQTPのポート番号の誤りを修正しました。</p>
         
     | 
| 
       245 
321 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -247,8 +323,8 @@ 
     | 
|
| 
       247 
323 
     | 
    
         
             
            </li>
         
     | 
| 
       248 
324 
     | 
    
         
             
            </ul>
         
     | 
| 
       249 
325 
     | 
    
         
             
            </div>
         
     | 
| 
       250 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       251 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 326 
     | 
    
         
            +
            <div class="section" id="id12">
         
     | 
| 
      
 327 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       252 
328 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       253 
329 
     | 
    
         
             
            <li><p class="first">やまねひできさん</p>
         
     | 
| 
       254 
330 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -263,8 +339,8 @@ 
     | 
|
| 
       263 
339 
     | 
    
         
             
            </div>
         
     | 
| 
       264 
340 
     | 
    
         
             
            <div class="section" id="release-3-1-0-2013-11-29">
         
     | 
| 
       265 
341 
     | 
    
         
             
            <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>
         
     | 
| 
       266 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       267 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 342 
     | 
    
         
            +
            <div class="section" id="id13">
         
     | 
| 
      
 343 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       268 
344 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       269 
345 
     | 
    
         
             
            <li><p class="first">[実験的] 同じ値なら更新をスキップするオプションをサポートしました。
         
     | 
| 
       270 
346 
     | 
    
         
             
            GRN_JA_SKIP_SAME_VALUE_PUT=yesを環境変数に設定すると有効になります。</p>
         
     | 
| 
         @@ -279,8 +355,8 @@ GRN_JA_SKIP_SAME_VALUE_PUT=yesを環境変数に設定すると有効になり 
     | 
|
| 
       279 
355 
     | 
    
         
             
            </li>
         
     | 
| 
       280 
356 
     | 
    
         
             
            </ul>
         
     | 
| 
       281 
357 
     | 
    
         
             
            </div>
         
     | 
| 
       282 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       283 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 358 
     | 
    
         
            +
            <div class="section" id="id14">
         
     | 
| 
      
 359 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       284 
360 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       285 
361 
     | 
    
         
             
            <li><p class="first">"_value"カラムの型がInt32として扱われる問題を修正しました。このバグ
         
     | 
| 
       286 
362 
     | 
    
         
             
            で"_value"カラムの値が意図せずキャストされてしまうことがありました。[瀧内さんが報告]</p>
         
     | 
| 
         @@ -302,8 +378,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       302 
378 
     | 
    
         
             
            </li>
         
     | 
| 
       303 
379 
     | 
    
         
             
            </ul>
         
     | 
| 
       304 
380 
     | 
    
         
             
            </div>
         
     | 
| 
       305 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       306 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 381 
     | 
    
         
            +
            <div class="section" id="id15">
         
     | 
| 
      
 382 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       307 
383 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       308 
384 
     | 
    
         
             
            <li><p class="first">sho MINAGAWAさん</p>
         
     | 
| 
       309 
385 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -318,8 +394,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       318 
394 
     | 
    
         
             
            </div>
         
     | 
| 
       319 
395 
     | 
    
         
             
            <div class="section" id="release-3-0-9-2013-10-29">
         
     | 
| 
       320 
396 
     | 
    
         
             
            <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>
         
     | 
| 
       321 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       322 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 397 
     | 
    
         
            +
            <div class="section" id="id16">
         
     | 
| 
      
 398 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       323 
399 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       324 
400 
     | 
    
         
             
            <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>
         
     | 
| 
       325 
401 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -349,8 +425,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       349 
425 
     | 
    
         
             
            </li>
         
     | 
| 
       350 
426 
     | 
    
         
             
            </ul>
         
     | 
| 
       351 
427 
     | 
    
         
             
            </div>
         
     | 
| 
       352 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       353 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 428 
     | 
    
         
            +
            <div class="section" id="id17">
         
     | 
| 
      
 429 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       354 
430 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       355 
431 
     | 
    
         
             
            <li><p class="first">オーバーフローによってSEGVを引き起こす不具合を修正しました。この問題はインデックスのサイズが仮想メモリのサイズを超過したような場合に発生します。 [groonga-dev,01661] [村上さんが報告]</p>
         
     | 
| 
       356 
432 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -370,8 +446,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       370 
446 
     | 
    
         
             
            </li>
         
     | 
| 
       371 
447 
     | 
    
         
             
            </ul>
         
     | 
| 
       372 
448 
     | 
    
         
             
            </div>
         
     | 
| 
       373 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       374 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 449 
     | 
    
         
            +
            <div class="section" id="id18">
         
     | 
| 
      
 450 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       375 
451 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       376 
452 
     | 
    
         
             
            <li><p class="first">村上さん</p>
         
     | 
| 
       377 
453 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -386,8 +462,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       386 
462 
     | 
    
         
             
            </div>
         
     | 
| 
       387 
463 
     | 
    
         
             
            <div class="section" id="release-3-0-8-2013-09-29">
         
     | 
| 
       388 
464 
     | 
    
         
             
            <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>
         
     | 
| 
       389 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       390 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 465 
     | 
    
         
            +
            <div class="section" id="id19">
         
     | 
| 
      
 466 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       391 
467 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       392 
468 
     | 
    
         
             
            <li><p class="first">[admin] 検索機能のエラー処理を改善しました。エラーメッセージを表示した後に、読み込み中のダイアログを消去します。 [orangainさんがパッチ提供]</p>
         
     | 
| 
       393 
469 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -417,15 +493,15 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       417 
493 
     | 
    
         
             
            </li>
         
     | 
| 
       418 
494 
     | 
    
         
             
            </ul>
         
     | 
| 
       419 
495 
     | 
    
         
             
            </div>
         
     | 
| 
       420 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       421 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 496 
     | 
    
         
            +
            <div class="section" id="id20">
         
     | 
| 
      
 497 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       422 
498 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       423 
499 
     | 
    
         
             
            <li><p class="first">[admin] COLUMN_VECTOR の値を追加するボタンが機能しない不具合を修正しました。</p>
         
     | 
| 
       424 
500 
     | 
    
         
             
            </li>
         
     | 
| 
       425 
501 
     | 
    
         
             
            </ul>
         
     | 
| 
       426 
502 
     | 
    
         
             
            </div>
         
     | 
| 
       427 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       428 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 503 
     | 
    
         
            +
            <div class="section" id="id21">
         
     | 
| 
      
 504 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       429 
505 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       430 
506 
     | 
    
         
             
            <li><p class="first">@orangainさん</p>
         
     | 
| 
       431 
507 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -438,8 +514,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       438 
514 
     | 
    
         
             
            </div>
         
     | 
| 
       439 
515 
     | 
    
         
             
            <div class="section" id="release-3-0-7-2013-08-29">
         
     | 
| 
       440 
516 
     | 
    
         
             
            <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>
         
     | 
| 
       441 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       442 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 517 
     | 
    
         
            +
            <div class="section" id="id22">
         
     | 
| 
      
 518 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       443 
519 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       444 
520 
     | 
    
         
             
            <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>
         
     | 
| 
       445 
521 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -459,8 +535,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       459 
535 
     | 
    
         
             
            </li>
         
     | 
| 
       460 
536 
     | 
    
         
             
            </ul>
         
     | 
| 
       461 
537 
     | 
    
         
             
            </div>
         
     | 
| 
       462 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       463 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 538 
     | 
    
         
            +
            <div class="section" id="id23">
         
     | 
| 
      
 539 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       464 
540 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       465 
541 
     | 
    
         
             
            <li><p class="first">式のエラーによってスタックオーバーフローを引き起す可能性のある不具合を修正しました。この変更はエラーが積み重なって突然groongaがクラッシュするのを防ぎます。</p>
         
     | 
| 
       466 
542 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -488,8 +564,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       488 
564 
     | 
    
         
             
            </li>
         
     | 
| 
       489 
565 
     | 
    
         
             
            </ul>
         
     | 
| 
       490 
566 
     | 
    
         
             
            </div>
         
     | 
| 
       491 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       492 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 567 
     | 
    
         
            +
            <div class="section" id="id24">
         
     | 
| 
      
 568 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       493 
569 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       494 
570 
     | 
    
         
             
            <li><p class="first">whombxさん</p>
         
     | 
| 
       495 
571 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -508,8 +584,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       508 
584 
     | 
    
         
             
            </div>
         
     | 
| 
       509 
585 
     | 
    
         
             
            <div class="section" id="release-3-0-6-2013-07-29">
         
     | 
| 
       510 
586 
     | 
    
         
             
            <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>
         
     | 
| 
       511 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       512 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 587 
     | 
    
         
            +
            <div class="section" id="id25">
         
     | 
| 
      
 588 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       513 
589 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       514 
590 
     | 
    
         
             
            <li><p class="first">[doc] <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a> の引数に関するドキュメントを追加しました。</p>
         
     | 
| 
       515 
591 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -527,15 +603,15 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       527 
603 
     | 
    
         
             
            </li>
         
     | 
| 
       528 
604 
     | 
    
         
             
            </ul>
         
     | 
| 
       529 
605 
     | 
    
         
             
            </div>
         
     | 
| 
       530 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       531 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 606 
     | 
    
         
            +
            <div class="section" id="id26">
         
     | 
| 
      
 607 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       532 
608 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       533 
609 
     | 
    
         
             
            <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>
         
     | 
| 
       534 
610 
     | 
    
         
             
            </li>
         
     | 
| 
       535 
611 
     | 
    
         
             
            </ul>
         
     | 
| 
       536 
612 
     | 
    
         
             
            </div>
         
     | 
| 
       537 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       538 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 613 
     | 
    
         
            +
            <div class="section" id="id27">
         
     | 
| 
      
 614 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       539 
615 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       540 
616 
     | 
    
         
             
            <li><p class="first">稲田尚也さん</p>
         
     | 
| 
       541 
617 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -550,8 +626,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       550 
626 
     | 
    
         
             
            </div>
         
     | 
| 
       551 
627 
     | 
    
         
             
            <div class="section" id="release-3-0-5-2013-06-29">
         
     | 
| 
       552 
628 
     | 
    
         
             
            <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>
         
     | 
| 
       553 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       554 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 629 
     | 
    
         
            +
            <div class="section" id="id28">
         
     | 
| 
      
 630 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       555 
631 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       556 
632 
     | 
    
         
             
            <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>
         
     | 
| 
       557 
633 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -565,8 +641,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       565 
641 
     | 
    
         
             
            </li>
         
     | 
| 
       566 
642 
     | 
    
         
             
            </ul>
         
     | 
| 
       567 
643 
     | 
    
         
             
            </div>
         
     | 
| 
       568 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       569 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 644 
     | 
    
         
            +
            <div class="section" id="id29">
         
     | 
| 
      
 645 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       570 
646 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       571 
647 
     | 
    
         
             
            <li><p class="first">テーブル作成時に必要なロックをかけていないことでmroongaがクラッシュする不具合を修正しました。 [Y.Kentaroさんが報告]</p>
         
     | 
| 
       572 
648 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -584,8 +660,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       584 
660 
     | 
    
         
             
            </li>
         
     | 
| 
       585 
661 
     | 
    
         
             
            </ul>
         
     | 
| 
       586 
662 
     | 
    
         
             
            </div>
         
     | 
| 
       587 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       588 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 663 
     | 
    
         
            +
            <div class="section" id="id30">
         
     | 
| 
      
 664 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       589 
665 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       590 
666 
     | 
    
         
             
            <li><p class="first">Y.Kentaroさん</p>
         
     | 
| 
       591 
667 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -598,8 +674,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       598 
674 
     | 
    
         
             
            </div>
         
     | 
| 
       599 
675 
     | 
    
         
             
            <div class="section" id="release-3-0-4-2013-05-29">
         
     | 
| 
       600 
676 
     | 
    
         
             
            <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>
         
     | 
| 
       601 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       602 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 677 
     | 
    
         
            +
            <div class="section" id="id31">
         
     | 
| 
      
 678 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       603 
679 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       604 
680 
     | 
    
         
             
            <li><p class="first">[tokenizer] ノーマライズした文字列が与えられないときにログメッセージを表示するようにしました。</p>
         
     | 
| 
       605 
681 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -631,8 +707,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       631 
707 
     | 
    
         
             
            </li>
         
     | 
| 
       632 
708 
     | 
    
         
             
            </ul>
         
     | 
| 
       633 
709 
     | 
    
         
             
            </div>
         
     | 
| 
       634 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       635 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 710 
     | 
    
         
            +
            <div class="section" id="id32">
         
     | 
| 
      
 711 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       636 
712 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       637 
713 
     | 
    
         
             
            <li><p class="first">[tokenizer] エラー時のメモリリークを修正しました。</p>
         
     | 
| 
       638 
714 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -650,8 +726,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       650 
726 
     | 
    
         
             
            </li>
         
     | 
| 
       651 
727 
     | 
    
         
             
            </ul>
         
     | 
| 
       652 
728 
     | 
    
         
             
            </div>
         
     | 
| 
       653 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       654 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 729 
     | 
    
         
            +
            <div class="section" id="id33">
         
     | 
| 
      
 730 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       655 
731 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       656 
732 
     | 
    
         
             
            <li><p class="first">@ceekzさん</p>
         
     | 
| 
       657 
733 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -670,8 +746,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       670 
746 
     | 
    
         
             
            </div>
         
     | 
| 
       671 
747 
     | 
    
         
             
            <div class="section" id="release-3-0-3-2013-04-29">
         
     | 
| 
       672 
748 
     | 
    
         
             
            <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>
         
     | 
| 
       673 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       674 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 749 
     | 
    
         
            +
            <div class="section" id="id34">
         
     | 
| 
      
 750 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       675 
751 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       676 
752 
     | 
    
         
             
            <li><p class="first">[suggest] <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> を使って学習時の重みづけをカスタマイズできるようになりました。</p>
         
     | 
| 
       677 
753 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -694,8 +770,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       694 
770 
     | 
    
         
             
            </div>
         
     | 
| 
       695 
771 
     | 
    
         
             
            <div class="section" id="release-3-0-2-2013-03-29">
         
     | 
| 
       696 
772 
     | 
    
         
             
            <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>
         
     | 
| 
       697 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       698 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 773 
     | 
    
         
            +
            <div class="section" id="id35">
         
     | 
| 
      
 774 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       699 
775 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       700 
776 
     | 
    
         
             
            <li><p class="first">2つ以上のインデックスをテーブルのキーに対して張れるようにしました。この変更はインデックスを張ったキーへ新たなキーをロードしたときにクラッシュしないようにします。</p>
         
     | 
| 
       701 
777 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -719,8 +795,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       719 
795 
     | 
    
         
             
            </li>
         
     | 
| 
       720 
796 
     | 
    
         
             
            </ul>
         
     | 
| 
       721 
797 
     | 
    
         
             
            </div>
         
     | 
| 
       722 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       723 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 798 
     | 
    
         
            +
            <div class="section" id="id36">
         
     | 
| 
      
 799 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id36" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       724 
800 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       725 
801 
     | 
    
         
             
            <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>
         
     | 
| 
       726 
802 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -734,8 +810,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       734 
810 
     | 
    
         
             
            </li>
         
     | 
| 
       735 
811 
     | 
    
         
             
            </ul>
         
     | 
| 
       736 
812 
     | 
    
         
             
            </div>
         
     | 
| 
       737 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       738 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 813 
     | 
    
         
            +
            <div class="section" id="id37">
         
     | 
| 
      
 814 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id37" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       739 
815 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       740 
816 
     | 
    
         
             
            <li><p class="first">Hendro Wibowoさん</p>
         
     | 
| 
       741 
817 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -748,8 +824,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       748 
824 
     | 
    
         
             
            </div>
         
     | 
| 
       749 
825 
     | 
    
         
             
            <div class="section" id="release-3-0-1-2013-02-28">
         
     | 
| 
       750 
826 
     | 
    
         
             
            <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>
         
     | 
| 
       751 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       752 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 827 
     | 
    
         
            +
            <div class="section" id="id38">
         
     | 
| 
      
 828 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id38" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       753 
829 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       754 
830 
     | 
    
         
             
            <li><p class="first">loadコマンドでデータをロードするときに参照カラムに対するBoolの設定をサポートしました。</p>
         
     | 
| 
       755 
831 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -765,8 +841,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       765 
841 
     | 
    
         
             
            </li>
         
     | 
| 
       766 
842 
     | 
    
         
             
            </ul>
         
     | 
| 
       767 
843 
     | 
    
         
             
            </div>
         
     | 
| 
       768 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       769 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 844 
     | 
    
         
            +
            <div class="section" id="id39">
         
     | 
| 
      
 845 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id39" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       770 
846 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       771 
847 
     | 
    
         
             
            <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>
         
     | 
| 
       772 
848 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -776,8 +852,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       776 
852 
     | 
    
         
             
            </li>
         
     | 
| 
       777 
853 
     | 
    
         
             
            </ul>
         
     | 
| 
       778 
854 
     | 
    
         
             
            </div>
         
     | 
| 
       779 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       780 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 855 
     | 
    
         
            +
            <div class="section" id="id40">
         
     | 
| 
      
 856 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id40" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       781 
857 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       782 
858 
     | 
    
         
             
            <li><p class="first">b senbokuさん</p>
         
     | 
| 
       783 
859 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -790,8 +866,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       790 
866 
     | 
    
         
             
            <li><p class="first">バージョン3.0.0になりました!</p>
         
     | 
| 
       791 
867 
     | 
    
         
             
            </li>
         
     | 
| 
       792 
868 
     | 
    
         
             
            </ul>
         
     | 
| 
       793 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       794 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 869 
     | 
    
         
            +
            <div class="section" id="id41">
         
     | 
| 
      
 870 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id41" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       795 
871 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       796 
872 
     | 
    
         
             
            <li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> パッケージのインストール時に必要な辞書をEUC-JPでなくUTF-8の辞書ものを明示的にインストールするように修正した。</p>
         
     | 
| 
       797 
873 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -801,8 +877,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       801 
877 
     | 
    
         
             
            </li>
         
     | 
| 
       802 
878 
     | 
    
         
             
            </ul>
         
     | 
| 
       803 
879 
     | 
    
         
             
            </div>
         
     | 
| 
       804 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       805 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 880 
     | 
    
         
            +
            <div class="section" id="id42">
         
     | 
| 
      
 881 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id42" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       806 
882 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       807 
883 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       808 
884 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -811,8 +887,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       811 
887 
     | 
    
         
             
            </div>
         
     | 
| 
       812 
888 
     | 
    
         
             
            <div class="section" id="release-2-1-2-2013-01-29">
         
     | 
| 
       813 
889 
     | 
    
         
             
            <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>
         
     | 
| 
       814 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       815 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 890 
     | 
    
         
            +
            <div class="section" id="id43">
         
     | 
| 
      
 891 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id43" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       816 
892 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       817 
893 
     | 
    
         
             
            <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>
         
     | 
| 
       818 
894 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -840,8 +916,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       840 
916 
     | 
    
         
             
            </li>
         
     | 
| 
       841 
917 
     | 
    
         
             
            </ul>
         
     | 
| 
       842 
918 
     | 
    
         
             
            </div>
         
     | 
| 
       843 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       844 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 919 
     | 
    
         
            +
            <div class="section" id="id44">
         
     | 
| 
      
 920 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id44" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       845 
921 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       846 
922 
     | 
    
         
             
            <li><p class="first">MeCabトークナイザーの共有オブジェクトが見つからなくてもエラーをログに記録しないようにした。 [groonga-dev,01174] [wingさんが報告]</p>
         
     | 
| 
       847 
923 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -851,8 +927,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       851 
927 
     | 
    
         
             
            </li>
         
     | 
| 
       852 
928 
     | 
    
         
             
            </ul>
         
     | 
| 
       853 
929 
     | 
    
         
             
            </div>
         
     | 
| 
       854 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       855 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 930 
     | 
    
         
            +
            <div class="section" id="id45">
         
     | 
| 
      
 931 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id45" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       856 
932 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       857 
933 
     | 
    
         
             
            <li><p class="first">wingさん</p>
         
     | 
| 
       858 
934 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -862,8 +938,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       862 
938 
     | 
    
         
             
            <div class="section" id="release-2-1-1-2012-12-29">
         
     | 
| 
       863 
939 
     | 
    
         
             
            <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>
         
     | 
| 
       864 
940 
     | 
    
         
             
            <p>2.1.0のバグフィックスリリースです。2.1.0を使っている人は2.1.0ではなく2.1.1を使ってください。</p>
         
     | 
| 
       865 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       866 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 941 
     | 
    
         
            +
            <div class="section" id="id46">
         
     | 
| 
      
 942 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id46" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       867 
943 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       868 
944 
     | 
    
         
             
            <li><p class="first">groonga 2.0.8以前で作成したデータベース中の <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> 関連の情報が失われる問題を修正。</p>
         
     | 
| 
       869 
945 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -882,8 +958,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       882 
958 
     | 
    
         
             
            <p>このリリースでは <tt class="docutils literal"><span class="pre">--normalizer</span></tt> オプションをサポートしましたが、副作用があり、一度でも古いバージョンのデータベースを新しいバージョンのgroongaで開くと、古いバージョンのgroongaではデータベースを開けなくなります。</p>
         
     | 
| 
       883 
959 
     | 
    
         
             
            <p class="last">もうひとつトークナイザプラグインAPIに関する非互換な変更があります。 <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> APIの引数が変更されました。このAPIの変更はトークナイザプラグインの開発者に影響があります。</p>
         
     | 
| 
       884 
960 
     | 
    
         
             
            </div>
         
     | 
| 
       885 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       886 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 961 
     | 
    
         
            +
            <div class="section" id="id47">
         
     | 
| 
      
 962 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id47" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       887 
963 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       888 
964 
     | 
    
         
             
            <li><p class="first">[doc] <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>カラムインデックスによる関連テーブルをまたぐ検索</em></a> に関するドキュメントを追加。</p>
         
     | 
| 
       889 
965 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -905,8 +981,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       905 
981 
     | 
    
         
             
            </li>
         
     | 
| 
       906 
982 
     | 
    
         
             
            </ul>
         
     | 
| 
       907 
983 
     | 
    
         
             
            </div>
         
     | 
| 
       908 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       909 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 984 
     | 
    
         
            +
            <div class="section" id="id48">
         
     | 
| 
      
 985 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id48" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       910 
986 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       911 
987 
     | 
    
         
             
            <li><p class="first">[windows] <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> フラグをファイルを開くときに指定するようにした。groonga HTTPサーバが無限ループに陥っていた問題が解決します。 [GitHub#47] [Shimomura Tatsuyaさんがパッチ提供]</p>
         
     | 
| 
       912 
988 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -916,8 +992,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       916 
992 
     | 
    
         
             
            </li>
         
     | 
| 
       917 
993 
     | 
    
         
             
            </ul>
         
     | 
| 
       918 
994 
     | 
    
         
             
            </div>
         
     | 
| 
       919 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       920 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 995 
     | 
    
         
            +
            <div class="section" id="id49">
         
     | 
| 
      
 996 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id49" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       921 
997 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       922 
998 
     | 
    
         
             
            <li><p class="first">嶋田 大貴さん</p>
         
     | 
| 
       923 
999 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -928,8 +1004,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       928 
1004 
     | 
    
         
             
            </div>
         
     | 
| 
       929 
1005 
     | 
    
         
             
            <div class="section" id="release-2-0-9-2012-11-29">
         
     | 
| 
       930 
1006 
     | 
    
         
             
            <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>
         
     | 
| 
       931 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       932 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1007 
     | 
    
         
            +
            <div class="section" id="id50">
         
     | 
| 
      
 1008 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id50" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       933 
1009 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       934 
1010 
     | 
    
         
             
            <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>
         
     | 
| 
       935 
1011 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -957,8 +1033,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       957 
1033 
     | 
    
         
             
            </li>
         
     | 
| 
       958 
1034 
     | 
    
         
             
            </ul>
         
     | 
| 
       959 
1035 
     | 
    
         
             
            </div>
         
     | 
| 
       960 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       961 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1036 
     | 
    
         
            +
            <div class="section" id="id51">
         
     | 
| 
      
 1037 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id51" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       962 
1038 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       963 
1039 
     | 
    
         
             
            <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>
         
     | 
| 
       964 
1040 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -980,8 +1056,8 @@ Groongaを'--enable-benchmark'でビルドしようとしていた場合に問 
     | 
|
| 
       980 
1056 
     | 
    
         
             
            This change not to contain such a metadata as search results.</li>
         
     | 
| 
       981 
1057 
     | 
    
         
             
            </ul>
         
     | 
| 
       982 
1058 
     | 
    
         
             
            </div>
         
     | 
| 
       983 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       984 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1059 
     | 
    
         
            +
            <div class="section" id="id52">
         
     | 
| 
      
 1060 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id52" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       985 
1061 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       986 
1062 
     | 
    
         
             
            <li><p class="first">嶋田 大貴さん</p>
         
     | 
| 
       987 
1063 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -994,8 +1070,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       994 
1070 
     | 
    
         
             
            </div>
         
     | 
| 
       995 
1071 
     | 
    
         
             
            <div class="section" id="release-2-0-8-2012-10-29">
         
     | 
| 
       996 
1072 
     | 
    
         
             
            <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>
         
     | 
| 
       997 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       998 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1073 
     | 
    
         
            +
            <div class="section" id="id53">
         
     | 
| 
      
 1074 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id53" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       999 
1075 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1000 
1076 
     | 
    
         
             
            <li><p class="first">[rpm] server-httpとhttpdパッケージの説明を改善した。 [Daiki Uenoさんが提案]</p>
         
     | 
| 
       1001 
1077 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1011,8 +1087,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1011 
1087 
     | 
    
         
             
            </li>
         
     | 
| 
       1012 
1088 
     | 
    
         
             
            </ul>
         
     | 
| 
       1013 
1089 
     | 
    
         
             
            </div>
         
     | 
| 
       1014 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1015 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1090 
     | 
    
         
            +
            <div class="section" id="id54">
         
     | 
| 
      
 1091 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id54" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1016 
1092 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1017 
1093 
     | 
    
         
             
            <li><p class="first">[rpm] 不要な"Requires"をspecファイルから削除するようにした。[Daiki Uenoさんが報告]</p>
         
     | 
| 
       1018 
1094 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1026,8 +1102,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1026 
1102 
     | 
    
         
             
            </li>
         
     | 
| 
       1027 
1103 
     | 
    
         
             
            </ul>
         
     | 
| 
       1028 
1104 
     | 
    
         
             
            </div>
         
     | 
| 
       1029 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1030 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1105 
     | 
    
         
            +
            <div class="section" id="id55">
         
     | 
| 
      
 1106 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id55" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1031 
1107 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1032 
1108 
     | 
    
         
             
            <li><p class="first">うえのさん</p>
         
     | 
| 
       1033 
1109 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1040,8 +1116,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1040 
1116 
     | 
    
         
             
            </div>
         
     | 
| 
       1041 
1117 
     | 
    
         
             
            <div class="section" id="release-2-0-7-2012-09-29">
         
     | 
| 
       1042 
1118 
     | 
    
         
             
            <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>
         
     | 
| 
       1043 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1044 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1119 
     | 
    
         
            +
            <div class="section" id="id56">
         
     | 
| 
      
 1120 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id56" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1045 
1121 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1046 
1122 
     | 
    
         
             
            <li><p class="first">[doc] <tt class="docutils literal"><span class="pre">--query_flags</span></tt> の説明を追加。</p>
         
     | 
| 
       1047 
1123 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1069,8 +1145,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1069 
1145 
     | 
    
         
             
            </li>
         
     | 
| 
       1070 
1146 
     | 
    
         
             
            </ul>
         
     | 
| 
       1071 
1147 
     | 
    
         
             
            </div>
         
     | 
| 
       1072 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1073 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1148 
     | 
    
         
            +
            <div class="section" id="id57">
         
     | 
| 
      
 1149 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id57" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1074 
1150 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1075 
1151 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">load</span></tt> コマンド実行時にベクタ要素へ主キー値の属する型情報を設定するように修正した。 [GitHub#30]</p>
         
     | 
| 
       1076 
1152 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1088,8 +1164,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1088 
1164 
     | 
    
         
             
            </li>
         
     | 
| 
       1089 
1165 
     | 
    
         
             
            </ul>
         
     | 
| 
       1090 
1166 
     | 
    
         
             
            </div>
         
     | 
| 
       1091 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1092 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1167 
     | 
    
         
            +
            <div class="section" id="id58">
         
     | 
| 
      
 1168 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id58" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1093 
1169 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1094 
1170 
     | 
    
         
             
            <li><p class="first">@Kiskeさん</p>
         
     | 
| 
       1095 
1171 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1098,8 +1174,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1098 
1174 
     | 
    
         
             
            </div>
         
     | 
| 
       1099 
1175 
     | 
    
         
             
            <div class="section" id="release-2-0-6-2012-08-29">
         
     | 
| 
       1100 
1176 
     | 
    
         
             
            <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>
         
     | 
| 
       1101 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1102 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1177 
     | 
    
         
            +
            <div class="section" id="id59">
         
     | 
| 
      
 1178 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id59" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1103 
1179 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1104 
1180 
     | 
    
         
             
            <li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> メタパッケージを追加。 [#1451]</p>
         
     | 
| 
       1105 
1181 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1135,8 +1211,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1135 
1211 
     | 
    
         
             
            </li>
         
     | 
| 
       1136 
1212 
     | 
    
         
             
            </ul>
         
     | 
| 
       1137 
1213 
     | 
    
         
             
            </div>
         
     | 
| 
       1138 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1139 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1214 
     | 
    
         
            +
            <div class="section" id="id60">
         
     | 
| 
      
 1215 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id60" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1140 
1216 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1141 
1217 
     | 
    
         
             
            <li><p class="first">[doc] チュートリアルの実行例を修正した。 [#1428] [岩井さんが報告]</p>
         
     | 
| 
       1142 
1218 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1155,8 +1231,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1155 
1231 
     | 
    
         
             
            </li>
         
     | 
| 
       1156 
1232 
     | 
    
         
             
            </ul>
         
     | 
| 
       1157 
1233 
     | 
    
         
             
            </div>
         
     | 
| 
       1158 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1159 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1234 
     | 
    
         
            +
            <div class="section" id="id61">
         
     | 
| 
      
 1235 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id61" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1160 
1236 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1161 
1237 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       1162 
1238 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1167,8 +1243,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1167 
1243 
     | 
    
         
             
            </div>
         
     | 
| 
       1168 
1244 
     | 
    
         
             
            <div class="section" id="release-2-0-5-2012-07-29">
         
     | 
| 
       1169 
1245 
     | 
    
         
             
            <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>
         
     | 
| 
       1170 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1171 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1246 
     | 
    
         
            +
            <div class="section" id="id62">
         
     | 
| 
      
 1247 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id62" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1172 
1248 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1173 
1249 
     | 
    
         
             
            <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>
         
     | 
| 
       1174 
1250 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1208,8 +1284,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1208 
1284 
     | 
    
         
             
            </li>
         
     | 
| 
       1209 
1285 
     | 
    
         
             
            </ul>
         
     | 
| 
       1210 
1286 
     | 
    
         
             
            </div>
         
     | 
| 
       1211 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1212 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1287 
     | 
    
         
            +
            <div class="section" id="id63">
         
     | 
| 
      
 1288 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id63" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1213 
1289 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1214 
1290 
     | 
    
         
             
            <li><p class="first">groonga-httpdが Mac OS Xでビルドできない問題を修正。[島田 浩二さんが報告]</p>
         
     | 
| 
       1215 
1291 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1231,8 +1307,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1231 
1307 
     | 
    
         
             
            </li>
         
     | 
| 
       1232 
1308 
     | 
    
         
             
            </ul>
         
     | 
| 
       1233 
1309 
     | 
    
         
             
            </div>
         
     | 
| 
       1234 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1235 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1310 
     | 
    
         
            +
            <div class="section" id="id64">
         
     | 
| 
      
 1311 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id64" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1236 
1312 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1237 
1313 
     | 
    
         
             
            <li><p class="first">島田 浩二さん</p>
         
     | 
| 
       1238 
1314 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1243,8 +1319,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1243 
1319 
     | 
    
         
             
            </div>
         
     | 
| 
       1244 
1320 
     | 
    
         
             
            <div class="section" id="release-2-0-4-2012-06-29">
         
     | 
| 
       1245 
1321 
     | 
    
         
             
            <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>
         
     | 
| 
       1246 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1247 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1322 
     | 
    
         
            +
            <div class="section" id="id65">
         
     | 
| 
      
 1323 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id65" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1248 
1324 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1249 
1325 
     | 
    
         
             
            <li><p class="first">KyTea 0.4.2のみをサポート。</p>
         
     | 
| 
       1250 
1326 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1278,8 +1354,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1278 
1354 
     | 
    
         
             
            </li>
         
     | 
| 
       1279 
1355 
     | 
    
         
             
            </ul>
         
     | 
| 
       1280 
1356 
     | 
    
         
             
            </div>
         
     | 
| 
       1281 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1282 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1357 
     | 
    
         
            +
            <div class="section" id="id66">
         
     | 
| 
      
 1358 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id66" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1283 
1359 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1284 
1360 
     | 
    
         
             
            <li><p class="first">Mac OS Xでバッチモードを使用した際にコマンドプロンプトの表示が意図しない状態になる問題を修正。 [@soundkitchenさんが報告]</p>
         
     | 
| 
       1285 
1361 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1289,8 +1365,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1289 
1365 
     | 
    
         
             
            </li>
         
     | 
| 
       1290 
1366 
     | 
    
         
             
            </ul>
         
     | 
| 
       1291 
1367 
     | 
    
         
             
            </div>
         
     | 
| 
       1292 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1293 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1368 
     | 
    
         
            +
            <div class="section" id="id67">
         
     | 
| 
      
 1369 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id67" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1294 
1370 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1295 
1371 
     | 
    
         
             
            <li><p class="first">@soundkitchenさん</p>
         
     | 
| 
       1296 
1372 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1301,8 +1377,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1301 
1377 
     | 
    
         
             
            </div>
         
     | 
| 
       1302 
1378 
     | 
    
         
             
            <div class="section" id="release-2-0-3-2012-05-29">
         
     | 
| 
       1303 
1379 
     | 
    
         
             
            <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>
         
     | 
| 
       1304 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1305 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1380 
     | 
    
         
            +
            <div class="section" id="id68">
         
     | 
| 
      
 1381 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id68" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1306 
1382 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1307 
1383 
     | 
    
         
             
            <li><p class="first">[doc] リリース手順を追加。</p>
         
     | 
| 
       1308 
1384 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1332,8 +1408,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1332 
1408 
     | 
    
         
             
            </li>
         
     | 
| 
       1333 
1409 
     | 
    
         
             
            </ul>
         
     | 
| 
       1334 
1410 
     | 
    
         
             
            </div>
         
     | 
| 
       1335 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1336 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1411 
     | 
    
         
            +
            <div class="section" id="id69">
         
     | 
| 
      
 1412 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id69" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1337 
1413 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1338 
1414 
     | 
    
         
             
            <li><p class="first">[doc] yumリポジトリを更新するためのコマンドを修正。 [岩井さんが提案]</p>
         
     | 
| 
       1339 
1415 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1349,8 +1425,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1349 
1425 
     | 
    
         
             
            </li>
         
     | 
| 
       1350 
1426 
     | 
    
         
             
            </ul>
         
     | 
| 
       1351 
1427 
     | 
    
         
             
            </div>
         
     | 
| 
       1352 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1353 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1428 
     | 
    
         
            +
            <div class="section" id="id70">
         
     | 
| 
      
 1429 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id70" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1354 
1430 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1355 
1431 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       1356 
1432 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1373,8 +1449,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1373 
1449 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       1374 
1450 
     | 
    
         
             
            </div>
         
     | 
| 
       1375 
1451 
     | 
    
         
             
            </div>
         
     | 
| 
       1376 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1377 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1452 
     | 
    
         
            +
            <div class="section" id="id71">
         
     | 
| 
      
 1453 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id71" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1378 
1454 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1379 
1455 
     | 
    
         
             
            <li><p class="first">[pkg-config] 必要のないMessagePackへの依存関係を削除。</p>
         
     | 
| 
       1380 
1456 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1402,8 +1478,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1402 
1478 
     | 
    
         
             
            </li>
         
     | 
| 
       1403 
1479 
     | 
    
         
             
            </ul>
         
     | 
| 
       1404 
1480 
     | 
    
         
             
            </div>
         
     | 
| 
       1405 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1406 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1481 
     | 
    
         
            +
            <div class="section" id="id72">
         
     | 
| 
      
 1482 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id72" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1407 
1483 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1408 
1484 
     | 
    
         
             
            <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>
         
     | 
| 
       1409 
1485 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1425,8 +1501,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1425 
1501 
     | 
    
         
             
            </li>
         
     | 
| 
       1426 
1502 
     | 
    
         
             
            </ul>
         
     | 
| 
       1427 
1503 
     | 
    
         
             
            </div>
         
     | 
| 
       1428 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1429 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1504 
     | 
    
         
            +
            <div class="section" id="id73">
         
     | 
| 
      
 1505 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id73" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1430 
1506 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1431 
1507 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       1432 
1508 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1439,8 +1515,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1439 
1515 
     | 
    
         
             
            </div>
         
     | 
| 
       1440 
1516 
     | 
    
         
             
            <div class="section" id="release-2-0-1-2012-03-29">
         
     | 
| 
       1441 
1517 
     | 
    
         
             
            <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>
         
     | 
| 
       1442 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1443 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1518 
     | 
    
         
            +
            <div class="section" id="id74">
         
     | 
| 
      
 1519 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id74" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1444 
1520 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1445 
1521 
     | 
    
         
             
            <li><p class="first">別ディレクトリでのビルドをサポートした。 [#1298] [かずひこさんが報告]</p>
         
     | 
| 
       1446 
1522 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1474,8 +1550,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1474 
1550 
     | 
    
         
             
            </li>
         
     | 
| 
       1475 
1551 
     | 
    
         
             
            </ul>
         
     | 
| 
       1476 
1552 
     | 
    
         
             
            </div>
         
     | 
| 
       1477 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1478 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1553 
     | 
    
         
            +
            <div class="section" id="id75">
         
     | 
| 
      
 1554 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id75" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1479 
1555 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1480 
1556 
     | 
    
         
             
            <li><p class="first">インストールしたRubyスクリプトをuninstallでアンインストールできない問題を修正した。 [#1299] [かずひこさんが報告]</p>
         
     | 
| 
       1481 
1557 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1489,8 +1565,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1489 
1565 
     | 
    
         
             
            </li>
         
     | 
| 
       1490 
1566 
     | 
    
         
             
            </ul>
         
     | 
| 
       1491 
1567 
     | 
    
         
             
            </div>
         
     | 
| 
       1492 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1493 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1568 
     | 
    
         
            +
            <div class="section" id="id76">
         
     | 
| 
      
 1569 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id76" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1494 
1570 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1495 
1571 
     | 
    
         
             
            <li><p class="first">かずひこさん</p>
         
     | 
| 
       1496 
1572 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1501,8 +1577,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1501 
1577 
     | 
    
         
             
            </div>
         
     | 
| 
       1502 
1578 
     | 
    
         
             
            <div class="section" id="release-2-0-0-2012-02-29">
         
     | 
| 
       1503 
1579 
     | 
    
         
             
            <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>
         
     | 
| 
       1504 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1505 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1580 
     | 
    
         
            +
            <div class="section" id="id77">
         
     | 
| 
      
 1581 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id77" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1506 
1582 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1507 
1583 
     | 
    
         
             
            <li><p class="first">[dat] 長さが0かどうかキーをチェックするようにした。</p>
         
     | 
| 
       1508 
1584 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1540,8 +1616,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1540 
1616 
     | 
    
         
             
            </li>
         
     | 
| 
       1541 
1617 
     | 
    
         
             
            </ul>
         
     | 
| 
       1542 
1618 
     | 
    
         
             
            </div>
         
     | 
| 
       1543 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1544 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1619 
     | 
    
         
            +
            <div class="section" id="id78">
         
     | 
| 
      
 1620 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id78" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1545 
1621 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1546 
1622 
     | 
    
         
             
            <li><p class="first">[pat] 最後のノードを見つけられない問題を修正した。 [#1258]</p>
         
     | 
| 
       1547 
1623 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1555,8 +1631,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1555 
1631 
     | 
    
         
             
            </li>
         
     | 
| 
       1556 
1632 
     | 
    
         
             
            </ul>
         
     | 
| 
       1557 
1633 
     | 
    
         
             
            </div>
         
     | 
| 
       1558 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1559 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1634 
     | 
    
         
            +
            <div class="section" id="id79">
         
     | 
| 
      
 1635 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id79" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1560 
1636 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1561 
1637 
     | 
    
         
             
            <li><p class="first">鈴木さん</p>
         
     | 
| 
       1562 
1638 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1575,8 +1651,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1575 
1651 
     | 
    
         
             
            </div>
         
     | 
| 
       1576 
1652 
     | 
    
         
             
            <div class="section" id="release-1-3-0-2012-01-29">
         
     | 
| 
       1577 
1653 
     | 
    
         
             
            <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>
         
     | 
| 
       1578 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1579 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1654 
     | 
    
         
            +
            <div class="section" id="id80">
         
     | 
| 
      
 1655 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id80" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1580 
1656 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1581 
1657 
     | 
    
         
             
            <li><p class="first">GRN_DB_KEY=patまたはGRN_DB_KEY=dat環境変数値による動的なDBのキー管理テーブルの変更をサポート。</p>
         
     | 
| 
       1582 
1658 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1628,8 +1704,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1628 
1704 
     | 
    
         
             
            </li>
         
     | 
| 
       1629 
1705 
     | 
    
         
             
            </ul>
         
     | 
| 
       1630 
1706 
     | 
    
         
             
            </div>
         
     | 
| 
       1631 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1632 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1707 
     | 
    
         
            +
            <div class="section" id="id81">
         
     | 
| 
      
 1708 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id81" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1633 
1709 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1634 
1710 
     | 
    
         
             
            <li><p class="first">montywiさん</p>
         
     | 
| 
       1635 
1711 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1752,172 +1828,178 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1752 
1828 
     | 
    
         
             
              <h3><a href="index.html">目次</a></h3>
         
     | 
| 
       1753 
1829 
     | 
    
         
             
              <ul>
         
     | 
| 
       1754 
1830 
     | 
    
         
             
            <li><a class="reference internal" href="#">お知らせ</a><ul>
         
     | 
| 
       1755 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-4-0- 
     | 
| 
      
 1831 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-2-2014-05-29">4.0.2リリース - 2014/05/29</a><ul>
         
     | 
| 
       1756 
1832 
     | 
    
         
             
            <li><a class="reference internal" href="#improvements">改良</a></li>
         
     | 
| 
       1757 
1833 
     | 
    
         
             
            <li><a class="reference internal" href="#fixes">修正</a></li>
         
     | 
| 
       1758 
1834 
     | 
    
         
             
            <li><a class="reference internal" href="#thanks">感謝</a></li>
         
     | 
| 
       1759 
1835 
     | 
    
         
             
            </ul>
         
     | 
| 
       1760 
1836 
     | 
    
         
             
            </li>
         
     | 
| 
       1761 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-4-0- 
     | 
| 
      
 1837 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-1-2014-03-29">4.0.1リリース - 2014/03/29</a><ul>
         
     | 
| 
       1762 
1838 
     | 
    
         
             
            <li><a class="reference internal" href="#id1">改良</a></li>
         
     | 
| 
       1763 
1839 
     | 
    
         
             
            <li><a class="reference internal" href="#id2">修正</a></li>
         
     | 
| 
       1764 
1840 
     | 
    
         
             
            <li><a class="reference internal" href="#id3">感謝</a></li>
         
     | 
| 
       1765 
1841 
     | 
    
         
             
            </ul>
         
     | 
| 
       1766 
1842 
     | 
    
         
             
            </li>
         
     | 
| 
       1767 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
      
 1843 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-4-0-0-2014-02-09">4.0.0リリース - 2014/02/09</a><ul>
         
     | 
| 
       1768 
1844 
     | 
    
         
             
            <li><a class="reference internal" href="#id4">改良</a></li>
         
     | 
| 
       1769 
1845 
     | 
    
         
             
            <li><a class="reference internal" href="#id5">修正</a></li>
         
     | 
| 
       1770 
1846 
     | 
    
         
             
            <li><a class="reference internal" href="#id6">感謝</a></li>
         
     | 
| 
       1771 
1847 
     | 
    
         
             
            </ul>
         
     | 
| 
       1772 
1848 
     | 
    
         
             
            </li>
         
     | 
| 
       1773 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-1- 
     | 
| 
      
 1849 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-2-2014-01-29">3.1.2リリース - 2014/01/29</a><ul>
         
     | 
| 
       1774 
1850 
     | 
    
         
             
            <li><a class="reference internal" href="#id7">改良</a></li>
         
     | 
| 
       1775 
1851 
     | 
    
         
             
            <li><a class="reference internal" href="#id8">修正</a></li>
         
     | 
| 
       1776 
1852 
     | 
    
         
             
            <li><a class="reference internal" href="#id9">感謝</a></li>
         
     | 
| 
       1777 
1853 
     | 
    
         
             
            </ul>
         
     | 
| 
       1778 
1854 
     | 
    
         
             
            </li>
         
     | 
| 
       1779 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-1- 
     | 
| 
      
 1855 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-1-2013-12-29">3.1.1リリース - 2013/12/29</a><ul>
         
     | 
| 
       1780 
1856 
     | 
    
         
             
            <li><a class="reference internal" href="#id10">改良</a></li>
         
     | 
| 
       1781 
1857 
     | 
    
         
             
            <li><a class="reference internal" href="#id11">修正</a></li>
         
     | 
| 
       1782 
1858 
     | 
    
         
             
            <li><a class="reference internal" href="#id12">感謝</a></li>
         
     | 
| 
       1783 
1859 
     | 
    
         
             
            </ul>
         
     | 
| 
       1784 
1860 
     | 
    
         
             
            </li>
         
     | 
| 
       1785 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1861 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-1-0-2013-11-29">3.1.0リリース - 2013/11/29</a><ul>
         
     | 
| 
       1786 
1862 
     | 
    
         
             
            <li><a class="reference internal" href="#id13">改良</a></li>
         
     | 
| 
       1787 
1863 
     | 
    
         
             
            <li><a class="reference internal" href="#id14">修正</a></li>
         
     | 
| 
       1788 
1864 
     | 
    
         
             
            <li><a class="reference internal" href="#id15">感謝</a></li>
         
     | 
| 
       1789 
1865 
     | 
    
         
             
            </ul>
         
     | 
| 
       1790 
1866 
     | 
    
         
             
            </li>
         
     | 
| 
       1791 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1867 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-9-2013-10-29">3.0.9リリース - 2013/10/29</a><ul>
         
     | 
| 
       1792 
1868 
     | 
    
         
             
            <li><a class="reference internal" href="#id16">改良</a></li>
         
     | 
| 
       1793 
1869 
     | 
    
         
             
            <li><a class="reference internal" href="#id17">修正</a></li>
         
     | 
| 
       1794 
1870 
     | 
    
         
             
            <li><a class="reference internal" href="#id18">感謝</a></li>
         
     | 
| 
       1795 
1871 
     | 
    
         
             
            </ul>
         
     | 
| 
       1796 
1872 
     | 
    
         
             
            </li>
         
     | 
| 
       1797 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1873 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-8-2013-09-29">3.0.8リリース - 2013/09/29</a><ul>
         
     | 
| 
       1798 
1874 
     | 
    
         
             
            <li><a class="reference internal" href="#id19">改良</a></li>
         
     | 
| 
       1799 
1875 
     | 
    
         
             
            <li><a class="reference internal" href="#id20">修正</a></li>
         
     | 
| 
       1800 
1876 
     | 
    
         
             
            <li><a class="reference internal" href="#id21">感謝</a></li>
         
     | 
| 
       1801 
1877 
     | 
    
         
             
            </ul>
         
     | 
| 
       1802 
1878 
     | 
    
         
             
            </li>
         
     | 
| 
       1803 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1879 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-7-2013-08-29">3.0.7リリース - 2013/08/29</a><ul>
         
     | 
| 
       1804 
1880 
     | 
    
         
             
            <li><a class="reference internal" href="#id22">改良</a></li>
         
     | 
| 
       1805 
1881 
     | 
    
         
             
            <li><a class="reference internal" href="#id23">修正</a></li>
         
     | 
| 
       1806 
1882 
     | 
    
         
             
            <li><a class="reference internal" href="#id24">感謝</a></li>
         
     | 
| 
       1807 
1883 
     | 
    
         
             
            </ul>
         
     | 
| 
       1808 
1884 
     | 
    
         
             
            </li>
         
     | 
| 
       1809 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1885 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-6-2013-07-29">3.0.6リリース - 2013/07/29</a><ul>
         
     | 
| 
       1810 
1886 
     | 
    
         
             
            <li><a class="reference internal" href="#id25">改良</a></li>
         
     | 
| 
       1811 
1887 
     | 
    
         
             
            <li><a class="reference internal" href="#id26">修正</a></li>
         
     | 
| 
       1812 
1888 
     | 
    
         
             
            <li><a class="reference internal" href="#id27">感謝</a></li>
         
     | 
| 
       1813 
1889 
     | 
    
         
             
            </ul>
         
     | 
| 
       1814 
1890 
     | 
    
         
             
            </li>
         
     | 
| 
       1815 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1891 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-5-2013-06-29">3.0.5リリース - 2013/06/29</a><ul>
         
     | 
| 
       1816 
1892 
     | 
    
         
             
            <li><a class="reference internal" href="#id28">改良</a></li>
         
     | 
| 
       1817 
1893 
     | 
    
         
             
            <li><a class="reference internal" href="#id29">修正</a></li>
         
     | 
| 
       1818 
1894 
     | 
    
         
             
            <li><a class="reference internal" href="#id30">感謝</a></li>
         
     | 
| 
       1819 
1895 
     | 
    
         
             
            </ul>
         
     | 
| 
       1820 
1896 
     | 
    
         
             
            </li>
         
     | 
| 
       1821 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1897 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-4-2013-05-29">3.0.4リリース - 2013/05/29</a><ul>
         
     | 
| 
       1822 
1898 
     | 
    
         
             
            <li><a class="reference internal" href="#id31">改良</a></li>
         
     | 
| 
      
 1899 
     | 
    
         
            +
            <li><a class="reference internal" href="#id32">修正</a></li>
         
     | 
| 
      
 1900 
     | 
    
         
            +
            <li><a class="reference internal" href="#id33">感謝</a></li>
         
     | 
| 
       1823 
1901 
     | 
    
         
             
            </ul>
         
     | 
| 
       1824 
1902 
     | 
    
         
             
            </li>
         
     | 
| 
       1825 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
       1826 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       1827 
     | 
    
         
            -
            <li><a class="reference internal" href="#id33">修正</a></li>
         
     | 
| 
       1828 
     | 
    
         
            -
            <li><a class="reference internal" href="#id34">感謝</a></li>
         
     | 
| 
      
 1903 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-3-2013-04-29">3.0.3リリース - 2013/04/29</a><ul>
         
     | 
| 
      
 1904 
     | 
    
         
            +
            <li><a class="reference internal" href="#id34">改良</a></li>
         
     | 
| 
       1829 
1905 
     | 
    
         
             
            </ul>
         
     | 
| 
       1830 
1906 
     | 
    
         
             
            </li>
         
     | 
| 
       1831 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1907 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-2-2013-03-29">3.0.2リリース - 2013/03/29</a><ul>
         
     | 
| 
       1832 
1908 
     | 
    
         
             
            <li><a class="reference internal" href="#id35">改良</a></li>
         
     | 
| 
       1833 
1909 
     | 
    
         
             
            <li><a class="reference internal" href="#id36">修正</a></li>
         
     | 
| 
       1834 
1910 
     | 
    
         
             
            <li><a class="reference internal" href="#id37">感謝</a></li>
         
     | 
| 
       1835 
1911 
     | 
    
         
             
            </ul>
         
     | 
| 
       1836 
1912 
     | 
    
         
             
            </li>
         
     | 
| 
       1837 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
       1838 
     | 
    
         
            -
            <li><a class="reference internal" href="#id38" 
     | 
| 
       1839 
     | 
    
         
            -
            <li><a class="reference internal" href="#id39" 
     | 
| 
      
 1913 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-1-2013-02-28">3.0.1リリース - 2013/02/28</a><ul>
         
     | 
| 
      
 1914 
     | 
    
         
            +
            <li><a class="reference internal" href="#id38">改良</a></li>
         
     | 
| 
      
 1915 
     | 
    
         
            +
            <li><a class="reference internal" href="#id39">修正</a></li>
         
     | 
| 
      
 1916 
     | 
    
         
            +
            <li><a class="reference internal" href="#id40">感謝</a></li>
         
     | 
| 
       1840 
1917 
     | 
    
         
             
            </ul>
         
     | 
| 
       1841 
1918 
     | 
    
         
             
            </li>
         
     | 
| 
       1842 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
       1843 
     | 
    
         
            -
            <li><a class="reference internal" href="#id40">改良</a></li>
         
     | 
| 
      
 1919 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-0-2013-02-09">3.0.0リリース - 2013/02/09</a><ul>
         
     | 
| 
       1844 
1920 
     | 
    
         
             
            <li><a class="reference internal" href="#id41">修正</a></li>
         
     | 
| 
       1845 
1921 
     | 
    
         
             
            <li><a class="reference internal" href="#id42">感謝</a></li>
         
     | 
| 
       1846 
1922 
     | 
    
         
             
            </ul>
         
     | 
| 
       1847 
1923 
     | 
    
         
             
            </li>
         
     | 
| 
       1848 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-1- 
     | 
| 
       1849 
     | 
    
         
            -
            <li><a class="reference internal" href="#id43" 
     | 
| 
      
 1924 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-2-2013-01-29">2.1.2リリース - 2013/01/29</a><ul>
         
     | 
| 
      
 1925 
     | 
    
         
            +
            <li><a class="reference internal" href="#id43">改良</a></li>
         
     | 
| 
      
 1926 
     | 
    
         
            +
            <li><a class="reference internal" href="#id44">修正</a></li>
         
     | 
| 
      
 1927 
     | 
    
         
            +
            <li><a class="reference internal" href="#id45">感謝</a></li>
         
     | 
| 
       1850 
1928 
     | 
    
         
             
            </ul>
         
     | 
| 
       1851 
1929 
     | 
    
         
             
            </li>
         
     | 
| 
       1852 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-1- 
     | 
| 
       1853 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       1854 
     | 
    
         
            -
            <li><a class="reference internal" href="#id45">修正</a></li>
         
     | 
| 
       1855 
     | 
    
         
            -
            <li><a class="reference internal" href="#id46">感謝</a></li>
         
     | 
| 
      
 1930 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-1-2012-12-29">2.1.1リリース - 2012/12/29</a><ul>
         
     | 
| 
      
 1931 
     | 
    
         
            +
            <li><a class="reference internal" href="#id46">修正</a></li>
         
     | 
| 
       1856 
1932 
     | 
    
         
             
            </ul>
         
     | 
| 
       1857 
1933 
     | 
    
         
             
            </li>
         
     | 
| 
       1858 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1934 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-0-2012-12-29">2.1.0リリース - 2012/12/29</a><ul>
         
     | 
| 
       1859 
1935 
     | 
    
         
             
            <li><a class="reference internal" href="#id47">改良</a></li>
         
     | 
| 
       1860 
1936 
     | 
    
         
             
            <li><a class="reference internal" href="#id48">修正</a></li>
         
     | 
| 
       1861 
1937 
     | 
    
         
             
            <li><a class="reference internal" href="#id49">感謝</a></li>
         
     | 
| 
       1862 
1938 
     | 
    
         
             
            </ul>
         
     | 
| 
       1863 
1939 
     | 
    
         
             
            </li>
         
     | 
| 
       1864 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1940 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-9-2012-11-29">2.0.9リリース - 2012/11/29</a><ul>
         
     | 
| 
       1865 
1941 
     | 
    
         
             
            <li><a class="reference internal" href="#id50">改良</a></li>
         
     | 
| 
       1866 
1942 
     | 
    
         
             
            <li><a class="reference internal" href="#id51">修正</a></li>
         
     | 
| 
       1867 
1943 
     | 
    
         
             
            <li><a class="reference internal" href="#id52">感謝</a></li>
         
     | 
| 
       1868 
1944 
     | 
    
         
             
            </ul>
         
     | 
| 
       1869 
1945 
     | 
    
         
             
            </li>
         
     | 
| 
       1870 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1946 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-8-2012-10-29">2.0.8リリース - 2012/10/29</a><ul>
         
     | 
| 
       1871 
1947 
     | 
    
         
             
            <li><a class="reference internal" href="#id53">改良</a></li>
         
     | 
| 
       1872 
1948 
     | 
    
         
             
            <li><a class="reference internal" href="#id54">修正</a></li>
         
     | 
| 
       1873 
1949 
     | 
    
         
             
            <li><a class="reference internal" href="#id55">感謝</a></li>
         
     | 
| 
       1874 
1950 
     | 
    
         
             
            </ul>
         
     | 
| 
       1875 
1951 
     | 
    
         
             
            </li>
         
     | 
| 
       1876 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1952 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-7-2012-09-29">2.0.7リリース - 2012/09/29</a><ul>
         
     | 
| 
       1877 
1953 
     | 
    
         
             
            <li><a class="reference internal" href="#id56">改良</a></li>
         
     | 
| 
       1878 
1954 
     | 
    
         
             
            <li><a class="reference internal" href="#id57">修正</a></li>
         
     | 
| 
       1879 
1955 
     | 
    
         
             
            <li><a class="reference internal" href="#id58">感謝</a></li>
         
     | 
| 
       1880 
1956 
     | 
    
         
             
            </ul>
         
     | 
| 
       1881 
1957 
     | 
    
         
             
            </li>
         
     | 
| 
       1882 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1958 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-6-2012-08-29">2.0.6リリース - 2012/08/29</a><ul>
         
     | 
| 
       1883 
1959 
     | 
    
         
             
            <li><a class="reference internal" href="#id59">改良</a></li>
         
     | 
| 
       1884 
1960 
     | 
    
         
             
            <li><a class="reference internal" href="#id60">修正</a></li>
         
     | 
| 
       1885 
1961 
     | 
    
         
             
            <li><a class="reference internal" href="#id61">感謝</a></li>
         
     | 
| 
       1886 
1962 
     | 
    
         
             
            </ul>
         
     | 
| 
       1887 
1963 
     | 
    
         
             
            </li>
         
     | 
| 
       1888 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1964 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-5-2012-07-29">2.0.5リリース - 2012/07/29</a><ul>
         
     | 
| 
       1889 
1965 
     | 
    
         
             
            <li><a class="reference internal" href="#id62">改良</a></li>
         
     | 
| 
       1890 
1966 
     | 
    
         
             
            <li><a class="reference internal" href="#id63">修正</a></li>
         
     | 
| 
       1891 
1967 
     | 
    
         
             
            <li><a class="reference internal" href="#id64">感謝</a></li>
         
     | 
| 
       1892 
1968 
     | 
    
         
             
            </ul>
         
     | 
| 
       1893 
1969 
     | 
    
         
             
            </li>
         
     | 
| 
       1894 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1970 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-4-2012-06-29">2.0.4リリース - 2012/06/29</a><ul>
         
     | 
| 
       1895 
1971 
     | 
    
         
             
            <li><a class="reference internal" href="#id65">改良</a></li>
         
     | 
| 
       1896 
1972 
     | 
    
         
             
            <li><a class="reference internal" href="#id66">修正</a></li>
         
     | 
| 
       1897 
1973 
     | 
    
         
             
            <li><a class="reference internal" href="#id67">感謝</a></li>
         
     | 
| 
       1898 
1974 
     | 
    
         
             
            </ul>
         
     | 
| 
       1899 
1975 
     | 
    
         
             
            </li>
         
     | 
| 
       1900 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1976 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-3-2012-05-29">2.0.3リリース - 2012/05/29</a><ul>
         
     | 
| 
       1901 
1977 
     | 
    
         
             
            <li><a class="reference internal" href="#id68">改良</a></li>
         
     | 
| 
       1902 
1978 
     | 
    
         
             
            <li><a class="reference internal" href="#id69">修正</a></li>
         
     | 
| 
       1903 
1979 
     | 
    
         
             
            <li><a class="reference internal" href="#id70">感謝</a></li>
         
     | 
| 
       1904 
1980 
     | 
    
         
             
            </ul>
         
     | 
| 
       1905 
1981 
     | 
    
         
             
            </li>
         
     | 
| 
       1906 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1982 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-2-2012-04-29">2.0.2リリース - 2012/04/29</a><ul>
         
     | 
| 
       1907 
1983 
     | 
    
         
             
            <li><a class="reference internal" href="#id71">改良</a></li>
         
     | 
| 
       1908 
1984 
     | 
    
         
             
            <li><a class="reference internal" href="#id72">修正</a></li>
         
     | 
| 
       1909 
1985 
     | 
    
         
             
            <li><a class="reference internal" href="#id73">感謝</a></li>
         
     | 
| 
       1910 
1986 
     | 
    
         
             
            </ul>
         
     | 
| 
       1911 
1987 
     | 
    
         
             
            </li>
         
     | 
| 
       1912 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1988 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-1-2012-03-29">2.0.1リリース - 2012/03/29</a><ul>
         
     | 
| 
       1913 
1989 
     | 
    
         
             
            <li><a class="reference internal" href="#id74">改良</a></li>
         
     | 
| 
       1914 
1990 
     | 
    
         
             
            <li><a class="reference internal" href="#id75">修正</a></li>
         
     | 
| 
       1915 
1991 
     | 
    
         
             
            <li><a class="reference internal" href="#id76">感謝</a></li>
         
     | 
| 
       1916 
1992 
     | 
    
         
             
            </ul>
         
     | 
| 
       1917 
1993 
     | 
    
         
             
            </li>
         
     | 
| 
       1918 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
      
 1994 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-0-2012-02-29">2.0.0リリース - 2012/02/29</a><ul>
         
     | 
| 
       1919 
1995 
     | 
    
         
             
            <li><a class="reference internal" href="#id77">改良</a></li>
         
     | 
| 
       1920 
     | 
    
         
            -
            <li><a class="reference internal" href="#id78" 
     | 
| 
      
 1996 
     | 
    
         
            +
            <li><a class="reference internal" href="#id78">修正</a></li>
         
     | 
| 
      
 1997 
     | 
    
         
            +
            <li><a class="reference internal" href="#id79">感謝</a></li>
         
     | 
| 
      
 1998 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 1999 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 2000 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-1-3-0-2012-01-29">1.3.0リリース - 2012/01/29</a><ul>
         
     | 
| 
      
 2001 
     | 
    
         
            +
            <li><a class="reference internal" href="#id80">改良</a></li>
         
     | 
| 
      
 2002 
     | 
    
         
            +
            <li><a class="reference internal" href="#id81">感謝</a></li>
         
     | 
| 
       1921 
2003 
     | 
    
         
             
            </ul>
         
     | 
| 
       1922 
2004 
     | 
    
         
             
            </li>
         
     | 
| 
       1923 
2005 
     | 
    
         
             
            <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
         
     | 
| 
         @@ -1955,7 +2037,7 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1955 
2037 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1956 
2038 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       1957 
2039 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       1958 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li> 
         
     | 
| 
      
 2040 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li> 
         
     | 
| 
       1959 
2041 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1960 
2042 
     | 
    
         
             
                </div>
         
     | 
| 
       1961 
2043 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     |