diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev
index f111e8cd35b..730bb7ae6e6 100644
--- a/mozilla/webtools/bugzilla/.bzrrev
+++ b/mozilla/webtools/bugzilla/.bzrrev
@@ -1 +1 @@
-7197
\ No newline at end of file
+7198
\ 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 8877c267268..0079344ed1a 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
@@ -61,6 +61,50 @@
Updates in this 3.6.x Release
+3.6.3
+
+This release fixes various important security issues. See the
+ Security Advisory
+ for details.
+
+In addition, the following important fixes/changes have been made in
+ this release:
+
+
+ - It is no longer possible to get a mid-air collision again after
+ selecting "Submit only my comment" on the mid-air collision page.
+ ([% terms.Bug %] 591218)
+
+ - Saving a search with either of the deadline fields set to "Now" would
+ cause that deadline field to be removed from the saved search.
+ ([% terms.Bug %] 590144)
+
+ - Searching for [% terms.bugs %] "with at least X votes" was instead
+ returning [% terms.bugs %] with exactly that many votes.
+ ([% terms.Bug %] 584414)
+
+ - Typing something like "P1-5" in the quicksearch box should have
+ been searching the [% field_descs.priority FILTER html %] field,
+ but it was not.
+ ([% terms.Bug %] 585028)
+
+ - Users who had passwords less than 6 characters long couldn't log in.
+ Such users could only exist before 3.6, so it looked like after upgrading
+ to 3.6, certain users couldn't log in.
+ ([% terms.Bug %] 575947)
+
+ - Loading config.cgi?ctype=rdf should
+ now be faster, particularly on installations that have many flags.
+ ([% terms.Bug %] 553266
+ and [% terms.Bug %] 605693)
+
+ - Non-english templates were not being precompiled by checksetup.pl,
+ leading to reduced performance for localized [% terms.Bugzilla %]
+ installations.
+ ([% terms.Bug %] 605425)
+
+
+
3.6.2
This release fixes various security issues. See the