diff --git a/mozilla/webtools/bugzilla/template/en/default/pages/release-notes.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/pages/release-notes.html.tmpl
index 102ee0d96ce..cd224ac0bdd 100644
--- a/mozilla/webtools/bugzilla/template/en/default/pages/release-notes.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/pages/release-notes.html.tmpl
@@ -59,6 +59,58 @@
Updates In This 3.4.x Release
+3.4.2
+
+This release contains fixes for multiple security issues, one of which
+ is highly critical. See the
+ Security Advisory
+ for details.
+
+In addition, the following important fixes/changes have been made in
+ this release:
+
+
+ - Upgrades from older releases were sometimes failing during UTF-8
+ conversion with a foreign key error.
+ ([% terms.Bug %] 508181)
+
+ - Sorting [% terms.bug %] lists on certain fields would result in an error.
+ ([% terms.Bug %] 510944)
+
+ - [% terms.Bug %] update emails had two or three blank lines at the top
+ and between the various sections of the email. There is now only one
+ blank line in each of those places, making these emails more compact.
+ ([% terms.Bug %] 73330)
+
+ - [% terms.Bug %] email notifications for new [% terms.bugs %] incorrectly
+ had a line saying that the description was "Comment 0".
+ ([% terms.Bug %] 510798)
+
+ - Running ./collectstats.pl --regenerate is now much faster,
+ on the order of 20x or 100x faster.
+ ([% terms.Bug %] 286625)
+
+ - For users of RHEL, CentOS, Fedora, etc. jobqueue.pl can now automatically
+ be installed as a daemon by running ./jobqueue.pl install
+ as root.
+ ([% terms.Bug %] 475403)
+
+ - XML-RPC interface responses had an incorrect Content-Length header
+ and would sometimes be truncated, if they contained certain UTF-8
+ characters.
+ ([% terms.Bug %] 486306)
+
+ - Users who didn't have access to the time-tracking fields would get an
+ empty [% terms.bug %] update email when the time-tracking fields were
+ changed.
+ ([% terms.Bug %] 509035)
+
+ - In the New Charts, non-public series now no longer show up as selectable
+ if you cannot access them.
+ ([% terms.Bug %] 389396)
+
+
+
3.4.1
This release contains an important security fix. See the