From 446656c3996b6741cbe41d19da485265ab7c1fca Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 10 Apr 2015 17:55:15 +0200 Subject: Bug 1135398: Release notes for 5.0 miss some important changes r/a=dkl --- template/en/default/pages/release-notes.html.tmpl | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 6dc45daf3..b7082a341 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -259,7 +259,8 @@
  • Database: For version 8.x of PostgreSQL, plpgsql was not always installed by default and checksetup.pl would generate an error. This has been fixed.
  • -
  • Development: Bugzilla is now HTML5 compliant.
  • +
  • Development: Bugzilla is now HTML5 compliant. As a + consequence, Internet Explorer 6 and 7 are no longer supported.
  • Email: Email generation originally was done before the jobqueue job was inserted. This is now delayed and done by jobqueue.pl right before sending the email which can improve @@ -288,28 +289,39 @@ happens in the web UI.
  • WebService calls now support use of API keys for authentication. Usernames and passwords remain supported.
  • +
  • Invalid or expired authentication cookies and tokens now throw + errors instead of being silently ignored. User.valid_login + can be used to determine if they are still valid or not.
  • WebService calls that are used to create and update [% terms.bugs %] and attachments now support setting and updating of flags.
  • B[%%]ug.update_attachment can update an attachment's metadata as well as its flags.
  • -
  • Invalid or expired authentication cookies and tokens now throw - errors instead of being silently ignored.
  • The product parameter for B[%%]ug.possible_duplicates has been renamed to products.
  • Some compatibility fields included in returned data that were marked to be removed in this release are now gone.
  • Group.get has been added to get information about a group and its members.
  • +
  • FlagType.get has been added to get information about valid + flag types for a given product and component.
  • Code Changes Which May Affect Customizations and Extensions

    [% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b