diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-05-18 16:08:54 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-05-18 16:08:54 +0200 |
commit | be87d2e8218c258987a178ed81be288bfc422a82 (patch) | |
tree | 23788d283d3b6ae05571c9a8bb130d64e13d1ea0 /template/en/default/pages | |
parent | dfb467e63a340d8106a312013fb8140ce025cb21 (diff) | |
download | bugzilla-be87d2e8218c258987a178ed81be288bfc422a82.tar.gz bugzilla-be87d2e8218c258987a178ed81be288bfc422a82.tar.xz |
Bug 870700: Release notes for Bugzilla 4.4
r=dkl a=LpSolit
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 5fab4615c..c35b08893 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -28,7 +28,7 @@ <h2 id="v44_introduction">Introduction</h2> -<p>Welcome to [% terms.Bugzilla %] 4.4! It has been almost a year since we +<p>Welcome to [% terms.Bugzilla %] 4.4! It has been over a year since we released [% terms.Bugzilla %] 4.2 on February 2012, and this new major release comes with several new features and improvements. This release contains major improvements to WebServices, which were our main target in @@ -380,6 +380,7 @@ <li><strong>Administration:</strong> The result code returned by <kbd>contrib/bugzilla-queue.rhel</kbd> when it's not running is now 2 instead of 0.</li> + <li><strong>Database:</strong> Support for MySQL 5.6 has been added.</li> <li><strong>Database:</strong> Support for Oracle has been greatly improved.</li> <li><strong>Security:</strong> For improved security, the "X-Content-Type-Options: nosniff" and "X-XSS-Protection: block" @@ -426,6 +427,9 @@ <li>Field names returned in the <kbd>field_name</kbd> field of the <kbd>B[%%]ug.history</kbd> method have changed to be consistent with other methods.</li> + <li>The <kbd>B[%%]ug.search</kbd> method was returning all visible [% terms.bugs %] + when called with no arguments, ignoring the <kbd>max_search_results</kbd> + and <kbd>search_allow_no_criteria</kbd> parameters. This has been fixed.</li> <li><kbd>Product.get</kbd> now also returns the <kbd>flag_types</kbd> field containing all the relevant data for attachment and [% terms.bug %] flag types.</li> <li><kbd>Product.get</kbd> now throws an error if neither <kbd>ids</kbd> nor |