[OpenSRF-GIT] OpenSRF branch rel_2_2 updated. osrf_rel_2_2_0-alpha-4-gc5563a1

Evergreen Git git at git.evergreen-ils.org
Fri Apr 19 20:11:05 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  c5563a175edf84e11e628d254b566ae5344df80b (commit)
       via  2a0eff986aef7b45043baf67b788833060e05351 (commit)
      from  161cb3fa16e518c63ac2680082bfde118312be27 (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 c5563a175edf84e11e628d254b566ae5344df80b
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Apr 19 20:06:40 2013 -0400

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

diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm
index 8852726..302ba45 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-alpha
+Version 2.2.0
 
 =cut
 
-our $VERSION = "2.20_1";
+our $VERSION = "2.20";
 
 =head1 METHODS
 
diff --git a/src/python/setup.py b/src/python/setup.py
index 02c1644..91ec79e 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-alpha',
+    version='2.2.0',
     install_requires=[
         'dnspython', # required by pyxmpp
     	'python-memcached',
diff --git a/version.m4 b/version.m4
index bbefdd8..f7b4ebf 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.2.0-alpha1]) 
+m4_define([VERSION_NUMBER],[2.2.0]) 

commit 2a0eff986aef7b45043baf67b788833060e05351
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Apr 19 20:04:19 2013 -0400

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

diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index 669fc68..38dc863 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -1,5 +1,5 @@
-Release notes for OpenSRF 2.2.0-alpha
-=====================================
+Release notes for OpenSRF 2.2.0
+===============================
 
 Supported platforms
 -------------------
@@ -66,6 +66,8 @@ directory prefix, easing the task of packagers.
 OpenSRF's Java libraries can now be built without requiring that
 `src/Java/Makefile` be edited manually.
 
+OpenSRF no longer incorrectly asserts a dependency on the RPC::XML Perl module.
+
 Continuous integration support
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 An example configuration file for the http://buildbot.net/[Buildbot] continuous

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

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


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list