diff options
author | obache <obache@pkgsrc.org> | 2014-07-02 12:42:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-02 12:42:34 +0000 |
commit | 30f9504e47e82eb969a9b3a9d628f1c49bcee9aa (patch) | |
tree | aff59d5604d25d8a671b0b5dc8bb8da8aa33ead2 /textproc/groonga | |
parent | 4d7bc4f8e346651b6192164ac51aa502c1a912a4 (diff) | |
download | pkgsrc-30f9504e47e82eb969a9b3a9d628f1c49bcee9aa.tar.gz |
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
Diffstat (limited to 'textproc/groonga')
-rw-r--r-- | textproc/groonga/Makefile | 4 | ||||
-rw-r--r-- | textproc/groonga/PLIST | 14 | ||||
-rw-r--r-- | textproc/groonga/distinfo | 8 |
3 files changed, 19 insertions, 7 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 073b7786784..e5f8559f2f6 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2014/05/31 09:43:04 obache Exp $ +# $NetBSD: Makefile,v 1.42 2014/07/02 12:42:34 obache Exp $ # -DISTNAME= groonga-4.0.2 +DISTNAME= groonga-4.0.3 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ diff --git a/textproc/groonga/PLIST b/textproc/groonga/PLIST index e65eadd40da..c3f3d93e80c 100644 --- a/textproc/groonga/PLIST +++ b/textproc/groonga/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2014/05/31 09:43:04 obache Exp $ +@comment $NetBSD: PLIST,v 1.22 2014/07/02 12:42:34 obache Exp $ bin/groonga bin/groonga-benchmark bin/groonga-suggest-create-dataset @@ -55,6 +55,9 @@ share/doc/groonga/en/html/_sources/news/0.x.txt share/doc/groonga/en/html/_sources/news/1.0.x.txt share/doc/groonga/en/html/_sources/news/1.1.x.txt share/doc/groonga/en/html/_sources/news/1.2.x.txt +share/doc/groonga/en/html/_sources/news/1.3.x.txt +share/doc/groonga/en/html/_sources/news/2.x.txt +share/doc/groonga/en/html/_sources/news/3.x.txt share/doc/groonga/en/html/_sources/news/senna.txt share/doc/groonga/en/html/_sources/reference.txt share/doc/groonga/en/html/_sources/reference/api.txt @@ -244,6 +247,9 @@ share/doc/groonga/en/html/news/0.x.html share/doc/groonga/en/html/news/1.0.x.html share/doc/groonga/en/html/news/1.1.x.html share/doc/groonga/en/html/news/1.2.x.html +share/doc/groonga/en/html/news/1.3.x.html +share/doc/groonga/en/html/news/2.x.html +share/doc/groonga/en/html/news/3.x.html share/doc/groonga/en/html/news/senna.html share/doc/groonga/en/html/objects.inv share/doc/groonga/en/html/reference.html @@ -412,6 +418,9 @@ share/doc/groonga/ja/html/_sources/news/0.x.txt share/doc/groonga/ja/html/_sources/news/1.0.x.txt share/doc/groonga/ja/html/_sources/news/1.1.x.txt share/doc/groonga/ja/html/_sources/news/1.2.x.txt +share/doc/groonga/ja/html/_sources/news/1.3.x.txt +share/doc/groonga/ja/html/_sources/news/2.x.txt +share/doc/groonga/ja/html/_sources/news/3.x.txt share/doc/groonga/ja/html/_sources/news/senna.txt share/doc/groonga/ja/html/_sources/reference.txt share/doc/groonga/ja/html/_sources/reference/api.txt @@ -601,6 +610,9 @@ share/doc/groonga/ja/html/news/0.x.html share/doc/groonga/ja/html/news/1.0.x.html share/doc/groonga/ja/html/news/1.1.x.html share/doc/groonga/ja/html/news/1.2.x.html +share/doc/groonga/ja/html/news/1.3.x.html +share/doc/groonga/ja/html/news/2.x.html +share/doc/groonga/ja/html/news/3.x.html share/doc/groonga/ja/html/news/senna.html share/doc/groonga/ja/html/objects.inv share/doc/groonga/ja/html/reference.html diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo index 244cec7f112..6d755cd3fe9 100644 --- a/textproc/groonga/distinfo +++ b/textproc/groonga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2014/05/31 09:43:04 obache Exp $ +$NetBSD: distinfo,v 1.29 2014/07/02 12:42:34 obache Exp $ -SHA1 (groonga-4.0.2.tar.gz) = daa89ac16f00e8cb7f11ebf28cc15dc36a84f4ce -RMD160 (groonga-4.0.2.tar.gz) = 81ff562f2846778bfbc596ac805f33a5335b0cfa -Size (groonga-4.0.2.tar.gz) = 9830848 bytes +SHA1 (groonga-4.0.3.tar.gz) = f5ed68228e82585903f672f3387785b3b7e24dea +RMD160 (groonga-4.0.3.tar.gz) = f5d623bb9e8a407c1a76bf74d528740a3db93ac5 +Size (groonga-4.0.3.tar.gz) = 9958449 bytes |