diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-15 23:50:03 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-15 23:50:03 +0200 |
commit | 89d3e3e0fa0d4ffb6df0f4719e930e0daeac0df3 (patch) | |
tree | d6c3d422ee0ca74b76bccebb4c10dae7c148086a /template/en/default/pages | |
parent | 9459f89d2815aa798d9210c03252694398ea8caa (diff) | |
download | bugs-89d3e3e0fa0d4ffb6df0f4719e930e0daeac0df3.tar bugs-89d3e3e0fa0d4ffb6df0f4719e930e0daeac0df3.tar.gz bugs-89d3e3e0fa0d4ffb6df0f4719e930e0daeac0df3.tar.bz2 bugs-89d3e3e0fa0d4ffb6df0f4719e930e0daeac0df3.tar.xz bugs-89d3e3e0fa0d4ffb6df0f4719e930e0daeac0df3.zip |
Bug 996164: Release notes for Bugzilla 4.4.3
r=dkl a=justdave
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 226ba1457..f1b7622c6 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -45,6 +45,33 @@ <h2 id="v44_point">Updates in this 4.4.x Release</h2> +<h3>4.4.3</h3> + +<p>This release fixes two security issues. See the + <a href="http://www.bugzilla.org/security/4.0.11/">Security Advisory</a> + for details.</p> + +<p>In addition, the following important fixes/changes have been made in this release:</p> + +<ul> + <li>The <kbd>User.login</kbd> WebService method now also returns a + <kbd>token</kbd> argument containing a login token which you can use in + subsequent calls to authenticate. For security reasons, this method + no longer generates login cookies. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=893195">[% terms.Bug %] 893195</a>)</li> + <li>The <kbd>User.get</kbd> WebService method now correctly takes the + <kbd>maxusermatches</kbd> parameter into account when the <kbd>match</kbd> + argument is passed. Previously, it was returning all matching accounts. + To further limit the number of accounts returned by <kbd>User.get</kbd>, + you can now pass the <kbd>limit</kbd> argument. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=962060">[% terms.Bug %] 962060</a>)</li> + <li>The sudo cookie is no longer accessible from JavaScript. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=966676">[% terms.Bug %] 966676</a>)</li> + <li>Large dependency trees with lots of resolved [% terms.bugs %] now load + much faster. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=961789">[% terms.Bug %] 961789</a>)</li> +</ul> + <h3>4.4.2</h3> <p>The following [% terms.bugs %] have been fixed in this release:</p> |