summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-07-24 19:29:05 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-07-24 19:29:05 +0200
commitde260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca (patch)
treea389b0f5092c1538d29a55ebd46b11b12606a905
parentf0760dd1c4ce87bf7fa5f8ce70cc7c8a45041a6b (diff)
downloadbugzilla-de260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca.tar.gz
bugzilla-de260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca.tar.xz
Bump to version 4.2.10 (corrected)
-rw-r--r--Bugzilla/Constants.pm1
-rw-r--r--docs/en/xml/Bugzilla-Guide.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 777d8ce7d..cd49bfb18 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -204,6 +204,7 @@ use Memoize;
# Bugzilla version
use constant BUGZILLA_VERSION => "4.2.10";
+
# 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/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml
index b16595c93..32653c08a 100644
--- a/docs/en/xml/Bugzilla-Guide.xml
+++ b/docs/en/xml/Bugzilla-Guide.xml
@@ -37,6 +37,7 @@
<!ENTITY bz-date "2014-07-24">
<!ENTITY current-year "2014">
+
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/">
<!ENTITY bz "http://www.bugzilla.org/">
<!ENTITY bzg-bugs "<ulink url='https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">