diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-07-17 17:04:56 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-07-17 17:04:56 +0000 |
commit | 3c46596e8f7ced4af3aabb134e64c8f715e24da3 (patch) | |
tree | adf6910e83e4991d8be73d47f5e67a761e2aa826 /devel/bugzilla3 | |
parent | ac65b07c166b5b4804e4bff35348341db6da81b1 (diff) | |
download | pkgsrc-3c46596e8f7ced4af3aabb134e64c8f715e24da3.tar.gz |
* We now require a specific version of the Email::MIME::Encodings Perl module, to fix an issue where some emails would have too many newlines in them. (Bug 486206)
* Bugzilla's JavaScript and CSS should now be fully compatible with Internet Explorer 8. (Bug 483150)
* Running a saved search with a saved sort order will now no longer overwrite your default search order. (Bug 491679)
* You can now confirm a bug by popular vote even if there is no status called "NEW" in your Bugzilla. (Bug 500900)
* Displaying a bug with lots of comments should now be significantly faster. (Bug 498318)
This release also contains a security fix. See the Security Fixes Section for details.
Diffstat (limited to 'devel/bugzilla3')
-rw-r--r-- | devel/bugzilla3/Makefile | 6 | ||||
-rw-r--r-- | devel/bugzilla3/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 7a13ddfaf43..98007fdf1e6 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2009/04/20 09:28:28 abs Exp $ +# $NetBSD: Makefile,v 1.15 2009/07/17 17:04:56 adrianp Exp $ # -DISTNAME= bugzilla-3.2.3 +DISTNAME= bugzilla-3.2.4 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/} -MAINTAINER= adrianp@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bugzilla.org/ COMMENT= Web based bug tracking system diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo index c782337b871..c00e5be515e 100644 --- a/devel/bugzilla3/distinfo +++ b/devel/bugzilla3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/04/20 09:28:28 abs Exp $ +$NetBSD: distinfo,v 1.9 2009/07/17 17:04:56 adrianp Exp $ -SHA1 (bugzilla-3.2.3.tar.gz) = ed55491f122225773111dec9d639aa4d1b137b34 -RMD160 (bugzilla-3.2.3.tar.gz) = f22c1a2a6c04549cf6708c5bf1b845bf9ef1e0b4 -Size (bugzilla-3.2.3.tar.gz) = 2424838 bytes +SHA1 (bugzilla-3.2.4.tar.gz) = 5db81f3b373b79ad260e0ceb161a1fa15deed956 +RMD160 (bugzilla-3.2.4.tar.gz) = 590f9ae11f417ad133681fd2c568aa6a3bbe9770 +Size (bugzilla-3.2.4.tar.gz) = 2425683 bytes |