rroonga 6.1.0-x64-mingw32 → 6.1.3-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/Rakefile +1 -1
 - data/doc/text/news.md +28 -0
 - data/ext/groonga/rb-grn-context.c +25 -0
 - data/ext/groonga/rb-grn-database.c +2 -2
 - data/ext/groonga/rb-grn-exception.c +15 -1
 - data/ext/groonga/rb-grn-logger.c +43 -0
 - data/ext/groonga/rb-grn-object.c +11 -3
 - data/ext/groonga/rb-grn-table.c +9 -3
 - data/ext/groonga/rb-grn-variable-size-column.c +16 -2
 - data/ext/groonga/rb-grn.h +2 -2
 - data/ext/groonga/rb-groonga.c +1 -1
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/2.2/groonga.so +0 -0
 - data/lib/2.3/groonga.so +0 -0
 - data/lib/2.4/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +2 -0
 - data/lib/groonga/logger.rb +2 -1
 - data/lib/groonga/schema.rb +4 -2
 - data/rroonga-build.rb +5 -5
 - data/test/test-context.rb +5 -0
 - data/test/test-exception.rb +2 -1
 - data/test/test-logger.rb +18 -0
 - data/test/test-schema-dumper.rb +19 -1
 - data/test/test-variable-size-column.rb +10 -0
 - data/vendor/local/bin/grndb.exe +0 -0
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga-suggest-create-dataset.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-2.dll +0 -0
 - data/vendor/local/bin/libmsgpackc.dll +0 -0
 - data/vendor/local/bin/libonigmo-6.dll +0 -0
 - data/vendor/local/bin/libpcre-1.dll +0 -0
 - data/vendor/local/bin/libpcrecpp-0.dll +0 -0
 - data/vendor/local/bin/libpcreposix-0.dll +0 -0
 - data/vendor/local/bin/lz4.exe +0 -0
 - data/vendor/local/bin/lz4c.exe +0 -0
 - data/vendor/local/bin/lz4cat +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/{onig-config → onigmo-config} +5 -5
 - data/vendor/local/bin/pcregrep.exe +0 -0
 - data/vendor/local/bin/pcretest.exe +0 -0
 - data/vendor/local/bin/zlib1.dll +0 -0
 - data/vendor/local/include/groonga/groonga.h +1 -0
 - data/vendor/local/include/groonga/groonga/accessor.h +34 -0
 - data/vendor/local/include/groonga/groonga/groonga.h +37 -2
 - data/vendor/local/include/groonga/groonga/ii.h +4 -0
 - data/vendor/local/include/groonga/groonga/plugin.h +16 -6
 - data/vendor/local/include/{oniguruma.h → onigmo.h} +326 -262
 - data/vendor/local/include/{oniggnu.h → onigmognu.h} +16 -15
 - data/vendor/local/include/{onigposix.h → onigmoposix.h} +37 -44
 - data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.la +3 -3
 - data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
 - data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/{table/table.dll.a → normalizers/mysql.dll.a} +0 -0
 - data/vendor/local/lib/groonga/plugins/{table/table.la → normalizers/mysql.la} +9 -9
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
 - data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +2 -1
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
 - data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +2 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +3 -3
 - data/vendor/local/lib/liblz4.a +0 -0
 - data/vendor/local/lib/liblz4.dll +0 -0
 - data/vendor/local/lib/liblz4.dll.1 +0 -0
 - data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.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/libonigmo.a +0 -0
 - data/vendor/local/lib/{libonig.dll.a → libonigmo.dll.a} +0 -0
 - data/vendor/local/lib/{libonig.la → libonigmo.la} +9 -9
 - data/vendor/local/lib/libpcre.a +0 -0
 - data/vendor/local/lib/libpcre.dll.a +0 -0
 - data/vendor/local/lib/libpcrecpp.a +0 -0
 - data/vendor/local/lib/libpcrecpp.dll.a +0 -0
 - data/vendor/local/lib/libpcreposix.a +0 -0
 - data/vendor/local/lib/libpcreposix.dll.a +0 -0
 - data/vendor/local/lib/libz.a +0 -0
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga-normalizer-mysql.pc +5 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - data/vendor/local/lib/pkgconfig/{oniguruma.pc → onigmo.pc} +3 -3
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/README.md +211 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/news.md +41 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +114 -46
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -53
 - 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 +6 -4
 - 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 +5 -4
 - 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 +134 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +18 -0
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/client.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +8 -36
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +219 -156
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +13 -59
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +11 -10
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news.html +225 -93
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/4.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/5.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/alias.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
 - 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_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +6 -13
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/memcached.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +114 -46
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -53
 - 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 +6 -4
 - 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 +5 -4
 - 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 +134 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +18 -0
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/client.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 +8 -36
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.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/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +219 -156
 - 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/documentation/introduction.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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +13 -49
 - 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 +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +11 -10
 - 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 +225 -92
 - 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/1.3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/5.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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
 - 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/pretty_print.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.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 +6 -6
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
 - 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/config_delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.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/io_flush.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/lock_acquire.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.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/logical_count.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.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/reindex.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -6
 - 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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.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/fuzzy_search.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/highlight_full.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +6 -10
 - 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/in_values.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/number_classify.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.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/record_number.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.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/functions/time_classify_day.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.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 +22 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.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/regular_expression.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.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/token_filters.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 +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
 - 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/memcached.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 +6 -6
 - 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/troubleshooting.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
 - 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/groonga/mruby/LEGAL +30 -30
 - data/vendor/local/share/license/groonga-normalizer-mysql/README.md +211 -0
 - data/vendor/local/share/license/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
 - data/vendor/local/share/license/onigmo/README +10 -8
 - metadata +86 -75
 - data/vendor/local/bin/libonig-5.dll +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/libonig.a +0 -0
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>12.3.3. Groonga 通信アーキテクチャ — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12.3.3. Groonga 通信アーキテクチャ — Groonga v6.1.3 documentation</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:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="12.3. For Groonga developers" href="../development.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="12.3.4. ユーザーと協力して開発をうまく進めていくための指針" href="cooperation.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="12.3.2.3. How to build Groonga at the repository by CMake on Windows" href="build/windows_cmake.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="build/windows_cmake.html" title="12.3.2.3. How to build Groonga at the repository by CMake on Windows"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
         
     | 
| 
       67 
67 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U">12.3. For Groonga developers</a> »</li> 
         
     | 
| 
       68 
68 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -146,13 +146,13 @@ edgeがworkerに結びついていないときは、同時に、ctx_newという 
     | 
|
| 
       146 
146 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       147 
147 
     | 
    
         
             
                      <a href="build/windows_cmake.html" title="12.3.2.3. How to build Groonga at the repository by CMake on Windows"
         
     | 
| 
       148 
148 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       149 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1. 
     | 
| 
      
 149 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       150 
150 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
         
     | 
| 
       151 
151 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../development.html" >12.3. For Groonga developers</a> »</li> 
         
     | 
| 
       152 
152 
     | 
    
         
             
                  </ul>
         
     | 
| 
       153 
153 
     | 
    
         
             
                </div>
         
     | 
| 
       154 
154 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       155 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 155 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       156 
156 
     | 
    
         
             
                </div>
         
     | 
| 
       157 
157 
     | 
    
         
             
              </body>
         
     | 
| 
       158 
158 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>12.3.4. ユーザーと協力して開発をうまく進めていくための指針 — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12.3.4. ユーザーと協力して開発をうまく進めていくための指針 — Groonga v6.1.3 documentation</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:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="12.3. For Groonga developers" href="../development.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="12.3.5. クエリの実現" href="query.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="12.3.3. Groonga 通信アーキテクチャ" href="com.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="com.html" title="12.3.3. Groonga 通信アーキテクチャ"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
         
     | 
| 
       67 
67 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U">12.3. For Groonga developers</a> »</li> 
         
     | 
| 
       68 
68 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -207,13 +207,13 @@ 
     | 
|
| 
       207 
207 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       208 
208 
     | 
    
         
             
                      <a href="com.html" title="12.3.3. Groonga 通信アーキテクチャ"
         
     | 
| 
       209 
209 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       210 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1. 
     | 
| 
      
 210 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       211 
211 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
         
     | 
| 
       212 
212 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../development.html" >12.3. For Groonga developers</a> »</li> 
         
     | 
| 
       213 
213 
     | 
    
         
             
                  </ul>
         
     | 
| 
       214 
214 
     | 
    
         
             
                </div>
         
     | 
| 
       215 
215 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       216 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 216 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       217 
217 
     | 
    
         
             
                </div>
         
     | 
| 
       218 
218 
     | 
    
         
             
              </body>
         
     | 
| 
       219 
219 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>12.3.5. クエリの実現 — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12.3.5. クエリの実現 — Groonga v6.1.3 documentation</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:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="12.3. For Groonga developers" href="../development.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="12.3.7. リリース手順" href="release.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="12.3.4. ユーザーと協力して開発をうまく進めていくための指針" href="cooperation.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="cooperation.html" title="12.3.4. ユーザーと協力して開発をうまく進めていくための指針"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
         
     | 
| 
       67 
67 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U">12.3. For Groonga developers</a> »</li> 
         
     | 
| 
       68 
68 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -346,13 +346,13 @@ columnの値が'needle'であるレコードr1と、columnの値が'haystack'で 
     | 
|
| 
       346 
346 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       347 
347 
     | 
    
         
             
                      <a href="cooperation.html" title="12.3.4. ユーザーと協力して開発をうまく進めていくための指針"
         
     | 
| 
       348 
348 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       349 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1. 
     | 
| 
      
 349 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       350 
350 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
         
     | 
| 
       351 
351 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../development.html" >12.3. For Groonga developers</a> »</li> 
         
     | 
| 
       352 
352 
     | 
    
         
             
                  </ul>
         
     | 
| 
       353 
353 
     | 
    
         
             
                </div>
         
     | 
| 
       354 
354 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       355 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 355 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       356 
356 
     | 
    
         
             
                </div>
         
     | 
| 
       357 
357 
     | 
    
         
             
              </body>
         
     | 
| 
       358 
358 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>12.3.7. リリース手順 — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12.3.7. リリース手順 — Groonga v6.1.3 documentation</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:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="12.3. For Groonga developers" href="../development.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="12.3.8. テスト方法" href="test.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="12.3.5. クエリの実現" href="query.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="query.html" title="12.3.5. クエリの実現"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
         
     | 
| 
       67 
67 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U">12.3. For Groonga developers</a> »</li> 
         
     | 
| 
       68 
68 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -92,7 +92,9 @@ 
     | 
|
| 
       92 
92 
     | 
    
         
             
            </ul>
         
     | 
| 
       93 
93 
     | 
    
         
             
            </div>
         
     | 
| 
       94 
94 
     | 
    
         
             
            <div class="section" id="id3">
         
     | 
| 
       95 
     | 
    
         
            -
            <h2>12.3.7.2.  
     | 
| 
      
 95 
     | 
    
         
            +
            <h2>12.3.7.2. 最初の1回だけ行う手順<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
      
 96 
     | 
    
         
            +
            <div class="section" id="id4">
         
     | 
| 
      
 97 
     | 
    
         
            +
            <h3>12.3.7.2.1. ビルド環境の準備<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       96 
98 
     | 
    
         
             
            <p>以下にGroongaのリリース作業を行うために事前にインストール
         
     | 
| 
       97 
99 
     | 
    
         
             
            しておくべきパッケージを示します。</p>
         
     | 
| 
       98 
100 
     | 
    
         
             
            <p>なお、ビルド環境としては Debian GNU/Linux (sid)を前提として説明しているため、その他の環境では適宜読み替えて下さい。:</p>
         
     | 
| 
         @@ -113,11 +115,11 @@ deb-src http://ftp.jp.debian.org/debian/ sid main contrib 
     | 
|
| 
       113 
115 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       114 
116 
     | 
    
         
             
            </div>
         
     | 
| 
       115 
117 
     | 
    
         
             
            </div>
         
     | 
| 
       116 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       117 
     | 
    
         
            -
            < 
     | 
| 
      
 118 
     | 
    
         
            +
            <div class="section" id="id5">
         
     | 
| 
      
 119 
     | 
    
         
            +
            <h3>12.3.7.2.2. パッケージ署名用秘密鍵のインポート<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       118 
120 
     | 
    
         
             
            <p>リリース作業ではRPMパッケージに対する署名を行います。
         
     | 
| 
       119 
121 
     | 
    
         
             
            その際、パッケージ署名用の鍵が必要です。</p>
         
     | 
| 
       120 
     | 
    
         
            -
            <p>Groongaプロジェクトでは署名用の鍵をリリース担当者の公開鍵で暗号化してリポジトリのpackages 
     | 
| 
      
 122 
     | 
    
         
            +
            <p>Groongaプロジェクトでは署名用の鍵をリリース担当者の公開鍵で暗号化してリポジトリのpackages/ディレクトリ以下へと登録しています。新しいリリース担当者に任命されたばかりで、まだ自分用に暗号化された鍵が無い場合には、他のリリース担当者に依頼して署名用の鍵を暗号化してもらって下さい。</p>
         
     | 
| 
       121 
123 
     | 
    
         
             
            <p>リリース担当者はリポジトリに登録された秘密鍵を復号した後に鍵のインポートを以下のコマンドにて行います。:</p>
         
     | 
| 
       122 
124 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% cd packages
         
     | 
| 
       123 
125 
     | 
    
         
             
            % gpg --decrypt release-key-secret.asc.gpg.(担当者) > (復号した鍵
         
     | 
| 
         @@ -143,38 +145,30 @@ gpg> quit 
     | 
|
| 
       143 
145 
     | 
    
         
             
            </div>
         
     | 
| 
       144 
146 
     | 
    
         
             
            <p>この作業は、新規にリリースを行うことになった担当者やパッケージに署名する鍵に変更があった場合などに行います。</p>
         
     | 
| 
       145 
147 
     | 
    
         
             
            </div>
         
     | 
| 
       146 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       147 
     | 
    
         
            -
            < 
     | 
| 
      
 148 
     | 
    
         
            +
            <div class="section" id="ppa">
         
     | 
| 
      
 149 
     | 
    
         
            +
            <h3>12.3.7.2.3. PPA用の鍵の登録<a class="headerlink" href="#ppa" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 150 
     | 
    
         
            +
            <p>この作業は、新規にリリースを行うことになった担当者のみ行います。</p>
         
     | 
| 
      
 151 
     | 
    
         
            +
            <p>[Launchpad](<a class="reference external" href="https://launchpad.net/">https://launchpad.net/</a>)にアカウントを作成し、自分の普段使いの秘密鍵を登録した上で、他のリリース担当者に依頼して[Groongaチーム](<a class="reference external" href="https://launchpad.net/~groonga">https://launchpad.net/~groonga</a>)に追加してもらって下さい。</p>
         
     | 
| 
      
 152 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 153 
     | 
    
         
            +
            <div class="section" id="id6">
         
     | 
| 
      
 154 
     | 
    
         
            +
            <h3>12.3.7.2.4. リリース作業用ディレクトリの作成<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       148 
155 
     | 
    
         
             
            <p>Groongaのリリース作業ではリリース専用の環境下(コンパイルフラグ)でビルドする必要があります。</p>
         
     | 
| 
       149 
156 
     | 
    
         
             
            <p>リリース時と開発時でディレクトリを分けずに作業することもできますが、誤ったコンパイルフラグでリリースしてしまう危険があります。</p>
         
     | 
| 
       150 
157 
     | 
    
         
             
            <p>そのため、以降の説明では$GROONGA_DIR以下のディレクトリにリリース用の作業ディレクトリ(groonga.clean)としてソースコードをcloneしたものとして説明します。</p>
         
     | 
| 
       151 
     | 
    
         
            -
            <p>リリース用のクリーンな状態でソースコードを取得するために$GROONGA_DIRにて以下のコマンドを実行します。:</p>
         
     | 
| 
       152 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre><span></span>% git clone --recursive git@github.com:groonga/groonga.git groonga.clean
         
     | 
| 
       153 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       154 
158 
     | 
    
         
             
            </div>
         
     | 
| 
       155 
     | 
    
         
            -
            <p>この作業はリリース作業ごとに行います。</p>
         
     | 
| 
       156 
159 
     | 
    
         
             
            </div>
         
     | 
| 
       157 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       158 
     | 
    
         
            -
            <h2>12.3.7. 
     | 
| 
       159 
     | 
    
         
            -
            < 
     | 
| 
       160 
     | 
    
         
            -
             
     | 
| 
       161 
     | 
    
         
            -
            <p 
     | 
| 
       162 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre><span></span>% git  
     | 
| 
      
 160 
     | 
    
         
            +
            <div class="section" id="id7">
         
     | 
| 
      
 161 
     | 
    
         
            +
            <h2>12.3.7.3. 毎回のリリースで行う手順<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
      
 162 
     | 
    
         
            +
            <div class="section" id="groonga">
         
     | 
| 
      
 163 
     | 
    
         
            +
            <h3>12.3.7.3.1. Groongaのソースコード取得<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 164 
     | 
    
         
            +
            <p>リリース用のクリーンな状態でソースコードを取得するために$GROONGA_DIRにて以下のコマンドを実行します。:</p>
         
     | 
| 
      
 165 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>% git clone --recursive git@github.com:groonga/groonga.git groonga.clean---------------------------
         
     | 
| 
       163 
166 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       164 
167 
     | 
    
         
             
            </div>
         
     | 
| 
       165 
     | 
    
         
            -
            <p 
     | 
| 
       166 
     | 
    
         
            -
            <p>含めるもの</p>
         
     | 
| 
       167 
     | 
    
         
            -
            <ul class="simple">
         
     | 
| 
       168 
     | 
    
         
            -
            <li>ユーザへ影響するような変更</li>
         
     | 
| 
       169 
     | 
    
         
            -
            <li>互換性がなくなるような変更</li>
         
     | 
| 
       170 
     | 
    
         
            -
            </ul>
         
     | 
| 
       171 
     | 
    
         
            -
            <p>含めないもの</p>
         
     | 
| 
       172 
     | 
    
         
            -
            <ul class="simple">
         
     | 
| 
       173 
     | 
    
         
            -
            <li>内部的な変更(変数名の変更やらリファクタリング)</li>
         
     | 
| 
       174 
     | 
    
         
            -
            </ul>
         
     | 
| 
      
 168 
     | 
    
         
            +
            <p>この作業はリリース作業ごとに行います。</p>
         
     | 
| 
       175 
169 
     | 
    
         
             
            </div>
         
     | 
| 
       176 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       177 
     | 
    
         
            -
            < 
     | 
| 
      
 170 
     | 
    
         
            +
            <div class="section" id="id8">
         
     | 
| 
      
 171 
     | 
    
         
            +
            <h3>12.3.7.3.2. Groongaのウェブサイトの取得<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       178 
172 
     | 
    
         
             
            <p>GroongaのウェブサイトのソースはGroonga同様にgithubにリポジトリを置いています。</p>
         
     | 
| 
       179 
173 
     | 
    
         
             
            <p>リリース作業では後述するコマンド(make update-latest-release)にてトップページのバージョンを置き換えることができるようになっています。</p>
         
     | 
| 
       180 
174 
     | 
    
         
             
            <p>Groongaのウェブサイトのソースコードを$GROONGA_ORG_PATHとして取得するためには、$GROONGA_DIRにて以下のコマンドを実行します。:</p>
         
     | 
| 
         @@ -184,7 +178,7 @@ gpg> quit 
     | 
|
| 
       184 
178 
     | 
    
         
             
            <p>これで、$GROONGA_ORG_PATHにgroonga.orgのソースを取得できます。</p>
         
     | 
| 
       185 
179 
     | 
    
         
             
            </div>
         
     | 
| 
       186 
180 
     | 
    
         
             
            <div class="section" id="cutter">
         
     | 
| 
       187 
     | 
    
         
            -
            < 
     | 
| 
      
 181 
     | 
    
         
            +
            <h3>12.3.7.3.3. cutterのソースコード取得<a class="headerlink" href="#cutter" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       188 
182 
     | 
    
         
             
            <p>Groongaのリリース作業では、cutterに含まれるスクリプトを使用しています。</p>
         
     | 
| 
       189 
183 
     | 
    
         
             
            <p>そこであらかじめ用意しておいた$HOME/work/cutterディレクトリにてcutterのソースコードを以下のコマンドにて取得します。:</p>
         
     | 
| 
       190 
184 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% git clone git@github.com:clear-code/cutter.git
         
     | 
| 
         @@ -192,8 +186,28 @@ gpg> quit 
     | 
|
| 
       192 
186 
     | 
    
         
             
            </div>
         
     | 
| 
       193 
187 
     | 
    
         
             
            <p>これで、$CUTTER_SOURCE_PATHディレクトリにcutterのソースを取得できます。</p>
         
     | 
| 
       194 
188 
     | 
    
         
             
            </div>
         
     | 
| 
      
 189 
     | 
    
         
            +
            <div class="section" id="id9">
         
     | 
| 
      
 190 
     | 
    
         
            +
            <h3>12.3.7.3.4. 変更点のまとめ<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 191 
     | 
    
         
            +
            <p>前回リリース時からの変更点を$GROONGA_CLONE_DIR/doc/source/news.rst(英語)にまとめます。
         
     | 
| 
      
 192 
     | 
    
         
            +
            ここでまとめた内容についてはリリースアナウンスにも使用します。</p>
         
     | 
| 
      
 193 
     | 
    
         
            +
            <p>前回リリースからの変更履歴を参照するには以下のコマンドを実行します。:</p>
         
     | 
| 
      
 194 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>% git log -p --reverse $(git tag | tail -1)..
         
     | 
| 
      
 195 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 196 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 197 
     | 
    
         
            +
            <p>ログを^commitで検索しながら、以下の基準を目安として変更点を追記していきます。</p>
         
     | 
| 
      
 198 
     | 
    
         
            +
            <p>含めるもの</p>
         
     | 
| 
      
 199 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 200 
     | 
    
         
            +
            <li>ユーザへ影響するような変更</li>
         
     | 
| 
      
 201 
     | 
    
         
            +
            <li>互換性がなくなるような変更</li>
         
     | 
| 
      
 202 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 203 
     | 
    
         
            +
            <p>含めないもの</p>
         
     | 
| 
      
 204 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 205 
     | 
    
         
            +
            <li>内部的な変更(変数名の変更やらリファクタリング)</li>
         
     | 
| 
      
 206 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 207 
     | 
    
         
            +
            <p>具体的な変更点の記述方法は後述します。</p>
         
     | 
| 
      
 208 
     | 
    
         
            +
            </div>
         
     | 
| 
       195 
209 
     | 
    
         
             
            <div class="section" id="configure">
         
     | 
| 
       196 
     | 
    
         
            -
            < 
     | 
| 
      
 210 
     | 
    
         
            +
            <h3>12.3.7.3.5. configureスクリプトの生成<a class="headerlink" href="#configure" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       197 
211 
     | 
    
         
             
            <p>Groongaのソースコードをcloneした時点ではconfigureスクリプトが含まれておらず、そのままmakeコマンドにてビルドすることができません。</p>
         
     | 
| 
       198 
212 
     | 
    
         
             
            <p>$GROONGA_CLONE_DIRにてautogen.shを以下のように実行します。:</p>
         
     | 
| 
       199 
213 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% sh autogen.sh
         
     | 
| 
         @@ -201,8 +215,8 @@ gpg> quit 
     | 
|
| 
       201 
215 
     | 
    
         
             
            </div>
         
     | 
| 
       202 
216 
     | 
    
         
             
            <p>このコマンドの実行により、configureスクリプトが生成されます。</p>
         
     | 
| 
       203 
217 
     | 
    
         
             
            </div>
         
     | 
| 
       204 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       205 
     | 
    
         
            -
            < 
     | 
| 
      
 218 
     | 
    
         
            +
            <div class="section" id="id10">
         
     | 
| 
      
 219 
     | 
    
         
            +
            <h3>12.3.7.3.6. configureスクリプトの実行<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       206 
220 
     | 
    
         
             
            <p>Makefileを生成するためにconfigureスクリプトを実行します。</p>
         
     | 
| 
       207 
221 
     | 
    
         
             
            <p>リリース用にビルドするためには以下のオプションを指定してconfigureを実行します。:</p>
         
     | 
| 
       208 
222 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% ./configure \
         
     | 
| 
         @@ -233,10 +247,23 @@ gpg> quit 
     | 
|
| 
       233 
247 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% ssh packages@packages.groonga.org
         
     | 
| 
       234 
248 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       235 
249 
     | 
    
         
             
            </div>
         
     | 
| 
      
 250 
     | 
    
         
            +
            <p>デバッグ用や開発用のパッケージをテスト用に公開する時は、<a href="#id11"><span class="problematic" id="id12">`</span></a>--with-launchpad-ppa=groonga-nightly`を指定して不安定版のリポジトリにアップロードするように指定します。:</p>
         
     | 
| 
      
 251 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>% ./configure \
         
     | 
| 
      
 252 
     | 
    
         
            +
                  --with-launchpad-ppa=groonga-nightly \
         
     | 
| 
      
 253 
     | 
    
         
            +
                  --prefix=/tmp/local \
         
     | 
| 
      
 254 
     | 
    
         
            +
                  --with-launchpad-uploader-pgp-key=(Launchpadに登録したkeyID) \
         
     | 
| 
      
 255 
     | 
    
         
            +
                  --with-groonga-org-path=$HOME/work/groonga/groonga.org \
         
     | 
| 
      
 256 
     | 
    
         
            +
                  --enable-document \
         
     | 
| 
      
 257 
     | 
    
         
            +
                  --with-ruby \
         
     | 
| 
      
 258 
     | 
    
         
            +
                  --enable-mruby \
         
     | 
| 
      
 259 
     | 
    
         
            +
                  --with-cutter-source-path=$HOME/work/cutter/cutter
         
     | 
| 
      
 260 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 261 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 262 
     | 
    
         
            +
            <p>新任のリリース担当者は必ず、この方法でPPAのリポジトリにパッケージをアップロードできる事を確認しておいてください。</p>
         
     | 
| 
       236 
263 
     | 
    
         
             
            </div>
         
     | 
| 
       237 
264 
     | 
    
         
             
            <div class="section" id="make-update-latest-release">
         
     | 
| 
       238 
     | 
    
         
            -
            < 
     | 
| 
       239 
     | 
    
         
            -
            <p>make update-latest-releaseコマンドでは、OLD_RELEASE_DATEに前回のリリースの日付を、NEW_RELEASE_DATE 
     | 
| 
      
 265 
     | 
    
         
            +
            <h3>12.3.7.3.7. make update-latest-releaseの実行<a class="headerlink" href="#make-update-latest-release" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 266 
     | 
    
         
            +
            <p>make update-latest-releaseコマンドでは、OLD_RELEASE_DATEに前回のリリースの日付を、NEW_RELEASE_DATEに次回リリースの日付(未来の日付)を指定します。</p>
         
     | 
| 
       240 
267 
     | 
    
         
             
            <p>2.0.2のリリースを行った際は以下のコマンドを実行しました。::</p>
         
     | 
| 
       241 
268 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make update-latest-release OLD_RELEASE=2.0.1 OLD_RELEASE_DATE=2012-03-29 NEW_RELEASE_DATE=2012-04-29
         
     | 
| 
       242 
269 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -244,7 +271,7 @@ gpg> quit 
     | 
|
| 
       244 
271 
     | 
    
         
             
            <p>これにより、clone済みのGroongaのWebサイトのトップページのソース(index.html,ja/index.html)やRPMパッケージのspecファイルのバージョン表記などが更新されます。</p>
         
     | 
| 
       245 
272 
     | 
    
         
             
            </div>
         
     | 
| 
       246 
273 
     | 
    
         
             
            <div class="section" id="make-update-files">
         
     | 
| 
       247 
     | 
    
         
            -
            < 
     | 
| 
      
 274 
     | 
    
         
            +
            <h3>12.3.7.3.8. make update-filesの実行<a class="headerlink" href="#make-update-files" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       248 
275 
     | 
    
         
             
            <p>ロケールメッセージの更新や変更されたファイルのリスト等を更新するために以下のコマンドを実行します。:</p>
         
     | 
| 
       249 
276 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make update-files
         
     | 
| 
       250 
277 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -253,7 +280,7 @@ gpg> quit 
     | 
|
| 
       253 
280 
     | 
    
         
             
            <p>リリースに必要なファイルですので漏れなくコミットします。</p>
         
     | 
| 
       254 
281 
     | 
    
         
             
            </div>
         
     | 
| 
       255 
282 
     | 
    
         
             
            <div class="section" id="make-update-po">
         
     | 
| 
       256 
     | 
    
         
            -
            < 
     | 
| 
      
 283 
     | 
    
         
            +
            <h3>12.3.7.3.9. make update-poの実行<a class="headerlink" href="#make-update-po" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       257 
284 
     | 
    
         
             
            <p>ドキュメントの最新版と各国語版の内容を同期するために、poファイルの更新を以下のコマンドにて実行します。:</p>
         
     | 
| 
       258 
285 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make update-po
         
     | 
| 
       259 
286 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -261,17 +288,27 @@ gpg> quit 
     | 
|
| 
       261 
288 
     | 
    
         
             
            <p>make update-poを実行すると、doc/locale/ja/LC_MESSAGES以下の各種.poファイルが更新されます。</p>
         
     | 
| 
       262 
289 
     | 
    
         
             
            </div>
         
     | 
| 
       263 
290 
     | 
    
         
             
            <div class="section" id="po">
         
     | 
| 
       264 
     | 
    
         
            -
            < 
     | 
| 
      
 291 
     | 
    
         
            +
            <h3>12.3.7.3.10. poファイルの翻訳<a class="headerlink" href="#po" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       265 
292 
     | 
    
         
             
            <p>make update-poコマンドの実行により更新した各種.poファイルを翻訳します。</p>
         
     | 
| 
       266 
293 
     | 
    
         
             
            <p>翻訳結果をHTMLで確認するために、以下のコマンドを実行します。:</p>
         
     | 
| 
       267 
294 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make -C doc/locale/ja html
         
     | 
| 
       268 
295 
     | 
    
         
             
            % make -C doc/locale/en html
         
     | 
| 
       269 
296 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       270 
297 
     | 
    
         
             
            </div>
         
     | 
| 
      
 298 
     | 
    
         
            +
            <p>修正が必要な箇所を調べて、<a href="#id13"><span class="problematic" id="id14">`</span></a><a href="#id15"><span class="problematic" id="id16">**</span></a><a href="#id17"><span class="problematic" id="id18">*</span></a>.edit`というファイルを適宜修正します。</p>
         
     | 
| 
      
 299 
     | 
    
         
            +
            <blockquote>
         
     | 
| 
      
 300 
     | 
    
         
            +
            <div>% cd groonga/doc/locale
         
     | 
| 
      
 301 
     | 
    
         
            +
            % gir diff</div></blockquote>
         
     | 
| 
      
 302 
     | 
    
         
            +
            <p>ファイルを編集したら、再度poファイルとHTMLを更新するために以下のコマンドを実行します。:</p>
         
     | 
| 
      
 303 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make update-po
         
     | 
| 
      
 304 
     | 
    
         
            +
            % make -C doc/locale/ja html
         
     | 
| 
      
 305 
     | 
    
         
            +
            % make -C doc/locale/en html
         
     | 
| 
      
 306 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 307 
     | 
    
         
            +
            </div>
         
     | 
| 
       271 
308 
     | 
    
         
             
            <p>確認が完了したら、翻訳済みpoファイルをコミットします。</p>
         
     | 
| 
       272 
309 
     | 
    
         
             
            </div>
         
     | 
| 
       273 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       274 
     | 
    
         
            -
            < 
     | 
| 
      
 310 
     | 
    
         
            +
            <div class="section" id="id19">
         
     | 
| 
      
 311 
     | 
    
         
            +
            <h3>12.3.7.3.11. リリースタグの設定<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       275 
312 
     | 
    
         
             
            <p>リリース用のタグを打つには以下のコマンドを実行します。:</p>
         
     | 
| 
       276 
313 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make tag
         
     | 
| 
       277 
314 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -281,8 +318,8 @@ gpg> quit 
     | 
|
| 
       281 
318 
     | 
    
         
             
            <p class="last">タグを打った後にconfigureを実行することで、ドキュメント生成時のバージョン番号に反映されます。</p>
         
     | 
| 
       282 
319 
     | 
    
         
             
            </div>
         
     | 
| 
       283 
320 
     | 
    
         
             
            </div>
         
     | 
| 
       284 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       285 
     | 
    
         
            -
            < 
     | 
| 
      
 321 
     | 
    
         
            +
            <div class="section" id="id20">
         
     | 
| 
      
 322 
     | 
    
         
            +
            <h3>12.3.7.3.12. リリース用アーカイブファイルの作成<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       286 
323 
     | 
    
         
             
            <p>リリース用のソースアーカイブファイルを作成するために以下のコマンドを$GROONGA_CLONE_DIRにて実行します。:</p>
         
     | 
| 
       287 
324 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make dist
         
     | 
| 
       288 
325 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -295,8 +332,8 @@ gpg> quit 
     | 
|
| 
       295 
332 
     | 
    
         
             
            make distで生成したtar.gzのversionおよびversion.shがタグと一致することを確認するのが望ましいです。</p>
         
     | 
| 
       296 
333 
     | 
    
         
             
            </div>
         
     | 
| 
       297 
334 
     | 
    
         
             
            </div>
         
     | 
| 
       298 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       299 
     | 
    
         
            -
            < 
     | 
| 
      
 335 
     | 
    
         
            +
            <div class="section" id="id21">
         
     | 
| 
      
 336 
     | 
    
         
            +
            <h3>12.3.7.3.13. パッケージのビルド<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       300 
337 
     | 
    
         
             
            <p>リリース用のアーカイブファイルができたので、パッケージ化する作業を行います。</p>
         
     | 
| 
       301 
338 
     | 
    
         
             
            <p>パッケージ化作業は以下の3種類を対象に行います。</p>
         
     | 
| 
       302 
339 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
         @@ -305,8 +342,8 @@ make distで生成したtar.gzのversionおよびversion.shがタグと一致す 
     | 
|
| 
       305 
342 
     | 
    
         
             
            <li>Windows系(.exe,.zip)</li>
         
     | 
| 
       306 
343 
     | 
    
         
             
            </ul>
         
     | 
| 
       307 
344 
     | 
    
         
             
            <p>パッケージのビルドではいくつかのサブタスクから構成されています。</p>
         
     | 
| 
       308 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       309 
     | 
    
         
            -
            < 
     | 
| 
      
 345 
     | 
    
         
            +
            <div class="section" id="id22">
         
     | 
| 
      
 346 
     | 
    
         
            +
            <h4>12.3.7.3.13.1. ビルド用パッケージのダウンロード<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       310 
347 
     | 
    
         
             
            <p>debパッケージのビルドに必要なパッケージをダウンロードするには以下のコマンドを実行します。:</p>
         
     | 
| 
       311 
348 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% cd packages/apt
         
     | 
| 
       312 
349 
     | 
    
         
             
            % make download
         
     | 
| 
         @@ -335,13 +372,13 @@ packages/source/filesディレクトリ以下へとダウンロードされま 
     | 
|
| 
       335 
372 
     | 
    
         
             
            </div>
         
     | 
| 
       336 
373 
     | 
    
         
             
            </div>
         
     | 
| 
       337 
374 
     | 
    
         
             
            <div class="section" id="debian">
         
     | 
| 
       338 
     | 
    
         
            -
            < 
     | 
| 
      
 375 
     | 
    
         
            +
            <h3>12.3.7.3.14. Debian系パッケージのビルド<a class="headerlink" href="#debian" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       339 
376 
     | 
    
         
             
            <p>Groongaのpackages/aptサブディレクトリに移動して、以下のコマンドを実行します。:</p>
         
     | 
| 
       340 
377 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% cd packages/apt
         
     | 
| 
       341 
     | 
    
         
            -
            % make build  
     | 
| 
      
 378 
     | 
    
         
            +
            % make build PARALLEL=yes
         
     | 
| 
       342 
379 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       343 
380 
     | 
    
         
             
            </div>
         
     | 
| 
       344 
     | 
    
         
            -
            <p>make build  
     | 
| 
      
 381 
     | 
    
         
            +
            <p>make build PARALLEL=yesコマンドを実行すると、ディストリビューションのリリースとアーキテクチャの組み合わせでビルドを平行して行うことができます。ホストマシンの性能に複数台のVMを動作させるだけの余裕がない場合は、PARALLEL=yesは指定しないで下さい。その場合、各アーキテクチャ向けのビルドが順番に行われます。</p>
         
     | 
| 
       345 
382 
     | 
    
         
             
            <p>現在サポートされているのは以下の通りです。</p>
         
     | 
| 
       346 
383 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       347 
384 
     | 
    
         
             
            <li>Debian GNU/Linux<ul>
         
     | 
| 
         @@ -366,13 +403,13 @@ packages/source/filesディレクトリ以下へとダウンロードされま 
     | 
|
| 
       366 
403 
     | 
    
         
             
            </div>
         
     | 
| 
       367 
404 
     | 
    
         
             
            </div>
         
     | 
| 
       368 
405 
     | 
    
         
             
            <div class="section" id="red-hat">
         
     | 
| 
       369 
     | 
    
         
            -
            < 
     | 
| 
      
 406 
     | 
    
         
            +
            <h3>12.3.7.3.15. Red Hat系パッケージのビルド<a class="headerlink" href="#red-hat" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       370 
407 
     | 
    
         
             
            <p>Groongaのpackages/yumサブディレクトリに移動して、以下のコマンドを実行します。:</p>
         
     | 
| 
       371 
408 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% cd packages/yum
         
     | 
| 
       372 
     | 
    
         
            -
            % make build  
     | 
| 
      
 409 
     | 
    
         
            +
            % make build PARALLEL=yes
         
     | 
| 
       373 
410 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       374 
411 
     | 
    
         
             
            </div>
         
     | 
| 
       375 
     | 
    
         
            -
            <p>make build  
     | 
| 
      
 412 
     | 
    
         
            +
            <p>make build PARALLEL=yesコマンドを実行すると、ディストリビューションのリリースとアーキテクチャの組み合わせでビルドを平行して行うことができます。</p>
         
     | 
| 
       376 
413 
     | 
    
         
             
            <p>現在サポートされているのは以下の通りです。</p>
         
     | 
| 
       377 
414 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       378 
415 
     | 
    
         
             
            <li>centos-5 i386/x86_64</li>
         
     | 
| 
         @@ -398,7 +435,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま 
     | 
|
| 
       398 
435 
     | 
    
         
             
            </div>
         
     | 
| 
       399 
436 
     | 
    
         
             
            </div>
         
     | 
| 
       400 
437 
     | 
    
         
             
            <div class="section" id="windows">
         
     | 
| 
       401 
     | 
    
         
            -
            < 
     | 
| 
      
 438 
     | 
    
         
            +
            <h3>12.3.7.3.16. Windows用パッケージのビルド<a class="headerlink" href="#windows" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       402 
439 
     | 
    
         
             
            <p>packages/windowsサブディレクトリに移動して、以下のコマンドを実行します。:</p>
         
     | 
| 
       403 
440 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% cd packages/windows
         
     | 
| 
       404 
441 
     | 
    
         
             
            % make build
         
     | 
| 
         @@ -412,18 +449,27 @@ packages/source/filesディレクトリ以下へとダウンロードされま 
     | 
|
| 
       412 
449 
     | 
    
         
             
            <p>make packageが正常に終了するとzipアーカイブをfilesディレクトリ以下に作成します。</p>
         
     | 
| 
       413 
450 
     | 
    
         
             
            <p>make installerが正常に終了するとWindowsインストーラをfilesディレクトリ以下に作成します。</p>
         
     | 
| 
       414 
451 
     | 
    
         
             
            </div>
         
     | 
| 
       415 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       416 
     | 
    
         
            -
            < 
     | 
| 
      
 452 
     | 
    
         
            +
            <div class="section" id="id23">
         
     | 
| 
      
 453 
     | 
    
         
            +
            <h3>12.3.7.3.17. パッケージの動作確認<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       417 
454 
     | 
    
         
             
            <p>ビルドしたパッケージに対しリリース前の動作確認を行います。</p>
         
     | 
| 
       418 
455 
     | 
    
         
             
            <p>Debian系もしくはRed Hat系の場合には本番環境へとアップロードする前にローカルのaptないしyumのリポジトリを参照して正常に更新できることを確認します。</p>
         
     | 
| 
       419 
     | 
    
         
            -
            <p>ここでは以下のようにrubyを利用してリポジトリをweb 
     | 
| 
       420 
     | 
    
         
            -
            < 
     | 
| 
       421 
     | 
    
         
            -
             
     | 
| 
      
 456 
     | 
    
         
            +
            <p>ここでは以下のようにrubyを利用してリポジトリをwebサーバ経由で参照できるようにします。</p>
         
     | 
| 
      
 457 
     | 
    
         
            +
            <p>yumの場合:</p>
         
     | 
| 
      
 458 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>% ruby -run -e httpd -- packages/yum/repositories
         
     | 
| 
      
 459 
     | 
    
         
            +
            % yum update
         
     | 
| 
      
 460 
     | 
    
         
            +
            ...
         
     | 
| 
      
 461 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 462 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 463 
     | 
    
         
            +
            <p>aptの場合:</p>
         
     | 
| 
      
 464 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>% ruby -run -e httpd -- packages/apt/repositories
         
     | 
| 
      
 465 
     | 
    
         
            +
            % sudo apt update
         
     | 
| 
      
 466 
     | 
    
         
            +
            ...
         
     | 
| 
       422 
467 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       423 
468 
     | 
    
         
             
            </div>
         
     | 
| 
       424 
469 
     | 
    
         
             
            <div class="section" id="grntest">
         
     | 
| 
       425 
     | 
    
         
            -
            < 
     | 
| 
       426 
     | 
    
         
            -
            <p> 
     | 
| 
      
 470 
     | 
    
         
            +
            <h4>12.3.7.3.17.1. grntestの準備<a class="headerlink" href="#grntest" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
      
 471 
     | 
    
         
            +
            <p>TravisCIの結果が正常であれば、この手順はスキップして構いません。
         
     | 
| 
      
 472 
     | 
    
         
            +
            grntestを実行するためにはGroongaのテストデータとgrntestのソースが必要です。</p>
         
     | 
| 
       427 
473 
     | 
    
         
             
            <p>まずGroongaのソースを任意のディレクトリへと展開します。:</p>
         
     | 
| 
       428 
474 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% tar zxvf groonga-(バージョン).tar.gz
         
     | 
| 
       429 
475 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -435,8 +481,8 @@ README.md  binlib  license  test 
     | 
|
| 
       435 
481 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       436 
482 
     | 
    
         
             
            </div>
         
     | 
| 
       437 
483 
     | 
    
         
             
            </div>
         
     | 
| 
       438 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       439 
     | 
    
         
            -
            < 
     | 
| 
      
 484 
     | 
    
         
            +
            <div class="section" id="id24">
         
     | 
| 
      
 485 
     | 
    
         
            +
            <h4>12.3.7.3.17.2. grntestの実行方法<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       440 
486 
     | 
    
         
             
            <p>grntestではGroongaコマンドを明示的に指定することができます。
         
     | 
| 
       441 
487 
     | 
    
         
             
            後述のパッケージごとのgrntestによる動作確認では以下のようにして実行します。:</p>
         
     | 
| 
       442 
488 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% GROONGA=(groongaのパス指定) test/function/run-test.sh
         
     | 
| 
         @@ -449,12 +495,12 @@ README.md  binlib  license  test 
     | 
|
| 
       449 
495 
     | 
    
         
             
            </div>
         
     | 
| 
       450 
496 
     | 
    
         
             
            <p>grntestでエラーが発生しないことを確認します。</p>
         
     | 
| 
       451 
497 
     | 
    
         
             
            </div>
         
     | 
| 
       452 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       453 
     | 
    
         
            -
            < 
     | 
| 
      
 498 
     | 
    
         
            +
            <div class="section" id="id25">
         
     | 
| 
      
 499 
     | 
    
         
            +
            <h4>12.3.7.3.17.3. Debian系の場合<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       454 
500 
     | 
    
         
             
            <p>Debian系の場合の動作確認手順は以下の通りとなります。</p>
         
     | 
| 
       455 
501 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       456 
     | 
    
         
            -
            <li 
     | 
| 
       457 
     | 
    
         
            -
            <li 
     | 
| 
      
 502 
     | 
    
         
            +
            <li>旧バージョンをテスト環境へとインストールする</li>
         
     | 
| 
      
 503 
     | 
    
         
            +
            <li>テスト環境の/etc/hostsを書き換えてpackages.groonga.orgがホストを
         
     | 
| 
       458 
504 
     | 
    
         
             
            参照するように変更する</li>
         
     | 
| 
       459 
505 
     | 
    
         
             
            <li>ホストでwebサーバを起動してドキュメントルートをビルド環境のもの
         
     | 
| 
       460 
506 
     | 
    
         
             
            (repositories/apt/packages)に設定する</li>
         
     | 
| 
         @@ -464,38 +510,38 @@ README.md  binlib  license  test 
     | 
|
| 
       464 
510 
     | 
    
         
             
            <li>grntestの正常終了を確認する</li>
         
     | 
| 
       465 
511 
     | 
    
         
             
            </ul>
         
     | 
| 
       466 
512 
     | 
    
         
             
            </div>
         
     | 
| 
       467 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       468 
     | 
    
         
            -
            < 
     | 
| 
      
 513 
     | 
    
         
            +
            <div class="section" id="id26">
         
     | 
| 
      
 514 
     | 
    
         
            +
            <h4>12.3.7.3.17.4. Red Hat系の場合<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       469 
515 
     | 
    
         
             
            <p>Red Hat系の場合の動作確認手順は以下の通りとなります。</p>
         
     | 
| 
       470 
516 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       471 
     | 
    
         
            -
            <li 
     | 
| 
       472 
     | 
    
         
            -
            <li 
     | 
| 
      
 517 
     | 
    
         
            +
            <li>旧バージョンをテスト環境へとインストール</li>
         
     | 
| 
      
 518 
     | 
    
         
            +
            <li>テスト環境の/etc/hostsを書き換えてpackages.groonga.orgがホストを参照するように変更する</li>
         
     | 
| 
       473 
519 
     | 
    
         
             
            <li>ホストでwebサーバを起動してドキュメントルートをビルド環境のもの(packages/yum/repositories)に設定する</li>
         
     | 
| 
       474 
520 
     | 
    
         
             
            <li>アップグレード手順を実行する</li>
         
     | 
| 
       475 
521 
     | 
    
         
             
            <li>grntestのアーカイブを展開してインストールしたバージョンでテストを実行する</li>
         
     | 
| 
       476 
522 
     | 
    
         
             
            <li>grntestの正常終了を確認する</li>
         
     | 
| 
       477 
523 
     | 
    
         
             
            </ul>
         
     | 
| 
       478 
524 
     | 
    
         
             
            </div>
         
     | 
| 
       479 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       480 
     | 
    
         
            -
            < 
     | 
| 
      
 525 
     | 
    
         
            +
            <div class="section" id="id27">
         
     | 
| 
      
 526 
     | 
    
         
            +
            <h4>12.3.7.3.17.5. Windows向けの場合<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       481 
527 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       482 
     | 
    
         
            -
            <li 
     | 
| 
      
 528 
     | 
    
         
            +
            <li>テスト環境で新規インストール/上書きインストールを行う</li>
         
     | 
| 
       483 
529 
     | 
    
         
             
            <li>grntestのアーカイブを展開してインストールしたバージョンでテストを実行する</li>
         
     | 
| 
       484 
530 
     | 
    
         
             
            <li>grntestの正常終了を確認する</li>
         
     | 
| 
       485 
531 
     | 
    
         
             
            </ul>
         
     | 
| 
       486 
532 
     | 
    
         
             
            <p>zipアーカイブも同様にしてgrntestを実行し動作確認を行います。</p>
         
     | 
| 
       487 
533 
     | 
    
         
             
            </div>
         
     | 
| 
       488 
534 
     | 
    
         
             
            </div>
         
     | 
| 
       489 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       490 
     | 
    
         
            -
            < 
     | 
| 
      
 535 
     | 
    
         
            +
            <div class="section" id="id28">
         
     | 
| 
      
 536 
     | 
    
         
            +
            <h3>12.3.7.3.18. リリースアナウンスの作成<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       491 
537 
     | 
    
         
             
            <p>リリースの際にはリリースアナウンスを流して、Groongaを広く通知します。</p>
         
     | 
| 
       492 
     | 
    
         
            -
            <p>news. 
     | 
| 
      
 538 
     | 
    
         
            +
            <p>news.rstに変更点をまとめましたが、それを元にリリースアナウンスを作成します。</p>
         
     | 
| 
       493 
539 
     | 
    
         
             
            <p>リリースアナウンスには以下を含めます。</p>
         
     | 
| 
       494 
540 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       495 
541 
     | 
    
         
             
            <li>インストール方法へのリンク</li>
         
     | 
| 
       496 
542 
     | 
    
         
             
            <li>リリースのトピック紹介</li>
         
     | 
| 
       497 
543 
     | 
    
         
             
            <li>リリース変更点へのリンク</li>
         
     | 
| 
       498 
     | 
    
         
            -
            <li>リリース変更点(news. 
     | 
| 
      
 544 
     | 
    
         
            +
            <li>リリース変更点(news.rstの内容)</li>
         
     | 
| 
       499 
545 
     | 
    
         
             
            </ul>
         
     | 
| 
       500 
546 
     | 
    
         
             
            <p>リリースのトピック紹介では、これからGroongaを使う人へアピールする点や既存のバージョンを利用している人がアップグレードする際に必要な情報を提供します。</p>
         
     | 
| 
       501 
547 
     | 
    
         
             
            <p>非互換な変更が含まれるのであれば、回避方法等の案内を載せることも重要です。</p>
         
     | 
| 
         @@ -516,9 +562,10 @@ README.md  binlib  license  test 
     | 
|
| 
       516 
562 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       517 
563 
     | 
    
         
             
            </li>
         
     | 
| 
       518 
564 
     | 
    
         
             
            </ul>
         
     | 
| 
      
 565 
     | 
    
         
            +
            <p>後述しますが、Twitter等でのリリースアナウンスの際はここで用意したアナウンス文の要約を使用します。</p>
         
     | 
| 
       519 
566 
     | 
    
         
             
            </div>
         
     | 
| 
       520 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       521 
     | 
    
         
            -
            < 
     | 
| 
      
 567 
     | 
    
         
            +
            <div class="section" id="id29">
         
     | 
| 
      
 568 
     | 
    
         
            +
            <h3>12.3.7.3.19. パッケージのアップロード<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       522 
569 
     | 
    
         
             
            <p>動作確認が完了し、Debian系、Red Hat系、Windows向け、ソースコードそれぞれにおいてパッケージやアーカイブのアップロードを行います。</p>
         
     | 
| 
       523 
570 
     | 
    
         
             
            <p>Debian系のパッケージのアップロードには以下のコマンドを実行します。:</p>
         
     | 
| 
       524 
571 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% cd packages/apt
         
     | 
| 
         @@ -543,7 +590,11 @@ README.md  binlib  license  test 
     | 
|
| 
       543 
590 
     | 
    
         
             
            <p>アップロードが正常終了すると、リリース対象のリポジトリデータやパッケージ、アーカイブ等がpackages.groonga.orgへと反映されます。</p>
         
     | 
| 
       544 
591 
     | 
    
         
             
            </div>
         
     | 
| 
       545 
592 
     | 
    
         
             
            <div class="section" id="ubuntu">
         
     | 
| 
       546 
     | 
    
         
            -
            < 
     | 
| 
      
 593 
     | 
    
         
            +
            <h3>12.3.7.3.20. Ubuntu用パッケージのアップロード<a class="headerlink" href="#ubuntu" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 594 
     | 
    
         
            +
            <p>Ubuntu向けパッケージの作成には、作業マシン上にGroongaのビルドに必要な依存ソフトウェア一式がインストールされている必要があります。以下のようにしてインストールしておいて下さい。:</p>
         
     | 
| 
      
 595 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>% sudo apt build-dep groonga
         
     | 
| 
      
 596 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 597 
     | 
    
         
            +
            </div>
         
     | 
| 
       547 
598 
     | 
    
         
             
            <p>Ubuntu向けのパッケージのアップロードには以下のコマンドを実行します。:</p>
         
     | 
| 
       548 
599 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% cd packages/ubuntu
         
     | 
| 
       549 
600 
     | 
    
         
             
            % make upload
         
     | 
| 
         @@ -558,9 +609,14 @@ README.md  binlib  license  test 
     | 
|
| 
       558 
609 
     | 
    
         
             
            <p>アップロードが正常終了すると、launchpad.net上でビルドが実行され、ビルド結果がメールで通知されます。ビルドに成功すると、リリース対象のパッケージがlaunchpad.netのGroongaチームのPPAへと反映されます。公開されているパッケージは以下のURLで確認できます。</p>
         
     | 
| 
       559 
610 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       560 
611 
     | 
    
         
             
            <div><a class="reference external" href="https://launchpad.net/~groonga/+archive/ubuntu/ppa">https://launchpad.net/~groonga/+archive/ubuntu/ppa</a></div></blockquote>
         
     | 
| 
      
 612 
     | 
    
         
            +
            <div class="section" id="id30">
         
     | 
| 
      
 613 
     | 
    
         
            +
            <h4>12.3.7.3.20.1. Ubuntu用パッケージの公開の取り消し<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
      
 614 
     | 
    
         
            +
            <p>LaunchpadのGroongaチームのページで対象のPPAを選択し、バージョン一覧の上にある「View package details」リンクの先で「Delete packages」リンクを辿ると、アップロード済みパッケージを削除できる。
         
     | 
| 
      
 615 
     | 
    
         
            +
            例;[不安定版リポジトリのパッケージの削除用のページ](<a class="reference external" href="https://launchpad.net/~groonga/+archive/ubuntu/nightly/+delete-packages">https://launchpad.net/~groonga/+archive/ubuntu/nightly/+delete-packages</a>)。</p>
         
     | 
| 
      
 616 
     | 
    
         
            +
            </div>
         
     | 
| 
       561 
617 
     | 
    
         
             
            </div>
         
     | 
| 
       562 
618 
     | 
    
         
             
            <div class="section" id="blogroonga">
         
     | 
| 
       563 
     | 
    
         
            -
            < 
     | 
| 
      
 619 
     | 
    
         
            +
            <h3>12.3.7.3.21. blogroonga(ブログ)の更新<a class="headerlink" href="#blogroonga" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       564 
620 
     | 
    
         
             
            <p><a class="reference external" href="http://groonga.org/blog/">http://groonga.org/blog/</a> および <a class="reference external" href="http://groonga.org/blog/">http://groonga.org/blog/</a> にて公開されているリリース案内を作成します。</p>
         
     | 
| 
       565 
621 
     | 
    
         
             
            <p>基本的にはリリースアナウンスの内容をそのまま記載します。</p>
         
     | 
| 
       566 
622 
     | 
    
         
             
            <p>cloneしたWebサイトのソースに対して以下のファイルを新規追加します。</p>
         
     | 
| 
         @@ -570,7 +626,7 @@ README.md  binlib  license  test 
     | 
|
| 
       570 
626 
     | 
    
         
             
            </ul>
         
     | 
| 
       571 
627 
     | 
    
         
             
            <p>編集した内容をpushする前に確認したい場合にはJekyllおよびRedCloth(Textileパーサー)、RDiscount(Markdownパーサー)、JavaScript interpreter(therubyracer、Node.jsなど)が必要です。
         
     | 
| 
       572 
628 
     | 
    
         
             
            インストールするには以下のコマンドを実行します。:</p>
         
     | 
| 
       573 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre><span></span>% sudo gem install jekyll RedCloth rdiscount therubyracer
         
     | 
| 
      
 629 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>% sudo gem install jekyll jekyll-paginate RedCloth rdiscount therubyracer
         
     | 
| 
       574 
630 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       575 
631 
     | 
    
         
             
            </div>
         
     | 
| 
       576 
632 
     | 
    
         
             
            <p>jekyllのインストールを行ったら、以下のコマンドでローカルにwebサーバを起動します。:</p>
         
     | 
| 
         @@ -590,8 +646,8 @@ published: false 
     | 
|
| 
       590 
646 
     | 
    
         
             
            </div>
         
     | 
| 
       591 
647 
     | 
    
         
             
            </div>
         
     | 
| 
       592 
648 
     | 
    
         
             
            </div>
         
     | 
| 
       593 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       594 
     | 
    
         
            -
            < 
     | 
| 
      
 649 
     | 
    
         
            +
            <div class="section" id="id31">
         
     | 
| 
      
 650 
     | 
    
         
            +
            <h3>12.3.7.3.22. ドキュメントのアップロード<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       595 
651 
     | 
    
         
             
            <p>doc/source以下のドキュメントを更新、翻訳まで完了している状態で、ドキュメントのアップロード作業を行います。</p>
         
     | 
| 
       596 
652 
     | 
    
         
             
            <p>そのためにはまず以下のコマンドを実行します。:</p>
         
     | 
| 
       597 
653 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make update-document
         
     | 
| 
         @@ -601,19 +657,20 @@ published: false 
     | 
|
| 
       601 
657 
     | 
    
         
             
            <p>生成されているドキュメントに問題のないことを確認できたら、コミット、pushしてgroonga.orgへと反映します。</p>
         
     | 
| 
       602 
658 
     | 
    
         
             
            </div>
         
     | 
| 
       603 
659 
     | 
    
         
             
            <div class="section" id="homebrew">
         
     | 
| 
       604 
     | 
    
         
            -
            < 
     | 
| 
      
 660 
     | 
    
         
            +
            <h3>12.3.7.3.23. Homebrewの更新<a class="headerlink" href="#homebrew" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 661 
     | 
    
         
            +
            <p>この手順は省略可能です(Homebrewの更新はGroongaプロジェクト本体のリリース要件には含まれません)。</p>
         
     | 
| 
       605 
662 
     | 
    
         
             
            <p>OS Xでのパッケージ管理方法として <a class="reference external" href="http://brew.sh/">Homebrew</a> があります。</p>
         
     | 
| 
       606 
663 
     | 
    
         
             
            <p>Groongaを簡単にインストールできるようにするために、Homebrewへpull requestを送ります。</p>
         
     | 
| 
       607 
664 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       608 
     | 
    
         
            -
            <div><a class="reference external" href="https://github.com/ 
     | 
| 
      
 665 
     | 
    
         
            +
            <div><a class="reference external" href="https://github.com/Homebrew/homebrew-core">https://github.com/Homebrew/homebrew-core</a></div></blockquote>
         
     | 
| 
       609 
666 
     | 
    
         
             
            <p>すでにGroongaのFormulaは取り込まれているので、リリースのたびにFormulaの内容を更新する作業を実施します。</p>
         
     | 
| 
       610 
667 
     | 
    
         
             
            <p>Groonga 3.0.6のときは以下のように更新してpull requestを送りました。</p>
         
     | 
| 
       611 
668 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       612 
669 
     | 
    
         
             
            <div><a class="reference external" href="https://github.com/mxcl/homebrew/pull/21456/files">https://github.com/mxcl/homebrew/pull/21456/files</a></div></blockquote>
         
     | 
| 
       613 
670 
     | 
    
         
             
            <p>上記URLを参照するとわかるようにソースアーカイブのurlとsha1チェックサムを更新します。</p>
         
     | 
| 
       614 
671 
     | 
    
         
             
            </div>
         
     | 
| 
       615 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       616 
     | 
    
         
            -
            < 
     | 
| 
      
 672 
     | 
    
         
            +
            <div class="section" id="id33">
         
     | 
| 
      
 673 
     | 
    
         
            +
            <h3>12.3.7.3.24. リリースアナウンス<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       617 
674 
     | 
    
         
             
            <p>作成したリリースアナウンスをメーリングリストへと流します。</p>
         
     | 
| 
       618 
675 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       619 
676 
     | 
    
         
             
            <li>groonga-dev <a class="reference external" href="mailto:groonga-dev%40lists.osdn.me">groonga-dev<span>@</span>lists<span>.</span>osdn<span>.</span>me</a></li>
         
     | 
| 
         @@ -621,33 +678,28 @@ published: false 
     | 
|
| 
       621 
678 
     | 
    
         
             
            </ul>
         
     | 
| 
       622 
679 
     | 
    
         
             
            </div>
         
     | 
| 
       623 
680 
     | 
    
         
             
            <div class="section" id="twitter">
         
     | 
| 
       624 
     | 
    
         
            -
            < 
     | 
| 
      
 681 
     | 
    
         
            +
            <h3>12.3.7.3.25. Twitterでリリースアナウンスをする<a class="headerlink" href="#twitter" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       625 
682 
     | 
    
         
             
            <p>blogroongaのリリースエントリには「リンクをあなたのフォロワーに共有する」ためのツイートボタンがあるので、そのボタンを使ってリリースアナウンスします。(画面下部に配置されている)</p>
         
     | 
| 
       626 
683 
     | 
    
         
             
            <p>このボタンを経由する場合、ツイート内容に自動的にリリースタイトル(「groonga 2.0.8リリース」など)とblogroongaのリリースエントリのURLが挿入されます。</p>
         
     | 
| 
       627 
684 
     | 
    
         
             
            <p>この作業はblogroongaの英語版、日本語版それぞれで行います。
         
     | 
| 
       628 
685 
     | 
    
         
             
            あらかじめgroongaアカウントでログインしておくとアナウンスを円滑に行うことができます。</p>
         
     | 
| 
       629 
686 
     | 
    
         
             
            </div>
         
     | 
| 
       630 
687 
     | 
    
         
             
            <div class="section" id="facebook">
         
     | 
| 
       631 
     | 
    
         
            -
            < 
     | 
| 
      
 688 
     | 
    
         
            +
            <h3>12.3.7.3.26. Facebookでリリースアナウンスをする<a class="headerlink" href="#facebook" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       632 
689 
     | 
    
         
             
            <p>FacebookにGroongaグループがあります。
         
     | 
| 
       633 
690 
     | 
    
         
             
            <a class="reference external" href="https://www.facebook.com/groonga/">https://www.facebook.com/groonga/</a></p>
         
     | 
| 
       634 
691 
     | 
    
         
             
            <p>Groongaグループのメンバーになると、個人のアカウントではなく、Groongaグループのメンバーとして投稿できます。
         
     | 
| 
       635 
692 
     | 
    
         
             
            ブログエントリなどをもとに、リリースアナウンスを投稿します。</p>
         
     | 
| 
       636 
693 
     | 
    
         
             
            <p>以上でリリース作業は終了です。</p>
         
     | 
| 
       637 
694 
     | 
    
         
             
            </div>
         
     | 
| 
       638 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       639 
     | 
    
         
            -
            < 
     | 
| 
      
 695 
     | 
    
         
            +
            <div class="section" id="id34">
         
     | 
| 
      
 696 
     | 
    
         
            +
            <h3>12.3.7.3.27. リリース後にやること<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       640 
697 
     | 
    
         
             
            <p>リリースアナウンスを流し終えたら、次期バージョンの開発が始まります。</p>
         
     | 
| 
       641 
698 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       642 
     | 
    
         
            -
            <li>Groonga プロジェクトの新規バージョン追加</li>
         
     | 
| 
       643 
699 
     | 
    
         
             
            <li>Groonga のbase_versionの更新</li>
         
     | 
| 
       644 
700 
     | 
    
         
             
            </ul>
         
     | 
| 
       645 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       646 
     | 
    
         
            -
            < 
     | 
| 
       647 
     | 
    
         
            -
            <p><a class="reference external" href="http://redmine.groonga.org/projects/groonga/settings">Groonga プロジェクトの設定ページ</a> にて新規バージョンを追加します。(例: release-2.0.6)</p>
         
     | 
| 
       648 
     | 
    
         
            -
            </div>
         
     | 
| 
       649 
     | 
    
         
            -
            <div class="section" id="id25">
         
     | 
| 
       650 
     | 
    
         
            -
            <h3>12.3.7.30.2. Groonga バージョン更新<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 701 
     | 
    
         
            +
            <div class="section" id="id35">
         
     | 
| 
      
 702 
     | 
    
         
            +
            <h4>12.3.7.3.27.1. Groonga バージョン更新<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       651 
703 
     | 
    
         
             
            <p>$GROONGA_CLONE_DIRにて以下のコマンドを実行します。:</p>
         
     | 
| 
       652 
704 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make update-version NEW_VERSION=2.0.6
         
     | 
| 
       653 
705 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -660,14 +712,14 @@ published: false 
     | 
|
| 
       660 
712 
     | 
    
         
             
            </div>
         
     | 
| 
       661 
713 
     | 
    
         
             
            </div>
         
     | 
| 
       662 
714 
     | 
    
         
             
            <div class="section" id="tips">
         
     | 
| 
       663 
     | 
    
         
            -
            < 
     | 
| 
       664 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       665 
     | 
    
         
            -
            < 
     | 
| 
       666 
     | 
    
         
            -
            <p>make build  
     | 
| 
      
 715 
     | 
    
         
            +
            <h3>12.3.7.3.28. ビルド時のTIPS<a class="headerlink" href="#tips" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 716 
     | 
    
         
            +
            <div class="section" id="id36">
         
     | 
| 
      
 717 
     | 
    
         
            +
            <h4>12.3.7.3.28.1. ビルドを並列化したい<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
      
 718 
     | 
    
         
            +
            <p>make build PARALLEL=yesを指定するとchroot環境で並列にビルドを
         
     | 
| 
       667 
719 
     | 
    
         
             
            実行できます。</p>
         
     | 
| 
       668 
720 
     | 
    
         
             
            </div>
         
     | 
| 
       669 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       670 
     | 
    
         
            -
            < 
     | 
| 
      
 721 
     | 
    
         
            +
            <div class="section" id="id37">
         
     | 
| 
      
 722 
     | 
    
         
            +
            <h4>12.3.7.3.28.2. 特定の環境向けのみビルドしたい<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       671 
723 
     | 
    
         
             
            <p>Debian系の場合、CODES,ARCHITECTURESオプションを明示的に指定することで、特定のリリース、アーキテクチャのみビルドすることができます。</p>
         
     | 
| 
       672 
724 
     | 
    
         
             
            <p>squeezeのi386のみビルドしたい場合には以下のコマンドを実行します。:</p>
         
     | 
| 
       673 
725 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make build ARCHITECTURES=i386 CODES=squeeze
         
     | 
| 
         @@ -682,13 +734,13 @@ published: false 
     | 
|
| 
       682 
734 
     | 
    
         
             
            <p>buildコマンド以外でも build-in-chroot build-repository-rpmなどのサブタスクでもARCHITECTURES,DISTRIBUTIONSの指定は有効です。</p>
         
     | 
| 
       683 
735 
     | 
    
         
             
            <p>centosの場合、CENTOS_VERSIONSを指定することで特定のバージョンのみビルドすることができます。</p>
         
     | 
| 
       684 
736 
     | 
    
         
             
            </div>
         
     | 
| 
       685 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       686 
     | 
    
         
            -
            < 
     | 
| 
      
 737 
     | 
    
         
            +
            <div class="section" id="id38">
         
     | 
| 
      
 738 
     | 
    
         
            +
            <h4>12.3.7.3.28.3. パッケージの署名用のパスフレーズを知りたい<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       687 
739 
     | 
    
         
             
            <p>パッケージの署名に必要な秘密鍵のパスフレーズについては
         
     | 
| 
       688 
740 
     | 
    
         
             
            リリース担当者向けの秘密鍵を復号したテキストの1行目に記載してあります。</p>
         
     | 
| 
       689 
741 
     | 
    
         
             
            </div>
         
     | 
| 
       690 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       691 
     | 
    
         
            -
            < 
     | 
| 
      
 742 
     | 
    
         
            +
            <div class="section" id="id39">
         
     | 
| 
      
 743 
     | 
    
         
            +
            <h4>12.3.7.3.28.4. バージョンを明示的に指定してドキュメントを生成したい<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       692 
744 
     | 
    
         
             
            <p>リリース後にドキュメントの一部を差し替えたい場合、特に何も指定しないと生成したHTMLに埋め込まれるバージョンが「v3.0.1-xxxxxドキュメント」となってしまうことがあります。gitでのコミット時ハッシュの一部が使われるためです。</p>
         
     | 
| 
       693 
745 
     | 
    
         
             
            <p>これを回避するには、以下のようにDOCUMENT_VERSIONやDOCUMENT_VERSION_FULLを明示的に指定します。:</p>
         
     | 
| 
       694 
746 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>% make update-document DOCUMENT_VERSION=3.0.1 DOCUMENT_VERSION_FULL=3.0.1
         
     | 
| 
         @@ -696,6 +748,7 @@ published: false 
     | 
|
| 
       696 
748 
     | 
    
         
             
            </div>
         
     | 
| 
       697 
749 
     | 
    
         
             
            </div>
         
     | 
| 
       698 
750 
     | 
    
         
             
            </div>
         
     | 
| 
      
 751 
     | 
    
         
            +
            </div>
         
     | 
| 
       699 
752 
     | 
    
         
             
            </div>
         
     | 
| 
       700 
753 
     | 
    
         | 
| 
       701 
754 
     | 
    
         | 
| 
         @@ -708,54 +761,64 @@ published: false 
     | 
|
| 
       708 
761 
     | 
    
         
             
              <ul>
         
     | 
| 
       709 
762 
     | 
    
         
             
            <li><a class="reference internal" href="#">12.3.7. リリース手順</a><ul>
         
     | 
| 
       710 
763 
     | 
    
         
             
            <li><a class="reference internal" href="#id2">12.3.7.1. 前提条件</a></li>
         
     | 
| 
       711 
     | 
    
         
            -
            <li><a class="reference internal" href="#id3">12.3.7.2.  
     | 
| 
       712 
     | 
    
         
            -
            <li><a class="reference internal" href="#id4">12.3.7. 
     | 
| 
       713 
     | 
    
         
            -
            <li><a class="reference internal" href="#id5">12.3.7. 
     | 
| 
       714 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       715 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       716 
     | 
    
         
            -
             
     | 
| 
       717 
     | 
    
         
            -
             
     | 
| 
       718 
     | 
    
         
            -
            <li><a class="reference internal" href="#id7">12.3.7. 
     | 
| 
       719 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       720 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       721 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       722 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       723 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       724 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       725 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       726 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
      
 764 
     | 
    
         
            +
            <li><a class="reference internal" href="#id3">12.3.7.2. 最初の1回だけ行う手順</a><ul>
         
     | 
| 
      
 765 
     | 
    
         
            +
            <li><a class="reference internal" href="#id4">12.3.7.2.1. ビルド環境の準備</a></li>
         
     | 
| 
      
 766 
     | 
    
         
            +
            <li><a class="reference internal" href="#id5">12.3.7.2.2. パッケージ署名用秘密鍵のインポート</a></li>
         
     | 
| 
      
 767 
     | 
    
         
            +
            <li><a class="reference internal" href="#ppa">12.3.7.2.3. PPA用の鍵の登録</a></li>
         
     | 
| 
      
 768 
     | 
    
         
            +
            <li><a class="reference internal" href="#id6">12.3.7.2.4. リリース作業用ディレクトリの作成</a></li>
         
     | 
| 
      
 769 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 770 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 771 
     | 
    
         
            +
            <li><a class="reference internal" href="#id7">12.3.7.3. 毎回のリリースで行う手順</a><ul>
         
     | 
| 
      
 772 
     | 
    
         
            +
            <li><a class="reference internal" href="#groonga">12.3.7.3.1. Groongaのソースコード取得</a></li>
         
     | 
| 
      
 773 
     | 
    
         
            +
            <li><a class="reference internal" href="#id8">12.3.7.3.2. Groongaのウェブサイトの取得</a></li>
         
     | 
| 
      
 774 
     | 
    
         
            +
            <li><a class="reference internal" href="#cutter">12.3.7.3.3. cutterのソースコード取得</a></li>
         
     | 
| 
      
 775 
     | 
    
         
            +
            <li><a class="reference internal" href="#id9">12.3.7.3.4. 変更点のまとめ</a></li>
         
     | 
| 
      
 776 
     | 
    
         
            +
            <li><a class="reference internal" href="#configure">12.3.7.3.5. configureスクリプトの生成</a></li>
         
     | 
| 
      
 777 
     | 
    
         
            +
            <li><a class="reference internal" href="#id10">12.3.7.3.6. configureスクリプトの実行</a></li>
         
     | 
| 
      
 778 
     | 
    
         
            +
            <li><a class="reference internal" href="#make-update-latest-release">12.3.7.3.7. make update-latest-releaseの実行</a></li>
         
     | 
| 
      
 779 
     | 
    
         
            +
            <li><a class="reference internal" href="#make-update-files">12.3.7.3.8. make update-filesの実行</a></li>
         
     | 
| 
      
 780 
     | 
    
         
            +
            <li><a class="reference internal" href="#make-update-po">12.3.7.3.9. make update-poの実行</a></li>
         
     | 
| 
      
 781 
     | 
    
         
            +
            <li><a class="reference internal" href="#po">12.3.7.3.10. poファイルの翻訳</a></li>
         
     | 
| 
      
 782 
     | 
    
         
            +
            <li><a class="reference internal" href="#id19">12.3.7.3.11. リリースタグの設定</a></li>
         
     | 
| 
      
 783 
     | 
    
         
            +
            <li><a class="reference internal" href="#id20">12.3.7.3.12. リリース用アーカイブファイルの作成</a></li>
         
     | 
| 
      
 784 
     | 
    
         
            +
            <li><a class="reference internal" href="#id21">12.3.7.3.13. パッケージのビルド</a><ul>
         
     | 
| 
      
 785 
     | 
    
         
            +
            <li><a class="reference internal" href="#id22">12.3.7.3.13.1. ビルド用パッケージのダウンロード</a></li>
         
     | 
| 
      
 786 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 787 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 788 
     | 
    
         
            +
            <li><a class="reference internal" href="#debian">12.3.7.3.14. Debian系パッケージのビルド</a></li>
         
     | 
| 
      
 789 
     | 
    
         
            +
            <li><a class="reference internal" href="#red-hat">12.3.7.3.15. Red Hat系パッケージのビルド</a></li>
         
     | 
| 
      
 790 
     | 
    
         
            +
            <li><a class="reference internal" href="#windows">12.3.7.3.16. Windows用パッケージのビルド</a></li>
         
     | 
| 
      
 791 
     | 
    
         
            +
            <li><a class="reference internal" href="#id23">12.3.7.3.17. パッケージの動作確認</a><ul>
         
     | 
| 
      
 792 
     | 
    
         
            +
            <li><a class="reference internal" href="#grntest">12.3.7.3.17.1. grntestの準備</a></li>
         
     | 
| 
      
 793 
     | 
    
         
            +
            <li><a class="reference internal" href="#id24">12.3.7.3.17.2. grntestの実行方法</a></li>
         
     | 
| 
      
 794 
     | 
    
         
            +
            <li><a class="reference internal" href="#id25">12.3.7.3.17.3. Debian系の場合</a></li>
         
     | 
| 
      
 795 
     | 
    
         
            +
            <li><a class="reference internal" href="#id26">12.3.7.3.17.4. Red Hat系の場合</a></li>
         
     | 
| 
      
 796 
     | 
    
         
            +
            <li><a class="reference internal" href="#id27">12.3.7.3.17.5. Windows向けの場合</a></li>
         
     | 
| 
      
 797 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 798 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 799 
     | 
    
         
            +
            <li><a class="reference internal" href="#id28">12.3.7.3.18. リリースアナウンスの作成</a></li>
         
     | 
| 
      
 800 
     | 
    
         
            +
            <li><a class="reference internal" href="#id29">12.3.7.3.19. パッケージのアップロード</a></li>
         
     | 
| 
      
 801 
     | 
    
         
            +
            <li><a class="reference internal" href="#ubuntu">12.3.7.3.20. Ubuntu用パッケージのアップロード</a><ul>
         
     | 
| 
      
 802 
     | 
    
         
            +
            <li><a class="reference internal" href="#id30">12.3.7.3.20.1. Ubuntu用パッケージの公開の取り消し</a></li>
         
     | 
| 
       727 
803 
     | 
    
         
             
            </ul>
         
     | 
| 
       728 
804 
     | 
    
         
             
            </li>
         
     | 
| 
       729 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       730 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       731 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       732 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       733 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       734 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       735 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       736 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       737 
     | 
    
         
            -
            <li><a class="reference internal" href="#id16">12.3.7.20.5. Windows向けの場合</a></li>
         
     | 
| 
      
 805 
     | 
    
         
            +
            <li><a class="reference internal" href="#blogroonga">12.3.7.3.21. blogroonga(ブログ)の更新</a></li>
         
     | 
| 
      
 806 
     | 
    
         
            +
            <li><a class="reference internal" href="#id31">12.3.7.3.22. ドキュメントのアップロード</a></li>
         
     | 
| 
      
 807 
     | 
    
         
            +
            <li><a class="reference internal" href="#homebrew">12.3.7.3.23. Homebrewの更新</a></li>
         
     | 
| 
      
 808 
     | 
    
         
            +
            <li><a class="reference internal" href="#id33">12.3.7.3.24. リリースアナウンス</a></li>
         
     | 
| 
      
 809 
     | 
    
         
            +
            <li><a class="reference internal" href="#twitter">12.3.7.3.25. Twitterでリリースアナウンスをする</a></li>
         
     | 
| 
      
 810 
     | 
    
         
            +
            <li><a class="reference internal" href="#facebook">12.3.7.3.26. Facebookでリリースアナウンスをする</a></li>
         
     | 
| 
      
 811 
     | 
    
         
            +
            <li><a class="reference internal" href="#id34">12.3.7.3.27. リリース後にやること</a><ul>
         
     | 
| 
      
 812 
     | 
    
         
            +
            <li><a class="reference internal" href="#id35">12.3.7.3.27.1. Groonga バージョン更新</a></li>
         
     | 
| 
       738 
813 
     | 
    
         
             
            </ul>
         
     | 
| 
       739 
814 
     | 
    
         
             
            </li>
         
     | 
| 
       740 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       741 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       742 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       743 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       744 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       745 
     | 
    
         
            -
            <li><a class="reference internal" href="#homebrew">12.3.7.26. Homebrewの更新</a></li>
         
     | 
| 
       746 
     | 
    
         
            -
            <li><a class="reference internal" href="#id21">12.3.7.27. リリースアナウンス</a></li>
         
     | 
| 
       747 
     | 
    
         
            -
            <li><a class="reference internal" href="#twitter">12.3.7.28. Twitterでリリースアナウンスをする</a></li>
         
     | 
| 
       748 
     | 
    
         
            -
            <li><a class="reference internal" href="#facebook">12.3.7.29. Facebookでリリースアナウンスをする</a></li>
         
     | 
| 
       749 
     | 
    
         
            -
            <li><a class="reference internal" href="#id22">12.3.7.30. リリース後にやること</a><ul>
         
     | 
| 
       750 
     | 
    
         
            -
            <li><a class="reference internal" href="#id23">12.3.7.30.1. Groonga プロジェクトの新規バージョン追加</a></li>
         
     | 
| 
       751 
     | 
    
         
            -
            <li><a class="reference internal" href="#id25">12.3.7.30.2. Groonga バージョン更新</a></li>
         
     | 
| 
      
 815 
     | 
    
         
            +
            <li><a class="reference internal" href="#tips">12.3.7.3.28. ビルド時のTIPS</a><ul>
         
     | 
| 
      
 816 
     | 
    
         
            +
            <li><a class="reference internal" href="#id36">12.3.7.3.28.1. ビルドを並列化したい</a></li>
         
     | 
| 
      
 817 
     | 
    
         
            +
            <li><a class="reference internal" href="#id37">12.3.7.3.28.2. 特定の環境向けのみビルドしたい</a></li>
         
     | 
| 
      
 818 
     | 
    
         
            +
            <li><a class="reference internal" href="#id38">12.3.7.3.28.3. パッケージの署名用のパスフレーズを知りたい</a></li>
         
     | 
| 
      
 819 
     | 
    
         
            +
            <li><a class="reference internal" href="#id39">12.3.7.3.28.4. バージョンを明示的に指定してドキュメントを生成したい</a></li>
         
     | 
| 
       752 
820 
     | 
    
         
             
            </ul>
         
     | 
| 
       753 
821 
     | 
    
         
             
            </li>
         
     | 
| 
       754 
     | 
    
         
            -
            <li><a class="reference internal" href="#tips">12.3.7.31. ビルド時のTIPS</a><ul>
         
     | 
| 
       755 
     | 
    
         
            -
            <li><a class="reference internal" href="#id26">12.3.7.31.1. ビルドを並列化したい</a></li>
         
     | 
| 
       756 
     | 
    
         
            -
            <li><a class="reference internal" href="#id27">12.3.7.31.2. 特定の環境向けのみビルドしたい</a></li>
         
     | 
| 
       757 
     | 
    
         
            -
            <li><a class="reference internal" href="#id28">12.3.7.31.3. パッケージの署名用のパスフレーズを知りたい</a></li>
         
     | 
| 
       758 
     | 
    
         
            -
            <li><a class="reference internal" href="#id29">12.3.7.31.4. バージョンを明示的に指定してドキュメントを生成したい</a></li>
         
     | 
| 
       759 
822 
     | 
    
         
             
            </ul>
         
     | 
| 
       760 
823 
     | 
    
         
             
            </li>
         
     | 
| 
       761 
824 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -801,13 +864,13 @@ published: false 
     | 
|
| 
       801 
864 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       802 
865 
     | 
    
         
             
                      <a href="query.html" title="12.3.5. クエリの実現"
         
     | 
| 
       803 
866 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       804 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1. 
     | 
| 
      
 867 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       805 
868 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
         
     | 
| 
       806 
869 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../development.html" >12.3. For Groonga developers</a> »</li> 
         
     | 
| 
       807 
870 
     | 
    
         
             
                  </ul>
         
     | 
| 
       808 
871 
     | 
    
         
             
                </div>
         
     | 
| 
       809 
872 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       810 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 873 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       811 
874 
     | 
    
         
             
                </div>
         
     | 
| 
       812 
875 
     | 
    
         
             
              </body>
         
     | 
| 
       813 
876 
     | 
    
         
             
            </html>
         
     |