diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-03-30 21:58:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-03-30 21:58:08 +0000 |
commit | 7972577649d3720451d75308387e4f2ef21727cc (patch) | |
tree | 4b7ec1bf34ba41bd06fab4945b321c1ea8b896f3 /www/horde3/Makefile | |
parent | 3b0fe80f85a87e990c6ee19ccae992b78b73a619 (diff) | |
download | pkgsrc-7972577649d3720451d75308387e4f2ef21727cc.tar.gz |
- Update Horde to 3.0.4
> Major changes compared to the Horde version 3.0.4-RC2 are:
> * Fixed an XSS vulnerability.
> * Added PostgreSQL specific upgrade script.
> * Updated Dutch translation.
> * Some minor bug fixes.
>
> Major changes compared to the Horde version 3.0.4-RC1 are:
> * Improved SQL configuration.
> * Improved Oracle support.
> * Updated Finnish, French, Italian, Norwegian Bokmaal, and Slovak
> translations.
> * Some layout and bug fixes.
>
> Major changes compared to the Horde version 3.0.3 are:
> * Re-added support for the mime_magic extension.
> * Added database specific connection parameters to setup interface.
> * Added Horde_Tree_select class.
> * Improved IMAP folder trees and IMAP message threads.
> * Improved IMSP support.
> * Automatically create configuration files if possible.
> * Updated German, Hungarian, Italian, Japanese, and Slovenian translations.
> * Lots of improvements and bug fixes.
Diffstat (limited to 'www/horde3/Makefile')
-rw-r--r-- | www/horde3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile index 0029517998a..a95ff1eb20a 100644 --- a/www/horde3/Makefile +++ b/www/horde3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2005/03/25 13:12:08 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/30 21:58:08 adrianp Exp $ -DISTNAME= horde-3.0.3 -PKGREVISION= 1 +DISTNAME= horde-3.0.4 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ |