update release notes for 2.2.1
authorGalen Charlton <gmc@esilibrary.com>
Mon, 21 Oct 2013 08:59:41 +0000 (08:59 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 21 Oct 2013 08:59:41 +0000 (08:59 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
doc/RELEASE_NOTES.txt

index 38dc863..69aa298 100644 (file)
@@ -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
 ----------------------