diff options
author | obache <obache@pkgsrc.org> | 2012-05-29 12:22:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-29 12:22:42 +0000 |
commit | 58067eefd8822c6cf3862ee3fccad3e80b5a8643 (patch) | |
tree | f24132de7bcb794bb52a1b36a066a9d09dc49a66 /textproc/groonga/Makefile | |
parent | ab70fad4af6157c50926168f8fbc0eddc4040d20 (diff) | |
download | pkgsrc-58067eefd8822c6cf3862ee3fccad3e80b5a8643.tar.gz |
Update groonga to 2.0.3.
Release 2.0.3 - 2012/05/29
--------------------------
Improvements
^^^^^^^^^^^^
* [doc] Added about release procedure.
* Removed restriction that the max number of opened files is 4096.
* [experimental] Added table plugin.
* [doc] Added more descriptions about :doc:`/commmands/select` command.
* [doc] Made execution example copy & paste friendly.
* [windows] Supported build with Visual Studio 2010 Express and
CMake. See :doc:`/install/windows` about details.
* [doc][solaris] Added a document about building on Solaris.
See :doc:`/install/solaris` about details.
* [doc][yum] Updated epel-release package version.
[Reported by IWAI, Masaharu]
* [doc][cenos6] Disabled Repoforge for Munin for CentOS 6.
[Reported by IWAI, Masaharu]
* Started distributing source archive in zip format.
* [munin] groonga_dist Munin plugin supported an object that has
separated files.
* Started using Travis CI.
* [yum] Changed RPM package name that provides yum repository from
groonga-repository to groonga-release to follow RPM package name
convension such as centos-release and fedora-release.
Fixes
^^^^^
* [doc] Fixed a command to update yum repository.
[Suggested by IWAI, Masaharu]
* [deb] Fixed a bug that log_repoen command in logrotate uses wrong protocol.
* Fixed broken ERROR tag in XML response.
[#1363] [GitHub#13] [Patch by IWAI, Masaharu]
* Fixed a bug that grn_ctx isn't fully cleared by grn_ctx_fin().
* Fixed a bug that ``&!`` set operation doesn't work with grouped
expression. [#1372]
* Fixed a bug that a record key registered via index source isn't normalized.
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r-- | textproc/groonga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index d2e4e75e9dc..98d39cd8a25 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2012/04/29 13:33:06 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/05/29 12:22:42 obache Exp $ # -DISTNAME= groonga-2.0.2 +DISTNAME= groonga-2.0.3 CATEGORIES= textproc MASTER_SITES= http://packages.groonga.org/source/groonga/ |