rroonga 3.0.8-x64-mingw32 → 3.0.9-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 +15 -1
 - data/ext/groonga/rb-grn-index-column.c +4 -0
 - data/ext/groonga/rb-grn-object.c +2 -3
 - 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/schema.rb +1 -1
 - data/rroonga-build.rb +1 -1
 - data/rroonga.gemspec +1 -1
 - data/test/test-database.rb +74 -0
 - data/test/test-index-column.rb +22 -0
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-1.dll +0 -0
 - data/vendor/local/bin/libmsgpack-3.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - 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/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/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/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/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - 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/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +3 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +15 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +43 -3
 - 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 +54 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +38 -30
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +81 -10
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +13 -19
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +71 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +7 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +87 -33
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +176 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +69 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +0 -4
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/development.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +127 -7
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +54 -42
 - data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +20 -8
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +46 -10
 - 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 +226 -165
 - 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 +46 -36
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +35 -35
 - 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 +24 -24
 - 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 +24 -24
 - 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 +20 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +16 -15
 - 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 +8 -8
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +48 -47
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
 - 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 +95 -14
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +24 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +196 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +90 -90
 - 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 +45 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +7 -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/grntest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +61 -17
 - 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 +24 -12
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +221 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +174 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -9
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.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 +5 -5
 - 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 +290 -0
 - 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 +9 -9
 - 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 +194 -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 +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +10 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +167 -0
 - 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 +5 -5
 - 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/contribution/development/document.txt +3 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +15 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +43 -3
 - 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 +54 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +38 -30
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +81 -10
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +13 -19
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +71 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +7 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +87 -33
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +176 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +69 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +127 -7
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +55 -42
 - data/vendor/local/share/doc/groonga/ja/html/install.html +8 -7
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +17 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +43 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news.html +245 -169
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +47 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -36
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +23 -23
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +21 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +17 -16
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +52 -48
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +7 -7
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +93 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +24 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +196 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +91 -91
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +44 -43
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +56 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +26 -13
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +222 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +175 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +8 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +289 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +195 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +11 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +170 -0
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
 - data/vendor/local/share/man/ja/man1/groonga.1 +1152 -241
 - data/vendor/local/share/man/man1/groonga.1 +1215 -269
 - metadata +150 -130
 
| 
         @@ -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 
     | 
    
         
            +
                <title>お知らせ — Groonga v3.0.9ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.0.9',
         
     | 
| 
       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=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9ドキュメント" href="index.html" /> 
         
     | 
| 
       30 
30 
     | 
    
         
             
              </head>
         
     | 
| 
       31 
31 
     | 
    
         
             
              <body>
         
     | 
| 
       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"> 
     | 
| 
      
 55 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.0.9ドキュメント</a> »</li> 
         
     | 
| 
       56 
56 
     | 
    
         
             
                  </ul>
         
     | 
| 
       57 
57 
     | 
    
         
             
                </div>  
         
     | 
| 
       58 
58 
     | 
    
         | 
| 
         @@ -63,11 +63,79 @@ 
     | 
|
| 
       63 
63 
     | 
    
         | 
| 
       64 
64 
     | 
    
         
             
              <div class="section" id="news">
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       66 
     | 
    
         
            -
            <div class="section" id="release-3-0- 
     | 
| 
       67 
     | 
    
         
            -
            <span id="release-3-0- 
     | 
| 
      
 66 
     | 
    
         
            +
            <div class="section" id="release-3-0-9-2013-10-29">
         
     | 
| 
      
 67 
     | 
    
         
            +
            <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>
         
     | 
| 
       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][httpd] <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-database-auto-create"><em>groonga_database_auto_create</em></a> ディレクティブのドキュメントを追加しました。</p>
         
     | 
| 
      
 72 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 73 
     | 
    
         
            +
            <li><p class="first">[httpd] <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-cache-limit"><em>groonga_cache_limit</em></a> ディレクティブを追加しました。</p>
         
     | 
| 
      
 74 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 75 
     | 
    
         
            +
            <li><p class="first">[doc] zlib/lzoによる圧縮がデフォルトで無効となっている理由を追加しました。 [groonga-dev,01845] [村上さんが提案]</p>
         
     | 
| 
      
 76 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <li><p class="first">HTTPサーバーのRLIMIT_NOFILEに関連した制限を削除しました。HTTPサーバープロセスが4096以上のファイルを扱えるようにしています。</p>
         
     | 
| 
      
 78 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <li><p class="first">[実験的] Groongaへmrubyを統合するためのAPIをいくつか追加しました。 [GitHub#109, #110, #111, #112, #113, #114, #115, #116, #117, #118] [wanabeさんがパッチ提供]</p>
         
     | 
| 
      
 80 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <li><p class="first">[travis] Travis-CI上でCMakeによるビルドをサポートしました。</p>
         
     | 
| 
      
 82 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <li><p class="first">[doc] <a class="reference internal" href="reference/tuning.html"><em>Tuning</em></a> のドキュメントを追加しました。</p>
         
     | 
| 
      
 84 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <li><p class="first">[実験的] <a class="reference internal" href="reference/commands/ruby_load.html"><em>ruby_load</em></a> コマンドを追加しました。</p>
         
     | 
| 
      
 86 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <li><p class="first">[httpd] メッセージボディが複数バッファリングされているPOSTリクエストをサポートしました。そのような場合にこれまではタイムアウトしていました。 [GitHub#120] [鷲田さんがパッチを提供]</p>
         
     | 
| 
      
 88 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 89 
     | 
    
         
            +
            <li><p class="first">[gqtp] エラーメッセージをサポートしました。メッセージボディとしてテキストを二重引用符で囲むことなく返します。これは非互換な変更です。</p>
         
     | 
| 
      
 90 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <li><p class="first">[http] "400 Bad request" を引数のエラーとしてサポートしました。</p>
         
     | 
| 
      
 92 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <li><p class="first">[doc] <a class="reference internal" href="suggest/completion.html"><em>補完</em></a> のサンプルを追加しました。</p>
         
     | 
| 
      
 94 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            <li><p class="first">Ubuntu 13.10 Saucy Salamanderをサポート。</p>
         
     | 
| 
      
 96 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 97 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 98 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <div class="section" id="fixes">
         
     | 
| 
      
 100 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 102 
     | 
    
         
            +
            <li><p class="first">オーバーフローによってSEGVを引き起こす不具合を修正しました。この問題はインデックスのサイズが仮想メモリのサイズを超過したような場合に発生します。 [groonga-dev,01661] [村上さんが報告]</p>
         
     | 
| 
      
 103 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 104 
     | 
    
         
            +
            <li><p class="first">テーブルを作成するときの不要なロックをかけないようにしました。この変更はGroonga 3.0.5で入ったパフォーマンス低下を解消します。</p>
         
     | 
| 
      
 105 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 106 
     | 
    
         
            +
            <li><p class="first">データベースに参照カラムがある場合に削除できない不具合を修正しました。インデックスカラムや参照カラムを先に削除することなく、インデックステーブルやカラムを削除しようとして失敗するというものです。[Eito Katagiriが報告] [GitHub Rroonga #13]</p>
         
     | 
| 
      
 107 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 108 
     | 
    
         
            +
            <li><p class="first">DATキーを使っているデータベースの削除でごみが残ったままになる不具合を修正しました。</p>
         
     | 
| 
      
 109 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 110 
     | 
    
         
            +
            <li><p class="first">[http] 同じワーカースレッドにおいてHTTPヘッダのバッファを共有していることによりメモリリークが発生していた問題を修正しました。</p>
         
     | 
| 
      
 111 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 112 
     | 
    
         
            +
            <li><p class="first">[httpd] <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-database-auto-create"><em>groonga_database_auto_create</em></a> パラメータが継承されない不具合を修正しました。これらのパラメータはlocationブロック以外では無視されていました。</p>
         
     | 
| 
      
 113 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 114 
     | 
    
         
            +
            <li><p class="first">statusコマンドが正しくないキャッシュヒット率を返すことがある問題を修正しました。</p>
         
     | 
| 
      
 115 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 116 
     | 
    
         
            +
            <li><p class="first">Time型にキャストするときにオーバーフローする問題を修正しました。これはTime型に32bitの範囲を超えた値を設定する場合に影響します。</p>
         
     | 
| 
      
 117 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 118 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 119 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 120 
     | 
    
         
            +
            <div class="section" id="thanks">
         
     | 
| 
      
 121 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 122 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 123 
     | 
    
         
            +
            <li><p class="first">村上さん</p>
         
     | 
| 
      
 124 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 125 
     | 
    
         
            +
            <li><p class="first">wanabeさん</p>
         
     | 
| 
      
 126 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 127 
     | 
    
         
            +
            <li><p class="first">鷲田基さん</p>
         
     | 
| 
      
 128 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 129 
     | 
    
         
            +
            <li><p class="first">Eito Katagiriさん</p>
         
     | 
| 
      
 130 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 131 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 132 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 133 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 134 
     | 
    
         
            +
            <div class="section" id="release-3-0-8-2013-09-29">
         
     | 
| 
      
 135 
     | 
    
         
            +
            <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>
         
     | 
| 
      
 136 
     | 
    
         
            +
            <div class="section" id="id1">
         
     | 
| 
      
 137 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 138 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
       71 
139 
     | 
    
         
             
            <li><p class="first">[admin] 検索機能のエラー処理を改善しました。エラーメッセージを表示した後に、読み込み中のダイアログを消去します。 [orangainさんがパッチ提供]</p>
         
     | 
| 
       72 
140 
     | 
    
         
             
            </li>
         
     | 
| 
       73 
141 
     | 
    
         
             
            <li><p class="first">[admin] Enterキーで検索フォームを送信するようにしました。 [orangainさんがパッチ提供]</p>
         
     | 
| 
         @@ -96,15 +164,15 @@ 
     | 
|
| 
       96 
164 
     | 
    
         
             
            </li>
         
     | 
| 
       97 
165 
     | 
    
         
             
            </ul>
         
     | 
| 
       98 
166 
     | 
    
         
             
            </div>
         
     | 
| 
       99 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       100 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 167 
     | 
    
         
            +
            <div class="section" id="id2">
         
     | 
| 
      
 168 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       101 
169 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       102 
170 
     | 
    
         
             
            <li><p class="first">[admin] COLUMN_VECTOR の値を追加するボタンが機能しない不具合を修正しました。</p>
         
     | 
| 
       103 
171 
     | 
    
         
             
            </li>
         
     | 
| 
       104 
172 
     | 
    
         
             
            </ul>
         
     | 
| 
       105 
173 
     | 
    
         
             
            </div>
         
     | 
| 
       106 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       107 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 174 
     | 
    
         
            +
            <div class="section" id="id3">
         
     | 
| 
      
 175 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       108 
176 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       109 
177 
     | 
    
         
             
            <li><p class="first">@orangainさん</p>
         
     | 
| 
       110 
178 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -116,9 +184,9 @@ 
     | 
|
| 
       116 
184 
     | 
    
         
             
            </div>
         
     | 
| 
       117 
185 
     | 
    
         
             
            </div>
         
     | 
| 
       118 
186 
     | 
    
         
             
            <div class="section" id="release-3-0-7-2013-08-29">
         
     | 
| 
       119 
     | 
    
         
            -
            < 
     | 
| 
       120 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       121 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 187 
     | 
    
         
            +
            <h2>3.0.7リリース - 2013/08/29<a class="headerlink" href="#release-3-0-7-2013-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 188 
     | 
    
         
            +
            <div class="section" id="id4">
         
     | 
| 
      
 189 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       122 
190 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       123 
191 
     | 
    
         
             
            <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>
         
     | 
| 
       124 
192 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -138,8 +206,8 @@ 
     | 
|
| 
       138 
206 
     | 
    
         
             
            </li>
         
     | 
| 
       139 
207 
     | 
    
         
             
            </ul>
         
     | 
| 
       140 
208 
     | 
    
         
             
            </div>
         
     | 
| 
       141 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       142 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 209 
     | 
    
         
            +
            <div class="section" id="id5">
         
     | 
| 
      
 210 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       143 
211 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       144 
212 
     | 
    
         
             
            <li><p class="first">式のエラーによってスタックオーバーフローを引き起す可能性のある不具合を修正しました。この変更はエラーが積み重なって突然groongaがクラッシュするのを防ぎます。</p>
         
     | 
| 
       145 
213 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -167,8 +235,8 @@ 
     | 
|
| 
       167 
235 
     | 
    
         
             
            </li>
         
     | 
| 
       168 
236 
     | 
    
         
             
            </ul>
         
     | 
| 
       169 
237 
     | 
    
         
             
            </div>
         
     | 
| 
       170 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       171 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 238 
     | 
    
         
            +
            <div class="section" id="id6">
         
     | 
| 
      
 239 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       172 
240 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       173 
241 
     | 
    
         
             
            <li><p class="first">whombxさん</p>
         
     | 
| 
       174 
242 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -187,8 +255,8 @@ 
     | 
|
| 
       187 
255 
     | 
    
         
             
            </div>
         
     | 
| 
       188 
256 
     | 
    
         
             
            <div class="section" id="release-3-0-6-2013-07-29">
         
     | 
| 
       189 
257 
     | 
    
         
             
            <h2>3.0.6リリース - 2013/07/29<a class="headerlink" href="#release-3-0-6-2013-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       190 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       191 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 258 
     | 
    
         
            +
            <div class="section" id="id7">
         
     | 
| 
      
 259 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       192 
260 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       193 
261 
     | 
    
         
             
            <li><p class="first">[doc] <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a> の引数に関するドキュメントを追加しました。</p>
         
     | 
| 
       194 
262 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -206,15 +274,15 @@ 
     | 
|
| 
       206 
274 
     | 
    
         
             
            </li>
         
     | 
| 
       207 
275 
     | 
    
         
             
            </ul>
         
     | 
| 
       208 
276 
     | 
    
         
             
            </div>
         
     | 
| 
       209 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       210 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 277 
     | 
    
         
            +
            <div class="section" id="id8">
         
     | 
| 
      
 278 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       211 
279 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       212 
280 
     | 
    
         
             
            <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>
         
     | 
| 
       213 
281 
     | 
    
         
             
            </li>
         
     | 
| 
       214 
282 
     | 
    
         
             
            </ul>
         
     | 
| 
       215 
283 
     | 
    
         
             
            </div>
         
     | 
| 
       216 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       217 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 284 
     | 
    
         
            +
            <div class="section" id="id9">
         
     | 
| 
      
 285 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       218 
286 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       219 
287 
     | 
    
         
             
            <li><p class="first">稲田尚也さん</p>
         
     | 
| 
       220 
288 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -229,8 +297,8 @@ 
     | 
|
| 
       229 
297 
     | 
    
         
             
            </div>
         
     | 
| 
       230 
298 
     | 
    
         
             
            <div class="section" id="release-3-0-5-2013-06-29">
         
     | 
| 
       231 
299 
     | 
    
         
             
            <h2>3.0.5リリース - 2013/06/29<a class="headerlink" href="#release-3-0-5-2013-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       232 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       233 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 300 
     | 
    
         
            +
            <div class="section" id="id10">
         
     | 
| 
      
 301 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       234 
302 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       235 
303 
     | 
    
         
             
            <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>
         
     | 
| 
       236 
304 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -244,8 +312,8 @@ 
     | 
|
| 
       244 
312 
     | 
    
         
             
            </li>
         
     | 
| 
       245 
313 
     | 
    
         
             
            </ul>
         
     | 
| 
       246 
314 
     | 
    
         
             
            </div>
         
     | 
| 
       247 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       248 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 315 
     | 
    
         
            +
            <div class="section" id="id11">
         
     | 
| 
      
 316 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       249 
317 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       250 
318 
     | 
    
         
             
            <li><p class="first">テーブル作成時に必要なロックをかけていないことでmroongaがクラッシュする不具合を修正しました。 [Y.Kentaroさんが報告]</p>
         
     | 
| 
       251 
319 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -263,12 +331,13 @@ 
     | 
|
| 
       263 
331 
     | 
    
         
             
            </li>
         
     | 
| 
       264 
332 
     | 
    
         
             
            </ul>
         
     | 
| 
       265 
333 
     | 
    
         
             
            </div>
         
     | 
| 
       266 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       267 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 334 
     | 
    
         
            +
            <div class="section" id="id12">
         
     | 
| 
      
 335 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       268 
336 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       269 
337 
     | 
    
         
             
            <li><p class="first">Y.Kentaroさん</p>
         
     | 
| 
       270 
338 
     | 
    
         
             
            </li>
         
     | 
| 
       271 
     | 
    
         
            -
            <li 
     | 
| 
      
 339 
     | 
    
         
            +
            <li><p class="first">浅見公輔さん</p>
         
     | 
| 
      
 340 
     | 
    
         
            +
            </li>
         
     | 
| 
       272 
341 
     | 
    
         
             
            <li><p class="first">@orangainさん</p>
         
     | 
| 
       273 
342 
     | 
    
         
             
            </li>
         
     | 
| 
       274 
343 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -276,8 +345,8 @@ 
     | 
|
| 
       276 
345 
     | 
    
         
             
            </div>
         
     | 
| 
       277 
346 
     | 
    
         
             
            <div class="section" id="release-3-0-4-2013-05-29">
         
     | 
| 
       278 
347 
     | 
    
         
             
            <h2>3.0.4リリース - 2013/05/29<a class="headerlink" href="#release-3-0-4-2013-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       279 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       280 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 348 
     | 
    
         
            +
            <div class="section" id="id13">
         
     | 
| 
      
 349 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       281 
350 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       282 
351 
     | 
    
         
             
            <li><p class="first">[tokenizer] ノーマライズした文字列が与えられないときにログメッセージを表示するようにしました。</p>
         
     | 
| 
       283 
352 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -309,8 +378,8 @@ 
     | 
|
| 
       309 
378 
     | 
    
         
             
            </li>
         
     | 
| 
       310 
379 
     | 
    
         
             
            </ul>
         
     | 
| 
       311 
380 
     | 
    
         
             
            </div>
         
     | 
| 
       312 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       313 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 381 
     | 
    
         
            +
            <div class="section" id="id14">
         
     | 
| 
      
 382 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       314 
383 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       315 
384 
     | 
    
         
             
            <li><p class="first">[tokenizer] エラー時のメモリリークを修正しました。</p>
         
     | 
| 
       316 
385 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -328,8 +397,8 @@ 
     | 
|
| 
       328 
397 
     | 
    
         
             
            </li>
         
     | 
| 
       329 
398 
     | 
    
         
             
            </ul>
         
     | 
| 
       330 
399 
     | 
    
         
             
            </div>
         
     | 
| 
       331 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       332 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 400 
     | 
    
         
            +
            <div class="section" id="id15">
         
     | 
| 
      
 401 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       333 
402 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       334 
403 
     | 
    
         
             
            <li><p class="first">@ceekzさん</p>
         
     | 
| 
       335 
404 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -348,8 +417,8 @@ 
     | 
|
| 
       348 
417 
     | 
    
         
             
            </div>
         
     | 
| 
       349 
418 
     | 
    
         
             
            <div class="section" id="release-3-0-3-2013-04-29">
         
     | 
| 
       350 
419 
     | 
    
         
             
            <h2>3.0.3リリース - 2013/04/29<a class="headerlink" href="#release-3-0-3-2013-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       351 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       352 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 420 
     | 
    
         
            +
            <div class="section" id="id16">
         
     | 
| 
      
 421 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       353 
422 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       354 
423 
     | 
    
         
             
            <li><p class="first">[suggest] <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> を使って学習時の重みづけをカスタマイズできるようになりました。</p>
         
     | 
| 
       355 
424 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -372,8 +441,8 @@ 
     | 
|
| 
       372 
441 
     | 
    
         
             
            </div>
         
     | 
| 
       373 
442 
     | 
    
         
             
            <div class="section" id="release-3-0-2-2013-03-29">
         
     | 
| 
       374 
443 
     | 
    
         
             
            <h2>3.0.2リリース - 2013/03/29<a class="headerlink" href="#release-3-0-2-2013-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       375 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       376 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 444 
     | 
    
         
            +
            <div class="section" id="id17">
         
     | 
| 
      
 445 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       377 
446 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       378 
447 
     | 
    
         
             
            <li><p class="first">2つ以上のインデックスをテーブルのキーに対して張れるようにしました。この変更はインデックスを張ったキーへ新たなキーをロードしたときにクラッシュしないようにします。</p>
         
     | 
| 
       379 
448 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -397,8 +466,8 @@ 
     | 
|
| 
       397 
466 
     | 
    
         
             
            </li>
         
     | 
| 
       398 
467 
     | 
    
         
             
            </ul>
         
     | 
| 
       399 
468 
     | 
    
         
             
            </div>
         
     | 
| 
       400 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       401 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 469 
     | 
    
         
            +
            <div class="section" id="id18">
         
     | 
| 
      
 470 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       402 
471 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       403 
472 
     | 
    
         
             
            <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>
         
     | 
| 
       404 
473 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -412,8 +481,8 @@ 
     | 
|
| 
       412 
481 
     | 
    
         
             
            </li>
         
     | 
| 
       413 
482 
     | 
    
         
             
            </ul>
         
     | 
| 
       414 
483 
     | 
    
         
             
            </div>
         
     | 
| 
       415 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       416 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 484 
     | 
    
         
            +
            <div class="section" id="id19">
         
     | 
| 
      
 485 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       417 
486 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       418 
487 
     | 
    
         
             
            <li><p class="first">Hendro Wibowoさん</p>
         
     | 
| 
       419 
488 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -426,8 +495,8 @@ 
     | 
|
| 
       426 
495 
     | 
    
         
             
            </div>
         
     | 
| 
       427 
496 
     | 
    
         
             
            <div class="section" id="release-3-0-1-2013-02-28">
         
     | 
| 
       428 
497 
     | 
    
         
             
            <h2>3.0.1リリース - 2013/02/28<a class="headerlink" href="#release-3-0-1-2013-02-28" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       429 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       430 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 498 
     | 
    
         
            +
            <div class="section" id="id20">
         
     | 
| 
      
 499 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       431 
500 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       432 
501 
     | 
    
         
             
            <li><p class="first">loadコマンドでデータをロードするときに参照カラムに対するBoolの設定をサポートしました。</p>
         
     | 
| 
       433 
502 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -443,8 +512,8 @@ 
     | 
|
| 
       443 
512 
     | 
    
         
             
            </li>
         
     | 
| 
       444 
513 
     | 
    
         
             
            </ul>
         
     | 
| 
       445 
514 
     | 
    
         
             
            </div>
         
     | 
| 
       446 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       447 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 515 
     | 
    
         
            +
            <div class="section" id="id21">
         
     | 
| 
      
 516 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       448 
517 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       449 
518 
     | 
    
         
             
            <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>
         
     | 
| 
       450 
519 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -454,8 +523,8 @@ 
     | 
|
| 
       454 
523 
     | 
    
         
             
            </li>
         
     | 
| 
       455 
524 
     | 
    
         
             
            </ul>
         
     | 
| 
       456 
525 
     | 
    
         
             
            </div>
         
     | 
| 
       457 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       458 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 526 
     | 
    
         
            +
            <div class="section" id="id22">
         
     | 
| 
      
 527 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       459 
528 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       460 
529 
     | 
    
         
             
            <li><p class="first">b senbokuさん</p>
         
     | 
| 
       461 
530 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -468,8 +537,8 @@ 
     | 
|
| 
       468 
537 
     | 
    
         
             
            <li><p class="first">バージョン3.0.0になりました!</p>
         
     | 
| 
       469 
538 
     | 
    
         
             
            </li>
         
     | 
| 
       470 
539 
     | 
    
         
             
            </ul>
         
     | 
| 
       471 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       472 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 540 
     | 
    
         
            +
            <div class="section" id="id23">
         
     | 
| 
      
 541 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       473 
542 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       474 
543 
     | 
    
         
             
            <li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> パッケージのインストール時に必要な辞書をEUC-JPでなくUTF-8の辞書ものを明示的にインストールするように修正した。</p>
         
     | 
| 
       475 
544 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -479,8 +548,8 @@ 
     | 
|
| 
       479 
548 
     | 
    
         
             
            </li>
         
     | 
| 
       480 
549 
     | 
    
         
             
            </ul>
         
     | 
| 
       481 
550 
     | 
    
         
             
            </div>
         
     | 
| 
       482 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       483 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 551 
     | 
    
         
            +
            <div class="section" id="id24">
         
     | 
| 
      
 552 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       484 
553 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       485 
554 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       486 
555 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -489,8 +558,8 @@ 
     | 
|
| 
       489 
558 
     | 
    
         
             
            </div>
         
     | 
| 
       490 
559 
     | 
    
         
             
            <div class="section" id="release-2-1-2-2013-01-29">
         
     | 
| 
       491 
560 
     | 
    
         
             
            <h2>2.1.2リリース - 2013/01/29<a class="headerlink" href="#release-2-1-2-2013-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       492 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       493 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 561 
     | 
    
         
            +
            <div class="section" id="id25">
         
     | 
| 
      
 562 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       494 
563 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       495 
564 
     | 
    
         
             
            <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>
         
     | 
| 
       496 
565 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -518,8 +587,8 @@ 
     | 
|
| 
       518 
587 
     | 
    
         
             
            </li>
         
     | 
| 
       519 
588 
     | 
    
         
             
            </ul>
         
     | 
| 
       520 
589 
     | 
    
         
             
            </div>
         
     | 
| 
       521 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       522 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 590 
     | 
    
         
            +
            <div class="section" id="id26">
         
     | 
| 
      
 591 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       523 
592 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       524 
593 
     | 
    
         
             
            <li><p class="first">MeCabトークナイザーの共有オブジェクトが見つからなくてもエラーをログに記録しないようにした。 [groonga-dev,01174] [wingさんが報告]</p>
         
     | 
| 
       525 
594 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -529,8 +598,8 @@ 
     | 
|
| 
       529 
598 
     | 
    
         
             
            </li>
         
     | 
| 
       530 
599 
     | 
    
         
             
            </ul>
         
     | 
| 
       531 
600 
     | 
    
         
             
            </div>
         
     | 
| 
       532 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       533 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 601 
     | 
    
         
            +
            <div class="section" id="id27">
         
     | 
| 
      
 602 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       534 
603 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       535 
604 
     | 
    
         
             
            <li><p class="first">wingさん</p>
         
     | 
| 
       536 
605 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -540,8 +609,8 @@ 
     | 
|
| 
       540 
609 
     | 
    
         
             
            <div class="section" id="release-2-1-1-2012-12-29">
         
     | 
| 
       541 
610 
     | 
    
         
             
            <h2>2.1.1リリース - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       542 
611 
     | 
    
         
             
            <p>2.1.0のバグフィックスリリースです。2.1.0を使っている人は2.1.0ではなく2.1.1を使ってください。</p>
         
     | 
| 
       543 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       544 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 612 
     | 
    
         
            +
            <div class="section" id="id28">
         
     | 
| 
      
 613 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       545 
614 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       546 
615 
     | 
    
         
             
            <li><p class="first">groonga 2.0.8以前で作成したデータベース中の <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> 関連の情報が失われる問題を修正。</p>
         
     | 
| 
       547 
616 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -560,8 +629,8 @@ 
     | 
|
| 
       560 
629 
     | 
    
         
             
            <p>このリリースでは <tt class="docutils literal"><span class="pre">--normalizer</span></tt> オプションをサポートしましたが、副作用があり、一度でも古いバージョンのデータベースを新しいバージョンのgroongaで開くと、古いバージョンのgroongaではデータベースを開けなくなります。</p>
         
     | 
| 
       561 
630 
     | 
    
         
             
            <p class="last">もうひとつトークナイザプラグインAPIに関する非互換な変更があります。 <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> APIの引数が変更されました。このAPIの変更はトークナイザプラグインの開発者に影響があります。</p>
         
     | 
| 
       562 
631 
     | 
    
         
             
            </div>
         
     | 
| 
       563 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       564 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 632 
     | 
    
         
            +
            <div class="section" id="id29">
         
     | 
| 
      
 633 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       565 
634 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       566 
635 
     | 
    
         
             
            <li><p class="first">[doc] <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>カラムインデックスによる関連テーブルをまたぐ検索</em></a> に関するドキュメントを追加。</p>
         
     | 
| 
       567 
636 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -583,8 +652,8 @@ 
     | 
|
| 
       583 
652 
     | 
    
         
             
            </li>
         
     | 
| 
       584 
653 
     | 
    
         
             
            </ul>
         
     | 
| 
       585 
654 
     | 
    
         
             
            </div>
         
     | 
| 
       586 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       587 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 655 
     | 
    
         
            +
            <div class="section" id="id30">
         
     | 
| 
      
 656 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       588 
657 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       589 
658 
     | 
    
         
             
            <li><p class="first">[windows] <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> フラグをファイルを開くときに指定するようにした。groonga HTTPサーバが無限ループに陥っていた問題が解決します。 [GitHub#47] [Shimomura Tatsuyaさんがパッチ提供]</p>
         
     | 
| 
       590 
659 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -594,8 +663,8 @@ 
     | 
|
| 
       594 
663 
     | 
    
         
             
            </li>
         
     | 
| 
       595 
664 
     | 
    
         
             
            </ul>
         
     | 
| 
       596 
665 
     | 
    
         
             
            </div>
         
     | 
| 
       597 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       598 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 666 
     | 
    
         
            +
            <div class="section" id="id31">
         
     | 
| 
      
 667 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       599 
668 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       600 
669 
     | 
    
         
             
            <li><p class="first">嶋田 大貴さん</p>
         
     | 
| 
       601 
670 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -606,8 +675,8 @@ 
     | 
|
| 
       606 
675 
     | 
    
         
             
            </div>
         
     | 
| 
       607 
676 
     | 
    
         
             
            <div class="section" id="release-2-0-9-2012-11-29">
         
     | 
| 
       608 
677 
     | 
    
         
             
            <h2>2.0.9リリース - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       609 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       610 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 678 
     | 
    
         
            +
            <div class="section" id="id32">
         
     | 
| 
      
 679 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       611 
680 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       612 
681 
     | 
    
         
             
            <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>
         
     | 
| 
       613 
682 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -635,8 +704,8 @@ 
     | 
|
| 
       635 
704 
     | 
    
         
             
            </li>
         
     | 
| 
       636 
705 
     | 
    
         
             
            </ul>
         
     | 
| 
       637 
706 
     | 
    
         
             
            </div>
         
     | 
| 
       638 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       639 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 707 
     | 
    
         
            +
            <div class="section" id="id33">
         
     | 
| 
      
 708 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       640 
709 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       641 
710 
     | 
    
         
             
            <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>
         
     | 
| 
       642 
711 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -658,8 +727,8 @@ 
     | 
|
| 
       658 
727 
     | 
    
         
             
            This change not to contain such a metadata as search results.</li>
         
     | 
| 
       659 
728 
     | 
    
         
             
            </ul>
         
     | 
| 
       660 
729 
     | 
    
         
             
            </div>
         
     | 
| 
       661 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       662 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 730 
     | 
    
         
            +
            <div class="section" id="id34">
         
     | 
| 
      
 731 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       663 
732 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       664 
733 
     | 
    
         
             
            <li><p class="first">嶋田 大貴さん</p>
         
     | 
| 
       665 
734 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -672,8 +741,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       672 
741 
     | 
    
         
             
            </div>
         
     | 
| 
       673 
742 
     | 
    
         
             
            <div class="section" id="release-2-0-8-2012-10-29">
         
     | 
| 
       674 
743 
     | 
    
         
             
            <h2>2.0.8リリース - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       675 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       676 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 744 
     | 
    
         
            +
            <div class="section" id="id35">
         
     | 
| 
      
 745 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       677 
746 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       678 
747 
     | 
    
         
             
            <li><p class="first">[rpm] server-httpとhttpdパッケージの説明を改善した。 [Daiki Uenoさんが提案]</p>
         
     | 
| 
       679 
748 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -689,8 +758,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       689 
758 
     | 
    
         
             
            </li>
         
     | 
| 
       690 
759 
     | 
    
         
             
            </ul>
         
     | 
| 
       691 
760 
     | 
    
         
             
            </div>
         
     | 
| 
       692 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       693 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 761 
     | 
    
         
            +
            <div class="section" id="id36">
         
     | 
| 
      
 762 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id36" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       694 
763 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       695 
764 
     | 
    
         
             
            <li><p class="first">[rpm] 不要な"Requires"をspecファイルから削除するようにした。[Daiki Uenoさんが報告]</p>
         
     | 
| 
       696 
765 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -704,8 +773,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       704 
773 
     | 
    
         
             
            </li>
         
     | 
| 
       705 
774 
     | 
    
         
             
            </ul>
         
     | 
| 
       706 
775 
     | 
    
         
             
            </div>
         
     | 
| 
       707 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       708 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 776 
     | 
    
         
            +
            <div class="section" id="id37">
         
     | 
| 
      
 777 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id37" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       709 
778 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       710 
779 
     | 
    
         
             
            <li><p class="first">うえのさん</p>
         
     | 
| 
       711 
780 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -718,8 +787,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       718 
787 
     | 
    
         
             
            </div>
         
     | 
| 
       719 
788 
     | 
    
         
             
            <div class="section" id="release-2-0-7-2012-09-29">
         
     | 
| 
       720 
789 
     | 
    
         
             
            <h2>2.0.7リリース - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       721 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       722 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 790 
     | 
    
         
            +
            <div class="section" id="id38">
         
     | 
| 
      
 791 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id38" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       723 
792 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       724 
793 
     | 
    
         
             
            <li><p class="first">[doc] <tt class="docutils literal"><span class="pre">--query_flags</span></tt> の説明を追加。</p>
         
     | 
| 
       725 
794 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -747,8 +816,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       747 
816 
     | 
    
         
             
            </li>
         
     | 
| 
       748 
817 
     | 
    
         
             
            </ul>
         
     | 
| 
       749 
818 
     | 
    
         
             
            </div>
         
     | 
| 
       750 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       751 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 819 
     | 
    
         
            +
            <div class="section" id="id39">
         
     | 
| 
      
 820 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id39" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       752 
821 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       753 
822 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">load</span></tt> コマンド実行時にベクタ要素へ主キー値の属する型情報を設定するように修正した。 [GitHub#30]</p>
         
     | 
| 
       754 
823 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -766,8 +835,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       766 
835 
     | 
    
         
             
            </li>
         
     | 
| 
       767 
836 
     | 
    
         
             
            </ul>
         
     | 
| 
       768 
837 
     | 
    
         
             
            </div>
         
     | 
| 
       769 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       770 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 838 
     | 
    
         
            +
            <div class="section" id="id40">
         
     | 
| 
      
 839 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id40" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       771 
840 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       772 
841 
     | 
    
         
             
            <li><p class="first">@Kiskeさん</p>
         
     | 
| 
       773 
842 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -776,8 +845,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       776 
845 
     | 
    
         
             
            </div>
         
     | 
| 
       777 
846 
     | 
    
         
             
            <div class="section" id="release-2-0-6-2012-08-29">
         
     | 
| 
       778 
847 
     | 
    
         
             
            <h2>2.0.6リリース - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       779 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       780 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 848 
     | 
    
         
            +
            <div class="section" id="id41">
         
     | 
| 
      
 849 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id41" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       781 
850 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       782 
851 
     | 
    
         
             
            <li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> メタパッケージを追加。 [#1451]</p>
         
     | 
| 
       783 
852 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -813,8 +882,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       813 
882 
     | 
    
         
             
            </li>
         
     | 
| 
       814 
883 
     | 
    
         
             
            </ul>
         
     | 
| 
       815 
884 
     | 
    
         
             
            </div>
         
     | 
| 
       816 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       817 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 885 
     | 
    
         
            +
            <div class="section" id="id42">
         
     | 
| 
      
 886 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id42" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       818 
887 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       819 
888 
     | 
    
         
             
            <li><p class="first">[doc] チュートリアルの実行例を修正した。 [#1428] [岩井さんが報告]</p>
         
     | 
| 
       820 
889 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -833,8 +902,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       833 
902 
     | 
    
         
             
            </li>
         
     | 
| 
       834 
903 
     | 
    
         
             
            </ul>
         
     | 
| 
       835 
904 
     | 
    
         
             
            </div>
         
     | 
| 
       836 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       837 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 905 
     | 
    
         
            +
            <div class="section" id="id43">
         
     | 
| 
      
 906 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id43" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       838 
907 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       839 
908 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       840 
909 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -845,8 +914,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       845 
914 
     | 
    
         
             
            </div>
         
     | 
| 
       846 
915 
     | 
    
         
             
            <div class="section" id="release-2-0-5-2012-07-29">
         
     | 
| 
       847 
916 
     | 
    
         
             
            <h2>2.0.5リリース - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       848 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       849 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 917 
     | 
    
         
            +
            <div class="section" id="id44">
         
     | 
| 
      
 918 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id44" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       850 
919 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       851 
920 
     | 
    
         
             
            <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>
         
     | 
| 
       852 
921 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -886,8 +955,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       886 
955 
     | 
    
         
             
            </li>
         
     | 
| 
       887 
956 
     | 
    
         
             
            </ul>
         
     | 
| 
       888 
957 
     | 
    
         
             
            </div>
         
     | 
| 
       889 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       890 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 958 
     | 
    
         
            +
            <div class="section" id="id45">
         
     | 
| 
      
 959 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id45" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       891 
960 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       892 
961 
     | 
    
         
             
            <li><p class="first">groonga-httpdが Mac OS Xでビルドできない問題を修正。[島田 浩二さんが報告]</p>
         
     | 
| 
       893 
962 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -909,8 +978,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       909 
978 
     | 
    
         
             
            </li>
         
     | 
| 
       910 
979 
     | 
    
         
             
            </ul>
         
     | 
| 
       911 
980 
     | 
    
         
             
            </div>
         
     | 
| 
       912 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       913 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 981 
     | 
    
         
            +
            <div class="section" id="id46">
         
     | 
| 
      
 982 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id46" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       914 
983 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       915 
984 
     | 
    
         
             
            <li><p class="first">島田 浩二さん</p>
         
     | 
| 
       916 
985 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -921,8 +990,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       921 
990 
     | 
    
         
             
            </div>
         
     | 
| 
       922 
991 
     | 
    
         
             
            <div class="section" id="release-2-0-4-2012-06-29">
         
     | 
| 
       923 
992 
     | 
    
         
             
            <h2>2.0.4リリース - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       924 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       925 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 993 
     | 
    
         
            +
            <div class="section" id="id47">
         
     | 
| 
      
 994 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id47" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       926 
995 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       927 
996 
     | 
    
         
             
            <li><p class="first">KyTea 0.4.2のみをサポート。</p>
         
     | 
| 
       928 
997 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -956,8 +1025,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       956 
1025 
     | 
    
         
             
            </li>
         
     | 
| 
       957 
1026 
     | 
    
         
             
            </ul>
         
     | 
| 
       958 
1027 
     | 
    
         
             
            </div>
         
     | 
| 
       959 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       960 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1028 
     | 
    
         
            +
            <div class="section" id="id48">
         
     | 
| 
      
 1029 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id48" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       961 
1030 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       962 
1031 
     | 
    
         
             
            <li><p class="first">Mac OS Xでバッチモードを使用した際にコマンドプロンプトの表示が意図しない状態になる問題を修正。 [@soundkitchenさんが報告]</p>
         
     | 
| 
       963 
1032 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -967,8 +1036,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       967 
1036 
     | 
    
         
             
            </li>
         
     | 
| 
       968 
1037 
     | 
    
         
             
            </ul>
         
     | 
| 
       969 
1038 
     | 
    
         
             
            </div>
         
     | 
| 
       970 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       971 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1039 
     | 
    
         
            +
            <div class="section" id="id49">
         
     | 
| 
      
 1040 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id49" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       972 
1041 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       973 
1042 
     | 
    
         
             
            <li><p class="first">@soundkitchenさん</p>
         
     | 
| 
       974 
1043 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -979,8 +1048,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       979 
1048 
     | 
    
         
             
            </div>
         
     | 
| 
       980 
1049 
     | 
    
         
             
            <div class="section" id="release-2-0-3-2012-05-29">
         
     | 
| 
       981 
1050 
     | 
    
         
             
            <h2>2.0.3リリース - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       982 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       983 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1051 
     | 
    
         
            +
            <div class="section" id="id50">
         
     | 
| 
      
 1052 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id50" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       984 
1053 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       985 
1054 
     | 
    
         
             
            <li><p class="first">[doc] リリース手順を追加。</p>
         
     | 
| 
       986 
1055 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1010,8 +1079,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1010 
1079 
     | 
    
         
             
            </li>
         
     | 
| 
       1011 
1080 
     | 
    
         
             
            </ul>
         
     | 
| 
       1012 
1081 
     | 
    
         
             
            </div>
         
     | 
| 
       1013 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1014 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1082 
     | 
    
         
            +
            <div class="section" id="id51">
         
     | 
| 
      
 1083 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id51" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1015 
1084 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1016 
1085 
     | 
    
         
             
            <li><p class="first">[doc] yumリポジトリを更新するためのコマンドを修正。 [岩井さんが提案]</p>
         
     | 
| 
       1017 
1086 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1027,8 +1096,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1027 
1096 
     | 
    
         
             
            </li>
         
     | 
| 
       1028 
1097 
     | 
    
         
             
            </ul>
         
     | 
| 
       1029 
1098 
     | 
    
         
             
            </div>
         
     | 
| 
       1030 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1031 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1099 
     | 
    
         
            +
            <div class="section" id="id52">
         
     | 
| 
      
 1100 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id52" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1032 
1101 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1033 
1102 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       1034 
1103 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1051,8 +1120,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1051 
1120 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       1052 
1121 
     | 
    
         
             
            </div>
         
     | 
| 
       1053 
1122 
     | 
    
         
             
            </div>
         
     | 
| 
       1054 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1055 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1123 
     | 
    
         
            +
            <div class="section" id="id53">
         
     | 
| 
      
 1124 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id53" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1056 
1125 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1057 
1126 
     | 
    
         
             
            <li><p class="first">[pkg-config] 必要のないMessagePackへの依存関係を削除。</p>
         
     | 
| 
       1058 
1127 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1080,8 +1149,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1080 
1149 
     | 
    
         
             
            </li>
         
     | 
| 
       1081 
1150 
     | 
    
         
             
            </ul>
         
     | 
| 
       1082 
1151 
     | 
    
         
             
            </div>
         
     | 
| 
       1083 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1084 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1152 
     | 
    
         
            +
            <div class="section" id="id54">
         
     | 
| 
      
 1153 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id54" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1085 
1154 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1086 
1155 
     | 
    
         
             
            <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>
         
     | 
| 
       1087 
1156 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1103,8 +1172,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1103 
1172 
     | 
    
         
             
            </li>
         
     | 
| 
       1104 
1173 
     | 
    
         
             
            </ul>
         
     | 
| 
       1105 
1174 
     | 
    
         
             
            </div>
         
     | 
| 
       1106 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1107 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1175 
     | 
    
         
            +
            <div class="section" id="id55">
         
     | 
| 
      
 1176 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id55" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1108 
1177 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1109 
1178 
     | 
    
         
             
            <li><p class="first">岩井さん</p>
         
     | 
| 
       1110 
1179 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1117,8 +1186,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1117 
1186 
     | 
    
         
             
            </div>
         
     | 
| 
       1118 
1187 
     | 
    
         
             
            <div class="section" id="release-2-0-1-2012-03-29">
         
     | 
| 
       1119 
1188 
     | 
    
         
             
            <h2>2.0.1リリース - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1120 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1121 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1189 
     | 
    
         
            +
            <div class="section" id="id56">
         
     | 
| 
      
 1190 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id56" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1122 
1191 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1123 
1192 
     | 
    
         
             
            <li><p class="first">別ディレクトリでのビルドをサポートした。 [#1298] [かずひこさんが報告]</p>
         
     | 
| 
       1124 
1193 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1152,8 +1221,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1152 
1221 
     | 
    
         
             
            </li>
         
     | 
| 
       1153 
1222 
     | 
    
         
             
            </ul>
         
     | 
| 
       1154 
1223 
     | 
    
         
             
            </div>
         
     | 
| 
       1155 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1156 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1224 
     | 
    
         
            +
            <div class="section" id="id57">
         
     | 
| 
      
 1225 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id57" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1157 
1226 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1158 
1227 
     | 
    
         
             
            <li><p class="first">インストールしたRubyスクリプトをuninstallでアンインストールできない問題を修正した。 [#1299] [かずひこさんが報告]</p>
         
     | 
| 
       1159 
1228 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1167,8 +1236,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1167 
1236 
     | 
    
         
             
            </li>
         
     | 
| 
       1168 
1237 
     | 
    
         
             
            </ul>
         
     | 
| 
       1169 
1238 
     | 
    
         
             
            </div>
         
     | 
| 
       1170 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1171 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1239 
     | 
    
         
            +
            <div class="section" id="id58">
         
     | 
| 
      
 1240 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id58" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1172 
1241 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1173 
1242 
     | 
    
         
             
            <li><p class="first">かずひこさん</p>
         
     | 
| 
       1174 
1243 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1179,8 +1248,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1179 
1248 
     | 
    
         
             
            </div>
         
     | 
| 
       1180 
1249 
     | 
    
         
             
            <div class="section" id="release-2-0-0-2012-02-29">
         
     | 
| 
       1181 
1250 
     | 
    
         
             
            <h2>2.0.0リリース - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1182 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1183 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1251 
     | 
    
         
            +
            <div class="section" id="id59">
         
     | 
| 
      
 1252 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id59" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1184 
1253 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1185 
1254 
     | 
    
         
             
            <li><p class="first">[dat] 長さが0かどうかキーをチェックするようにした。</p>
         
     | 
| 
       1186 
1255 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1218,8 +1287,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1218 
1287 
     | 
    
         
             
            </li>
         
     | 
| 
       1219 
1288 
     | 
    
         
             
            </ul>
         
     | 
| 
       1220 
1289 
     | 
    
         
             
            </div>
         
     | 
| 
       1221 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1222 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1290 
     | 
    
         
            +
            <div class="section" id="id60">
         
     | 
| 
      
 1291 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id60" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1223 
1292 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1224 
1293 
     | 
    
         
             
            <li><p class="first">[pat] 最後のノードを見つけられない問題を修正した。 [#1258]</p>
         
     | 
| 
       1225 
1294 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1233,8 +1302,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1233 
1302 
     | 
    
         
             
            </li>
         
     | 
| 
       1234 
1303 
     | 
    
         
             
            </ul>
         
     | 
| 
       1235 
1304 
     | 
    
         
             
            </div>
         
     | 
| 
       1236 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1237 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1305 
     | 
    
         
            +
            <div class="section" id="id61">
         
     | 
| 
      
 1306 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id61" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1238 
1307 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1239 
1308 
     | 
    
         
             
            <li><p class="first">鈴木さん</p>
         
     | 
| 
       1240 
1309 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1246,14 +1315,15 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1246 
1315 
     | 
    
         
             
            </li>
         
     | 
| 
       1247 
1316 
     | 
    
         
             
            <li><p class="first">Masaharu YOSHIOKAさん</p>
         
     | 
| 
       1248 
1317 
     | 
    
         
             
            </li>
         
     | 
| 
       1249 
     | 
    
         
            -
            <li>@wareohji 
     | 
| 
      
 1318 
     | 
    
         
            +
            <li><p class="first">@wareohjiさん</p>
         
     | 
| 
      
 1319 
     | 
    
         
            +
            </li>
         
     | 
| 
       1250 
1320 
     | 
    
         
             
            </ul>
         
     | 
| 
       1251 
1321 
     | 
    
         
             
            </div>
         
     | 
| 
       1252 
1322 
     | 
    
         
             
            </div>
         
     | 
| 
       1253 
1323 
     | 
    
         
             
            <div class="section" id="release-1-3-0-2012-01-29">
         
     | 
| 
       1254 
1324 
     | 
    
         
             
            <h2>1.3.0リリース - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1255 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1256 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1325 
     | 
    
         
            +
            <div class="section" id="id62">
         
     | 
| 
      
 1326 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id62" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1257 
1327 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1258 
1328 
     | 
    
         
             
            <li><p class="first">GRN_DB_KEY=patまたはGRN_DB_KEY=dat環境変数値による動的なDBのキー管理テーブルの変更をサポート。</p>
         
     | 
| 
       1259 
1329 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1305,8 +1375,8 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1305 
1375 
     | 
    
         
             
            </li>
         
     | 
| 
       1306 
1376 
     | 
    
         
             
            </ul>
         
     | 
| 
       1307 
1377 
     | 
    
         
             
            </div>
         
     | 
| 
       1308 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       1309 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1378 
     | 
    
         
            +
            <div class="section" id="id63">
         
     | 
| 
      
 1379 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id63" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1310 
1380 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1311 
1381 
     | 
    
         
             
            <li><p class="first">montywiさん</p>
         
     | 
| 
       1312 
1382 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1429,136 +1499,142 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1429 
1499 
     | 
    
         
             
              <h3><a href="index.html">目次</a></h3>
         
     | 
| 
       1430 
1500 
     | 
    
         
             
              <ul>
         
     | 
| 
       1431 
1501 
     | 
    
         
             
            <li><a class="reference internal" href="#">お知らせ</a><ul>
         
     | 
| 
       1432 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1502 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-9-2013-10-29">3.0.9リリース - 2013/10/29</a><ul>
         
     | 
| 
       1433 
1503 
     | 
    
         
             
            <li><a class="reference internal" href="#improvements">改良</a></li>
         
     | 
| 
       1434 
1504 
     | 
    
         
             
            <li><a class="reference internal" href="#fixes">修正</a></li>
         
     | 
| 
       1435 
1505 
     | 
    
         
             
            <li><a class="reference internal" href="#thanks">感謝</a></li>
         
     | 
| 
       1436 
1506 
     | 
    
         
             
            </ul>
         
     | 
| 
       1437 
1507 
     | 
    
         
             
            </li>
         
     | 
| 
       1438 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1508 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-8-2013-09-29">3.0.8リリース - 2013/09/29</a><ul>
         
     | 
| 
       1439 
1509 
     | 
    
         
             
            <li><a class="reference internal" href="#id1">改良</a></li>
         
     | 
| 
       1440 
1510 
     | 
    
         
             
            <li><a class="reference internal" href="#id2">修正</a></li>
         
     | 
| 
       1441 
1511 
     | 
    
         
             
            <li><a class="reference internal" href="#id3">感謝</a></li>
         
     | 
| 
       1442 
1512 
     | 
    
         
             
            </ul>
         
     | 
| 
       1443 
1513 
     | 
    
         
             
            </li>
         
     | 
| 
       1444 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1514 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-7-2013-08-29">3.0.7リリース - 2013/08/29</a><ul>
         
     | 
| 
       1445 
1515 
     | 
    
         
             
            <li><a class="reference internal" href="#id4">改良</a></li>
         
     | 
| 
       1446 
1516 
     | 
    
         
             
            <li><a class="reference internal" href="#id5">修正</a></li>
         
     | 
| 
       1447 
1517 
     | 
    
         
             
            <li><a class="reference internal" href="#id6">感謝</a></li>
         
     | 
| 
       1448 
1518 
     | 
    
         
             
            </ul>
         
     | 
| 
       1449 
1519 
     | 
    
         
             
            </li>
         
     | 
| 
       1450 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1520 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-6-2013-07-29">3.0.6リリース - 2013/07/29</a><ul>
         
     | 
| 
       1451 
1521 
     | 
    
         
             
            <li><a class="reference internal" href="#id7">改良</a></li>
         
     | 
| 
       1452 
1522 
     | 
    
         
             
            <li><a class="reference internal" href="#id8">修正</a></li>
         
     | 
| 
       1453 
1523 
     | 
    
         
             
            <li><a class="reference internal" href="#id9">感謝</a></li>
         
     | 
| 
       1454 
1524 
     | 
    
         
             
            </ul>
         
     | 
| 
       1455 
1525 
     | 
    
         
             
            </li>
         
     | 
| 
       1456 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1526 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-5-2013-06-29">3.0.5リリース - 2013/06/29</a><ul>
         
     | 
| 
       1457 
1527 
     | 
    
         
             
            <li><a class="reference internal" href="#id10">改良</a></li>
         
     | 
| 
       1458 
1528 
     | 
    
         
             
            <li><a class="reference internal" href="#id11">修正</a></li>
         
     | 
| 
       1459 
1529 
     | 
    
         
             
            <li><a class="reference internal" href="#id12">感謝</a></li>
         
     | 
| 
       1460 
1530 
     | 
    
         
             
            </ul>
         
     | 
| 
       1461 
1531 
     | 
    
         
             
            </li>
         
     | 
| 
       1462 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1532 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-4-2013-05-29">3.0.4リリース - 2013/05/29</a><ul>
         
     | 
| 
       1463 
1533 
     | 
    
         
             
            <li><a class="reference internal" href="#id13">改良</a></li>
         
     | 
| 
      
 1534 
     | 
    
         
            +
            <li><a class="reference internal" href="#id14">修正</a></li>
         
     | 
| 
      
 1535 
     | 
    
         
            +
            <li><a class="reference internal" href="#id15">感謝</a></li>
         
     | 
| 
       1464 
1536 
     | 
    
         
             
            </ul>
         
     | 
| 
       1465 
1537 
     | 
    
         
             
            </li>
         
     | 
| 
       1466 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
       1467 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       1468 
     | 
    
         
            -
            <li><a class="reference internal" href="#id15">修正</a></li>
         
     | 
| 
       1469 
     | 
    
         
            -
            <li><a class="reference internal" href="#id16">感謝</a></li>
         
     | 
| 
      
 1538 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-3-2013-04-29">3.0.3リリース - 2013/04/29</a><ul>
         
     | 
| 
      
 1539 
     | 
    
         
            +
            <li><a class="reference internal" href="#id16">改良</a></li>
         
     | 
| 
       1470 
1540 
     | 
    
         
             
            </ul>
         
     | 
| 
       1471 
1541 
     | 
    
         
             
            </li>
         
     | 
| 
       1472 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
      
 1542 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-2-2013-03-29">3.0.2リリース - 2013/03/29</a><ul>
         
     | 
| 
       1473 
1543 
     | 
    
         
             
            <li><a class="reference internal" href="#id17">改良</a></li>
         
     | 
| 
       1474 
1544 
     | 
    
         
             
            <li><a class="reference internal" href="#id18">修正</a></li>
         
     | 
| 
       1475 
1545 
     | 
    
         
             
            <li><a class="reference internal" href="#id19">感謝</a></li>
         
     | 
| 
       1476 
1546 
     | 
    
         
             
            </ul>
         
     | 
| 
       1477 
1547 
     | 
    
         
             
            </li>
         
     | 
| 
       1478 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-3-0- 
     | 
| 
       1479 
     | 
    
         
            -
            <li><a class="reference internal" href="#id20" 
     | 
| 
       1480 
     | 
    
         
            -
            <li><a class="reference internal" href="#id21" 
     | 
| 
      
 1548 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-1-2013-02-28">3.0.1リリース - 2013/02/28</a><ul>
         
     | 
| 
      
 1549 
     | 
    
         
            +
            <li><a class="reference internal" href="#id20">改良</a></li>
         
     | 
| 
      
 1550 
     | 
    
         
            +
            <li><a class="reference internal" href="#id21">修正</a></li>
         
     | 
| 
      
 1551 
     | 
    
         
            +
            <li><a class="reference internal" href="#id22">感謝</a></li>
         
     | 
| 
       1481 
1552 
     | 
    
         
             
            </ul>
         
     | 
| 
       1482 
1553 
     | 
    
         
             
            </li>
         
     | 
| 
       1483 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
       1484 
     | 
    
         
            -
            <li><a class="reference internal" href="#id22">改良</a></li>
         
     | 
| 
      
 1554 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-3-0-0-2013-02-09">3.0.0リリース - 2013/02/09</a><ul>
         
     | 
| 
       1485 
1555 
     | 
    
         
             
            <li><a class="reference internal" href="#id23">修正</a></li>
         
     | 
| 
       1486 
1556 
     | 
    
         
             
            <li><a class="reference internal" href="#id24">感謝</a></li>
         
     | 
| 
       1487 
1557 
     | 
    
         
             
            </ul>
         
     | 
| 
       1488 
1558 
     | 
    
         
             
            </li>
         
     | 
| 
       1489 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-1- 
     | 
| 
       1490 
     | 
    
         
            -
            <li><a class="reference internal" href="#id25" 
     | 
| 
      
 1559 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-2-2013-01-29">2.1.2リリース - 2013/01/29</a><ul>
         
     | 
| 
      
 1560 
     | 
    
         
            +
            <li><a class="reference internal" href="#id25">改良</a></li>
         
     | 
| 
      
 1561 
     | 
    
         
            +
            <li><a class="reference internal" href="#id26">修正</a></li>
         
     | 
| 
      
 1562 
     | 
    
         
            +
            <li><a class="reference internal" href="#id27">感謝</a></li>
         
     | 
| 
       1491 
1563 
     | 
    
         
             
            </ul>
         
     | 
| 
       1492 
1564 
     | 
    
         
             
            </li>
         
     | 
| 
       1493 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-1- 
     | 
| 
       1494 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       1495 
     | 
    
         
            -
            <li><a class="reference internal" href="#id27">修正</a></li>
         
     | 
| 
       1496 
     | 
    
         
            -
            <li><a class="reference internal" href="#id28">感謝</a></li>
         
     | 
| 
      
 1565 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-1-2012-12-29">2.1.1リリース - 2012/12/29</a><ul>
         
     | 
| 
      
 1566 
     | 
    
         
            +
            <li><a class="reference internal" href="#id28">修正</a></li>
         
     | 
| 
       1497 
1567 
     | 
    
         
             
            </ul>
         
     | 
| 
       1498 
1568 
     | 
    
         
             
            </li>
         
     | 
| 
       1499 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1569 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-1-0-2012-12-29">2.1.0リリース - 2012/12/29</a><ul>
         
     | 
| 
       1500 
1570 
     | 
    
         
             
            <li><a class="reference internal" href="#id29">改良</a></li>
         
     | 
| 
       1501 
1571 
     | 
    
         
             
            <li><a class="reference internal" href="#id30">修正</a></li>
         
     | 
| 
       1502 
1572 
     | 
    
         
             
            <li><a class="reference internal" href="#id31">感謝</a></li>
         
     | 
| 
       1503 
1573 
     | 
    
         
             
            </ul>
         
     | 
| 
       1504 
1574 
     | 
    
         
             
            </li>
         
     | 
| 
       1505 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1575 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-9-2012-11-29">2.0.9リリース - 2012/11/29</a><ul>
         
     | 
| 
       1506 
1576 
     | 
    
         
             
            <li><a class="reference internal" href="#id32">改良</a></li>
         
     | 
| 
       1507 
1577 
     | 
    
         
             
            <li><a class="reference internal" href="#id33">修正</a></li>
         
     | 
| 
       1508 
1578 
     | 
    
         
             
            <li><a class="reference internal" href="#id34">感謝</a></li>
         
     | 
| 
       1509 
1579 
     | 
    
         
             
            </ul>
         
     | 
| 
       1510 
1580 
     | 
    
         
             
            </li>
         
     | 
| 
       1511 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1581 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-8-2012-10-29">2.0.8リリース - 2012/10/29</a><ul>
         
     | 
| 
       1512 
1582 
     | 
    
         
             
            <li><a class="reference internal" href="#id35">改良</a></li>
         
     | 
| 
       1513 
1583 
     | 
    
         
             
            <li><a class="reference internal" href="#id36">修正</a></li>
         
     | 
| 
       1514 
1584 
     | 
    
         
             
            <li><a class="reference internal" href="#id37">感謝</a></li>
         
     | 
| 
       1515 
1585 
     | 
    
         
             
            </ul>
         
     | 
| 
       1516 
1586 
     | 
    
         
             
            </li>
         
     | 
| 
       1517 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1587 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-7-2012-09-29">2.0.7リリース - 2012/09/29</a><ul>
         
     | 
| 
       1518 
1588 
     | 
    
         
             
            <li><a class="reference internal" href="#id38">改良</a></li>
         
     | 
| 
       1519 
1589 
     | 
    
         
             
            <li><a class="reference internal" href="#id39">修正</a></li>
         
     | 
| 
       1520 
1590 
     | 
    
         
             
            <li><a class="reference internal" href="#id40">感謝</a></li>
         
     | 
| 
       1521 
1591 
     | 
    
         
             
            </ul>
         
     | 
| 
       1522 
1592 
     | 
    
         
             
            </li>
         
     | 
| 
       1523 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1593 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-6-2012-08-29">2.0.6リリース - 2012/08/29</a><ul>
         
     | 
| 
       1524 
1594 
     | 
    
         
             
            <li><a class="reference internal" href="#id41">改良</a></li>
         
     | 
| 
       1525 
1595 
     | 
    
         
             
            <li><a class="reference internal" href="#id42">修正</a></li>
         
     | 
| 
       1526 
1596 
     | 
    
         
             
            <li><a class="reference internal" href="#id43">感謝</a></li>
         
     | 
| 
       1527 
1597 
     | 
    
         
             
            </ul>
         
     | 
| 
       1528 
1598 
     | 
    
         
             
            </li>
         
     | 
| 
       1529 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1599 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-5-2012-07-29">2.0.5リリース - 2012/07/29</a><ul>
         
     | 
| 
       1530 
1600 
     | 
    
         
             
            <li><a class="reference internal" href="#id44">改良</a></li>
         
     | 
| 
       1531 
1601 
     | 
    
         
             
            <li><a class="reference internal" href="#id45">修正</a></li>
         
     | 
| 
       1532 
1602 
     | 
    
         
             
            <li><a class="reference internal" href="#id46">感謝</a></li>
         
     | 
| 
       1533 
1603 
     | 
    
         
             
            </ul>
         
     | 
| 
       1534 
1604 
     | 
    
         
             
            </li>
         
     | 
| 
       1535 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1605 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-4-2012-06-29">2.0.4リリース - 2012/06/29</a><ul>
         
     | 
| 
       1536 
1606 
     | 
    
         
             
            <li><a class="reference internal" href="#id47">改良</a></li>
         
     | 
| 
       1537 
1607 
     | 
    
         
             
            <li><a class="reference internal" href="#id48">修正</a></li>
         
     | 
| 
       1538 
1608 
     | 
    
         
             
            <li><a class="reference internal" href="#id49">感謝</a></li>
         
     | 
| 
       1539 
1609 
     | 
    
         
             
            </ul>
         
     | 
| 
       1540 
1610 
     | 
    
         
             
            </li>
         
     | 
| 
       1541 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1611 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-3-2012-05-29">2.0.3リリース - 2012/05/29</a><ul>
         
     | 
| 
       1542 
1612 
     | 
    
         
             
            <li><a class="reference internal" href="#id50">改良</a></li>
         
     | 
| 
       1543 
1613 
     | 
    
         
             
            <li><a class="reference internal" href="#id51">修正</a></li>
         
     | 
| 
       1544 
1614 
     | 
    
         
             
            <li><a class="reference internal" href="#id52">感謝</a></li>
         
     | 
| 
       1545 
1615 
     | 
    
         
             
            </ul>
         
     | 
| 
       1546 
1616 
     | 
    
         
             
            </li>
         
     | 
| 
       1547 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1617 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-2-2012-04-29">2.0.2リリース - 2012/04/29</a><ul>
         
     | 
| 
       1548 
1618 
     | 
    
         
             
            <li><a class="reference internal" href="#id53">改良</a></li>
         
     | 
| 
       1549 
1619 
     | 
    
         
             
            <li><a class="reference internal" href="#id54">修正</a></li>
         
     | 
| 
       1550 
1620 
     | 
    
         
             
            <li><a class="reference internal" href="#id55">感謝</a></li>
         
     | 
| 
       1551 
1621 
     | 
    
         
             
            </ul>
         
     | 
| 
       1552 
1622 
     | 
    
         
             
            </li>
         
     | 
| 
       1553 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-2-0- 
     | 
| 
      
 1623 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-1-2012-03-29">2.0.1リリース - 2012/03/29</a><ul>
         
     | 
| 
       1554 
1624 
     | 
    
         
             
            <li><a class="reference internal" href="#id56">改良</a></li>
         
     | 
| 
       1555 
1625 
     | 
    
         
             
            <li><a class="reference internal" href="#id57">修正</a></li>
         
     | 
| 
       1556 
1626 
     | 
    
         
             
            <li><a class="reference internal" href="#id58">感謝</a></li>
         
     | 
| 
       1557 
1627 
     | 
    
         
             
            </ul>
         
     | 
| 
       1558 
1628 
     | 
    
         
             
            </li>
         
     | 
| 
       1559 
     | 
    
         
            -
            <li><a class="reference internal" href="#release- 
     | 
| 
      
 1629 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-2-0-0-2012-02-29">2.0.0リリース - 2012/02/29</a><ul>
         
     | 
| 
       1560 
1630 
     | 
    
         
             
            <li><a class="reference internal" href="#id59">改良</a></li>
         
     | 
| 
       1561 
     | 
    
         
            -
            <li><a class="reference internal" href="#id60" 
     | 
| 
      
 1631 
     | 
    
         
            +
            <li><a class="reference internal" href="#id60">修正</a></li>
         
     | 
| 
      
 1632 
     | 
    
         
            +
            <li><a class="reference internal" href="#id61">感謝</a></li>
         
     | 
| 
      
 1633 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 1634 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 1635 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-1-3-0-2012-01-29">1.3.0リリース - 2012/01/29</a><ul>
         
     | 
| 
      
 1636 
     | 
    
         
            +
            <li><a class="reference internal" href="#id62">改良</a></li>
         
     | 
| 
      
 1637 
     | 
    
         
            +
            <li><a class="reference internal" href="#id63">感謝</a></li>
         
     | 
| 
       1562 
1638 
     | 
    
         
             
            </ul>
         
     | 
| 
       1563 
1639 
     | 
    
         
             
            </li>
         
     | 
| 
       1564 
1640 
     | 
    
         
             
            <li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
         
     | 
| 
         @@ -1571,7 +1647,7 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1571 
1647 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       1572 
1648 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       1573 
1649 
     | 
    
         
             
                <li><a href="_sources/news.txt"
         
     | 
| 
       1574 
     | 
    
         
            -
                       rel="nofollow" 
     | 
| 
      
 1650 
     | 
    
         
            +
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       1575 
1651 
     | 
    
         
             
              </ul>
         
     | 
| 
       1576 
1652 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
       1577 
1653 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
         @@ -1596,7 +1672,7 @@ This change not to contain such a metadata as search results.</li> 
     | 
|
| 
       1596 
1672 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1597 
1673 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       1598 
1674 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       1599 
     | 
    
         
            -
                    <li><a href="index.html"> 
     | 
| 
      
 1675 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.0.9ドキュメント</a> »</li> 
         
     | 
| 
       1600 
1676 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1601 
1677 
     | 
    
         
             
                </div>
         
     | 
| 
       1602 
1678 
     | 
    
         
             
                <div class="footer">
         
     |