Update to 3.0.5
* If you don't have permission to set a flag, it will now appear unchangeable in the UI. (Bug 433851) * If you were running mod_perl, Bugzilla was not correctly closing its connections to the database since 3.0.3, and so sometimes the DB would run out of connections. (Bug 441592) * The installation script is now clear about exactly which Email:: modules are required in Perl, thus avoiding the problem where emails show up with a body like SCALAR(0xBF126795). (Bug 441541) * email_in.pl is no longer case-sensitive for values of @product. (Bug 365697) Also addresses a new security issue: http://www.bugzilla.org/security/2.22.4/
This commit is contained in:
parent
3b60af4ebb
commit
a4ced5b067
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:17 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2008/08/17 09:24:38 adrianp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bugzilla-3.0.4
|
||||
DISTNAME= bugzilla-3.0.5
|
||||
CATEGORIES= www devel
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2008/05/06 19:45:54 adrianp Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2008/08/17 09:24:38 adrianp Exp $
|
||||
share/bugzilla/Bugzilla.pm
|
||||
share/bugzilla/Bugzilla/Attachment.pm
|
||||
share/bugzilla/Bugzilla/Attachment/PatchReader.pm
|
||||
|
@ -173,7 +173,7 @@ share/bugzilla/docs/html/trbl-relogin-everyone.html
|
|||
share/bugzilla/docs/html/trbl-relogin-some.html
|
||||
share/bugzilla/docs/html/trbl-testserver.html
|
||||
share/bugzilla/docs/html/troubleshooting.html
|
||||
share/bugzilla/docs/html/upgrading.html
|
||||
share/bugzilla/docs/html/upgrade.html
|
||||
share/bugzilla/docs/html/useradmin.html
|
||||
share/bugzilla/docs/html/userpreferences.html
|
||||
share/bugzilla/docs/html/using-intro.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/05/06 19:45:54 adrianp Exp $
|
||||
$NetBSD: distinfo,v 1.4 2008/08/17 09:24:38 adrianp Exp $
|
||||
|
||||
SHA1 (bugzilla-3.0.4.tar.gz) = ebe25b614db1e37f6ad948ab20c9b0bc1fe4d771
|
||||
RMD160 (bugzilla-3.0.4.tar.gz) = 758e3f2d93c8127cb4be7504f4f22a07195fe7ea
|
||||
Size (bugzilla-3.0.4.tar.gz) = 2414111 bytes
|
||||
SHA1 (bugzilla-3.0.5.tar.gz) = 8b373ad0d9d2c7fedf905279df9cfb9e76ff1373
|
||||
RMD160 (bugzilla-3.0.5.tar.gz) = ef8eb3fead99a79c9fb2fd673241c8265956a3d8
|
||||
Size (bugzilla-3.0.5.tar.gz) = 2419287 bytes
|
||||
|
|
Loading…
Reference in a new issue