aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-07-24 17:42:07 +0000
committerDavid Lawrence <dkl@mozilla.com>2014-07-24 17:42:07 +0000
commit737bc170933d5c02bf4636103782e8e46a31d96b (patch)
tree5b5c56ad55f511025ecf6b68329d1891fc28b88a
parentBug 1036213 - (CVE-2014-1546) add '/**/' before jsonrpc.cgi callback to avoid... (diff)
downloadbugzilla-737bc170933d5c02bf4636103782e8e46a31d96b.tar.gz
bugzilla-737bc170933d5c02bf4636103782e8e46a31d96b.tar.bz2
bugzilla-737bc170933d5c02bf4636103782e8e46a31d96b.zip
Bump version to 4.4.5 (corrected)release-4.4.5bugzilla-4.4.5
-rw-r--r--Bugzilla/Constants.pm1
-rw-r--r--docs/bugzilla.ent.tmpl1
2 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 59149fa85..37931aa16 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -184,6 +184,7 @@ use Memoize;
# Bugzilla version
use constant BUGZILLA_VERSION => "4.4.5";
+
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
use constant LOCAL_FILE => 'bugzilla-update.xml'; # Relative to datadir.
diff --git a/docs/bugzilla.ent.tmpl b/docs/bugzilla.ent.tmpl
index 7e302e28d..98ec0a7ce 100644
--- a/docs/bugzilla.ent.tmpl
+++ b/docs/bugzilla.ent.tmpl
@@ -2,6 +2,7 @@
<!ENTITY bz-date "2014-07-24">
<!ENTITY current-year "2014">
+
<!ENTITY min-perl-ver "5.8.1">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.4-branch/">
<!ENTITY bzg-bugs "http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla;component=Documentation">