[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl
- title = "$terms.Bugzilla 3.0.5 Release Notes"
+ title = "$terms.Bugzilla 3.0.7 Release Notes"
style_urls = ['skins/standard/release-notes.css']
%]
<em>everything</em> that's changed in each version, you should use our
<a href="http://www.bugzilla.org/status/changes.html">Change Log Page</a>.</p>
+<h3>3.0.7</h3>
+
+<ul>
+ <li>Saving changes to parameters would sometimes fail silently (particularly
+ on Windows when the web server didn't have the right permissions to
+ update the <code>params</code> file). [% terms.Bugzilla %] will now
+ throw an error in this case, telling you what is wrong.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=347707">[% terms.Bug %] 347707</a>)</li>
+
+ <li>Some versions of the SOAP::Lite Perl module had a b[% %]ug that caused
+ [%+ terms.Bugzilla %]'s XML-RPC service to break.
+ <code>checksetup.pl</code> now checks for these bad versions and
+ will reject them.
+ (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=468009">[% terms.Bug %] 468009</a>)</li>
+</ul>
+
+<p>See also the <a href="#v30_security">Security Advisory</a> section for
+ information about a security issue fixed in this release.</p>
+
<h3>3.0.6</h3>
<ul>
<h2><a name="v30_security"></a>Security Updates in This Release</h2>
+<h3>3.0.7</h3>
+
+<p>This release contains several security fixes. We recommend that you
+ read the entire <a href="http://www.bugzilla.org/security/2.22.7/">Security
+ Advisory</a> for this release.</p>
+
<h3>3.0.6</h3>
<p>[% terms.Bugzilla %] contains a minor security fix. For details, see the