[OpenSRF-GIT] OpenSRF branch rel_2_3 updated. osrf_rel_2_3_0-rc-3-g8c9ff44

Evergreen Git git at git.evergreen-ils.org
Fri Mar 28 16:30:19 EDT 2014


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_3 has been updated
       via  8c9ff443909c5f4b550ceaa9152c7a1d424a677f (commit)
       via  95c5bcd2509fc92a399b073e8c5f04eb767089a5 (commit)
      from  cab6187491602b931a12399e4a18ba74ec9221ef (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 8c9ff443909c5f4b550ceaa9152c7a1d424a677f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Mar 28 13:15:42 2014 -0700

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

diff --git a/ChangeLog b/ChangeLog
index 28dcaf3..817de74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,20 @@
 ChangeLog
 =========
 
-OpenSRF 2.3.0-rc
-----------------
+OpenSRF 2.3.0
+-------------
+commit 95c5bcd2509fc92a399b073e8c5f04eb767089a5
+Author: Galen Charlton <gmc at esilibrary.com>
+Date:   Fri Mar 28 13:14:10 2014 -0700
+
+    bump up version number to 2.3.0
+    
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+2	2	doc/RELEASE_NOTES.txt
+2	2	src/perl/lib/OpenSRF.pm
+1	1	src/python/setup.py
+1	1	version.m4
 
 commit a67bae66dd6a5e4062d63a00773c8e4c3bf4f880
 Author: Galen Charlton <gmcharlt at gmail.com>

commit 95c5bcd2509fc92a399b073e8c5f04eb767089a5
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Mar 28 13:14:10 2014 -0700

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

diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index f64067a..7f2e7cd 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -1,5 +1,5 @@
-Release notes for OpenSRF 2.3.0-rc
-==================================
+Release notes for OpenSRF 2.3.0
+===============================
 
 Supported platforms
 -------------------
diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm
index 606a1f8..6cf6121 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.3.0-rc
+Version 2.3.0
 
 =cut
 
-our $VERSION = "2.30_2";
+our $VERSION = "2.30";
 
 =head1 METHODS
 
diff --git a/src/python/setup.py b/src/python/setup.py
index 42e0a26..404a27e 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.3.0-rc',
+    version='2.3.0',
     install_requires=[
         'dnspython', # required by pyxmpp
     	'python-memcached',
diff --git a/version.m4 b/version.m4
index e9a2539..f93d57a 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.3.0-rc]) 
+m4_define([VERSION_NUMBER],[2.3.0]) 

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

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


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list