diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev
index 75ea819b7a9..68a4a56b0f4 100644
--- a/mozilla/webtools/bugzilla/.bzrrev
+++ b/mozilla/webtools/bugzilla/.bzrrev
@@ -1 +1 @@
-8365
\ No newline at end of file
+8366
\ No newline at end of file
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 f4f03dd3035..d767a7a4ed7 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
@@ -40,6 +40,44 @@
Updates in this 4.2.x Release
+4.2.3
+
+This release fixes two security issues. See the
+ Security Advisory
+ for details.
+
+In addition, the following important fixes/changes have been made in this
+ release:
+
+
+ - Attaching a file to [% terms.abug %] was broken due to a change in
+ Perl 5.16.
+ ([% terms.Bug %] 771100)
+ - A regression in [% terms.Bugzilla %] 4.2.2 made Oracle crash when
+ displaying a buglist.
+ ([% terms.Bug %] 780028)
+ - It was possible to search on history for comments and attachments you
+ cannot see (though these private comments and attachments are never disclosed).
+ ([% terms.Bug %] 779709)
+ - PostgreSQL databases could be created with the wrong encoding despite
+ the utf8 parameter being enabled.
+ ([% terms.Bug %] 783786)
+ - Scheduled whines could be sent at the wrong time on Oracle.
+ ([% terms.Bug %] 559539)
+ - Tokens are no longer included in saved queries.
+ ([% terms.Bug %] 772953)
+ - An admin could unintentionally break the display of buglists if a custom
+ field description contains a < or > character, because these characters
+ were not filtered.
+ ([% terms.Bug %] 785917)
+ - Adding or removing a DB column in Oracle didn't handle SERIAL columns
+ correctly.
+ ([% terms.Bug %] 731156)
+ - A minor CSRF vulnerability in token.cgi allowed possible unauthorized
+ password reset e-mail requests.
+ ([% terms.Bug %] 706271)
+
+
4.2.2
This release fixes two security issues. See the
@@ -416,6 +454,9 @@
[%- terms.Bug %] 584742: When viewing [% terms.abug %], WebKit-based
browsers can automatically reset a field's selected value when the field
has disabled values.
+
+ [%- terms.Bug %] 780053: Oracle crashes when listing keywords, tags
+ or flags in buglists.