From 3b03b2ca59e866d4ce58ef49d0a217d58f7c951c Mon Sep 17 00:00:00 2001
From: Max Kanat-Alexander
Date: Mon, 21 Jun 2010 21:00:49 -0700
Subject: Bug 566195: Release Notes for bugzilla 3.6.1 r=LpSolit, a=mkanat
---
template/en/default/pages/release-notes.html.tmpl | 49 +++++++++++++++++++++++
1 file changed, 49 insertions(+)
(limited to 'template/en')
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 18a7aace1..aeb6d4dcb 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -27,6 +27,7 @@
+Updates in this 3.6.x Release
+
+3.6.1
+
+This release fixes two security issues. See the
+ Security Advisory
+ for details.
+
+In addition, the following important fixes/changes have been made in
+ this release:
+
+
+ - Using the "Change Columns" page would sometimes result in a
+ plain-text page instead of HTML.
+ ([% terms.Bug %] 376044)
+
+ - Extensions that have only templates and no code are now working.
+ ([% terms.Bug %] 562551)
+
+ - install-module.pl has been fixed so that it installs
+ modules properly on both new and old versions of Perl.
+ ([% terms.Bug %] 560318
+ and [% terms.Bug %] 560330)
+
+ - It is now possible to upgrade from 3.4 to 3.6 when using Oracle.
+ ([% terms.Bug %] 561379)
+
+ - Editing a field value's name (using the Field Values admin control
+ panel) wasn't working if the value was set as the default for that
+ field.
+ ([% terms.Bug %] 561296)
+
+ - Now, if you set the maxattachmentsize parameter to
+ 0, the ability to add attachments to [% terms.bugs %] will
+ be disabled in the user interface.
+ ([% terms.Bug %] 560215)
+
+ - If you had the noresolveonopenblockers parameter set,
+ [%+ terms.bugs %] couldn't be edited at all if they were marked FIXED
+ and had any open blockers. (The parameter is only supposed to prevent
+ changing [% terms.bugs %] to FIXED, not modifying already-FIXED
+ [%+ terms.bugs %].)
+ ([% terms.Bug %] 565314)
+
+ - Some minor issues with Perl 5.12 were fixed (mostly warnings that Perl
+ 5.12 was throwing). [% terms.Bugzilla %] now supports Perl 5.12.
+
+
Minimum Requirements
Any requirements that are new since 3.4.5 will look like
--
cgit v1.2.3-24-g4f1b