pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/groonga
Module Name: pkgsrc
Committed By: obache
Date: Wed Jul 2 12:42:34 UTC 2014
Modified Files:
pkgsrc/textproc/groonga: Makefile PLIST distinfo
Log Message:
Update groonga to 4.0.3.
Release 4.0.3 - 2014/06/29
--------------------------
Improvements
^^^^^^^^^^^^
* [experimental][ :doc:`/executables/groonga-server-http` ]
Supported POST.
* [windows] Bundled libwinpthread-1.dll. Because newer
libgcc_s_sjlj-1.dll depends on libwinpthread-1.dll.
[groonga-dev,02398] [Reported by Masafumi Yokoyama]
* [ :doc:`/reference/executables/groonga` ] Changed the default port number of
GQTP to 10043. Because server packages use 10043 by default.
[GitHub#172] [Patch by Naoya Murakami]
* [ :doc:`/reference/commands/normalize` ] Added more validations for invalid
argument.
[groonga-dev,02409][GitHub:#174]
[Reported by GMO Media, Inc.][Patch by Naoya Murakami]
* [ :doc:`/reference/commands/tokenize` ] Added more validations for invalid
argument.
* [ :doc:`/reference/executables/groonga-server-http` ] Supported ``Expect:
100-Continue`` request.
* Exported ``grn_proc_get_type()``.
* [ :doc:`/reference/executables/groonga-suggest-learner` ]
Added ``--log-path`` and ``--log-level`` options.
* Deprecated ``GRN_CTX_USE_QL``.
* Deprecated ``GRN_CTX_BATCH_MODE``.
* Added ``grn_text_printf()``.
* Added ``grn_text_vprintf()``.
* Removed limitation of one query log size.
* Added :c:func:`grn_plugin_expr_var_init()`.
[GitHub#175][Patch by Naoya Murakami]
* Added :c:func:`grn_plugin_command_create()`.
[GitHub#175][Patch by Naoya Murakami]
* [GitHub#176] Supported reference vector column with weight.
* [plugin] Used public API instead of internal API.
[GitHub#177][GitHub#178] [Patch by Naoya Murakami]
* [doc][plugin] Added plugin APIs.
[GitHub#179] [Patch by Naoya Murakami]
* [windows] Re-supported Visual C++ 2010.
[groonga-dev,02454] [Reported by cosmo0920].
Fixes
^^^^^
* [rpm][groonga-server-gqtp] Fixed a bug that HTTP protocol is used
not GQTP.
[GitHub#173] [Patch by Naoya Murakami]
* [ :doc:`/reference/commands/select` ] Fixed a crash bug when
:ref:`select-adjuster` has a syntax error.
Thanks
^^^^^^
* Masafumi Yokoyama
* Naoya Murakami
* GMO Media, Inc.
* cosmo0920
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/groonga/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/groonga/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/groonga/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index