From a367290f622321a828bbb3243f6058e348133b39 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 21 Oct 2013 08:59:41 +0000 Subject: [PATCH] update release notes for 2.2.1 Signed-off-by: Galen Charlton --- doc/RELEASE_NOTES.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt index 38dc863..69aa298 100644 --- a/doc/RELEASE_NOTES.txt +++ b/doc/RELEASE_NOTES.txt @@ -1,4 +1,4 @@ -Release notes for OpenSRF 2.2.0 +Release notes for OpenSRF 2.2.1 =============================== Supported platforms @@ -9,6 +9,27 @@ The following Linux distributions are supported: * Fedora 17, 18 * Ubuntu 10.04 LTS (Lucid Lynx), 12.04 LTS (Precise Pangolin) +Changes in 2.2.1 +---------------- + +Disable use of multipart/mixed XHR for most clients +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Due to Mozilla withdrawing support for multipart XHR responses from +Firefox as of version 22, multipart message support is now disabled +for all clients except the Evergreen staff client. + +Default per-process client locale (Perl) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A method was added to get and/or set the locale used by all new client +sessions for the current process. This is primarily useful for +clients that wish to make a series of OpenSRF calls and don't wish to +set the locale for each new AppSession object. + +Minor fixes +~~~~~~~~~~~ +One fix improves support for Debian testing while another resolves some +unitialized variable warnings. + New features in 2.2.0 ---------------------- -- 2.43.2