[OpenSRF-GIT] OpenSRF branch rel_2_2 updated. osrf_rel_2_2_0-8-g01f2fe8

Evergreen Git git at git.evergreen-ils.org
Mon Oct 21 00:46:18 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, rel_2_2 has been updated
       via  01f2fe871a10bb5facf3388b3d9d8b0be7f512d8 (commit)
       via  2b9389dcabbe33aab06fa97f42a07d207811f3d3 (commit)
       via  a367290f622321a828bbb3243f6058e348133b39 (commit)
      from  425821b7a8e4dde99beeb325a119e3dae154e1b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 01f2fe871a10bb5facf3388b3d9d8b0be7f512d8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Oct 21 09:03:18 2013 +0000

    update ChangeLog for 2.2.1
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/ChangeLog b/ChangeLog
index 09397e8..d9ebbc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,107 @@
 ChangeLog
 =========
 
+OpenSRF 2.2.1
+-------------
+
+commit 2b9389dcabbe33aab06fa97f42a07d207811f3d3
+Author: Galen Charlton <gmc at esilibrary.com>
+Date:   Mon Oct 21 09:01:36 2013 +0000
+
+    bump up version number to 2.2.1
+    
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+2	2	src/perl/lib/OpenSRF.pm
+1	1	src/python/setup.py
+1	1	version.m4
+
+commit a367290f622321a828bbb3243f6058e348133b39
+Author: Galen Charlton <gmc at esilibrary.com>
+Date:   Mon Oct 21 08:59:41 2013 +0000
+
+    update release notes for 2.2.1
+    
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+22	1	doc/RELEASE_NOTES.txt
+
+commit 425821b7a8e4dde99beeb325a119e3dae154e1b3
+Author: Jason Etheridge <jason at esilibrary.com>
+Date:   Thu Aug 1 14:15:14 2013 -0400
+
+    silence some uninitialized warnings
+    
+    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
+    Signed-off-by: Bill Erickson <berick at esilibrary.com>
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+5	1	src/perl/lib/OpenSRF/DomainObject/oilsMethod.pm
+1	1	src/perl/lib/OpenSRF/Utils.pm
+
+commit d081052e872468d228d55c8fc4eb6cffa527da3b
+Author: Galen Charlton <gmc at esilibrary.com>
+Date:   Tue Aug 6 22:00:15 2013 +0000
+
+    LP#1188195: add tests for setting default client locale
+    
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+8	1	src/perl/t/02-AppSession.t
+
+commit 811caee573b71ea3ac59c48f83d9ca29accad2f0
+Author: Bill Erickson <berick at esilibrary.com>
+Date:   Thu May 23 15:17:12 2013 -0400
+
+    LP#1188195: Default per-process client locale (Perl)
+    
+    Get/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.
+    
+    The caller should reset the locale when done using
+    reset_locale(), as the locale will otherwise persist
+    for the current process until set/reset again.
+    
+    This is not for SERVER processes, since they
+    adopt the locale of their respective callers.
+    
+    Signed-off-by: Bill Erickson <berick at esilibrary.com>
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+22	0	src/perl/lib/OpenSRF/AppSession.pm
+
+commit 0a19073843476c02a168af1c00d6ccc5e0c03a14
+Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
+Date:   Tue Aug 6 16:56:06 2013 +0300
+
+    LP#1208860: fix sprintf without format string.
+    
+    Fixes error preventing installation on Debian testing and
+    removes warning on earlier versions of Debian.
+    
+    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+1	1	src/gateway/osrf_http_translator.c
+
+commit 312a1d9f61aefc69602e7db4f6fe82e7b84d7207
+Author: Bill Erickson <berick at esilibrary.com>
+Date:   Thu Jul 11 16:36:43 2013 -0400
+
+    LP1198983 disable multipart/mixed for Firefox
+    
+    Only allow multipart mixed/replace message within the Evergreen staff
+    client for now.  Eventually, multi-part messages will be wholly
+    deprecated.
+    
+    Signed-off-by: Bill Erickson <berick at esilibrary.com>
+    Signed-off-by: Dan Scott <dscott at laurentian.ca>
+
+5	3	src/javascript/opensrf_xhr.js
+
 OpenSRF 2.2.0
 -------------
 

commit 2b9389dcabbe33aab06fa97f42a07d207811f3d3
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Oct 21 09:01:36 2013 +0000

    bump up version number to 2.2.1
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm
index 302ba45..bbe6dc1 100644
--- a/src/perl/lib/OpenSRF.pm
+++ b/src/perl/lib/OpenSRF.pm
@@ -14,11 +14,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 2.2.0
+Version 2.2.1
 
 =cut
 
-our $VERSION = "2.20";
+our $VERSION = "2.21";
 
 =head1 METHODS
 
diff --git a/src/python/setup.py b/src/python/setup.py
index 91ec79e..5fefccc 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.2.0',
+    version='2.2.1',
     install_requires=[
         'dnspython', # required by pyxmpp
     	'python-memcached',
diff --git a/version.m4 b/version.m4
index f7b4ebf..a18d4ca 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.2.0]) 
+m4_define([VERSION_NUMBER],[2.2.1]) 

commit a367290f622321a828bbb3243f6058e348133b39
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Oct 21 08:59:41 2013 +0000

    update release notes for 2.2.1
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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
 ----------------------
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |  101 +++++++++++++++++++++++++++++++++++++++++++++++
 doc/RELEASE_NOTES.txt   |   23 ++++++++++-
 src/perl/lib/OpenSRF.pm |    4 +-
 src/python/setup.py     |    2 +-
 version.m4              |    2 +-
 5 files changed, 127 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list