From a119de4a2120b25146d824199b53ad2b08d7d398 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 6 Nov 2008 14:52:29 +0000 Subject: Bug 463244: Update 3.2 Release Notes for 3.2rc2 Patch By Max Kanat-Alexander r=LpSolit, a=mkanat --- template/en/default/pages/release-notes.html.tmpl | 24 ++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'template/en/default/pages/release-notes.html.tmpl') diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index fad39ea47..23c94499b 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -207,9 +207,6 @@ [%+ terms.abug %] at the same time as you are changing its status.
  • [% terms.Bugs %]: When entering [% terms.abug %], you will now see the description of a component when you select it.
  • -
  • [% terms.Bugs %]: When adding or removing keywords - from [% terms.abug %], there is now a very nice JavaScript popup that - will help you, which lists available keywords.
  • [% terms.Bugs %]: The [% terms.bug %] view now contains some Microformats, most notably for users' names and email addresses.
  • @@ -262,6 +259,8 @@ change the requestee to somebody else, the requester is no longer set to you. In other words, you can "redirect" requests and maintain the original requester. +
  • Flags: Emails about flags now will thread properly + in email clients to be a part of [% terms.abug %]'s thread.
  • When using email_in.pl, you can now add users to the CC list by just using @cc as the field name.
  • Many pages (particularly administrative pages) now contain links to @@ -306,11 +305,24 @@
  • Authentication: [% terms.Bugzilla %] now supports RADIUS authentication.
  • -
  • [% terms.Bugzilla %] now uses transactions in the database instead of - table locks. This should generally improve [% terms.Bugzilla %]'s +
  • Security: The login cookies is now created as + "HTTPOnly" so that it can't be read by possibly malicious scripts. + Also, if SSL is enabled on your installation, the login cookie is + now only sent over SSL connections.
  • +
  • Security: The ssl parameter now protects + every page a logged-in user accesses, when set to "authenticated sessions." + Also, SSL is now enforced appropriately in the WebServices interface when + the parameter is set.
  • + +
  • Database: [% terms.Bugzilla %] now uses transactions in + the database instead of table locks. This should generally improve performance with many concurrent users. It also means if there is an unexpected error in the middle of a page, all database changes made during that page will be rolled back.
  • +
  • Database: You no longer have to set + max_packet_size in MySQL to add large attachments. However, + you may need to set it manually if you restore a mysqldump into your + database.
  • New WebService functions: Bug.add_comment @@ -342,6 +354,8 @@
  • The voting system is off by default in new installs. This is to prepare for the fact that it will be moved into an extension at some point in the future.
  • +
  • The shutdownhtml parameter now works even when + [% terms.Bugzilla %]'s database server is down.
  • Enhancements for Localizers (or Localized Installations)

    -- cgit v1.2.3-24-g4f1b