]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 472080: Release Notes for 3.0.7
authormkanat%bugzilla.org <>
Fri, 30 Jan 2009 10:15:27 +0000 (10:15 +0000)
committermkanat%bugzilla.org <>
Fri, 30 Jan 2009 10:15:27 +0000 (10:15 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit

template/en/default/pages/release-notes.html.tmpl

index 70cdcd9583814ddc31b4432e5d60c36e3d5ecbb5..524eeaa0ca498c2f5f7a5d7cfa0f84287f7dccb3 100644 (file)
@@ -20,7 +20,7 @@
 
 [% 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