[OpenSRF-GIT] OpenSRF branch rel_3_2 updated. osrf_rel_3_2_0-beta-3-gb053cd1

Evergreen Git git at git.evergreen-ils.org
Wed Oct 2 15:53:11 EDT 2019


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_3_2 has been updated
       via  b053cd1599dad3821cc2e76f9036f92beaa36745 (commit)
       via  79f0579cd9d5b28970fa39b7ced6ea57e47357b5 (commit)
       via  9f6e6ac71f4c8081022ac27f6922a6ad1a22aa6d (commit)
      from  ecec8c069b7be137f0a72aa376fa37c6daa424a6 (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 b053cd1599dad3821cc2e76f9036f92beaa36745
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Oct 2 15:47:52 2019 -0400

    update ChangeLog for 3.2.0 release
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/ChangeLog b/ChangeLog
index 938c5b1..9ed35da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+commit 79f0579cd9d5b28970fa39b7ced6ea57e47357b5
+Author: Galen Charlton <gmc at equinoxinitiative.org>
+Date:   Wed Oct 2 15:47:29 2019 -0400
+
+    bump up version numbers for 3.2.0 release
+    
+    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
+
+5	5	README
+2	2	src/perl/lib/OpenSRF.pm
+1	1	src/python/setup.py
+1	1	version.m4
+
+commit 9f6e6ac71f4c8081022ac27f6922a6ad1a22aa6d
+Author: Galen Charlton <gmc at equinoxinitiative.org>
+Date:   Wed Oct 2 15:44:08 2019 -0400
+
+    update release notes for 3.2.0
+    
+    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
+
+4	4	doc/RELEASE_NOTES.txt
+
+commit ecec8c069b7be137f0a72aa376fa37c6daa424a6
+Author: Galen Charlton <gmc at equinoxinitiative.org>
+Date:   Tue Oct 1 16:07:53 2019 -0400
+
+    update ChangeLog for 3.2.0-beta
+    
+    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
+
+103	1275	ChangeLog
+
 commit ba9ab14a7882184da7fd7d8b000e1f06ce3d66cd
 Author: Galen Charlton <gmc at equinoxinitiative.org>
 Date:   Tue Oct 1 16:07:02 2019 -0400

commit 79f0579cd9d5b28970fa39b7ced6ea57e47357b5
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Oct 2 15:47:29 2019 -0400

    bump up version numbers for 3.2.0 release
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/README b/README
index 2704ddd..f63d726 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ Issue the following commands as the *user* Linux account.
 +
 [source, bash]
 ------------------------------------------------------------------------------
-wget https://evergreen-ils.org/downloads/opensrf-3.2.0-beta.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-3.2.0.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-3.2.0-beta.tar.gz
-cd opensrf-3.2.0-beta/
+tar -xvf opensrf-3.2.0.tar.gz
+cd opensrf-3.2.0/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -541,7 +541,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.2.0-beta
+cd /path/to/opensrf-3.2.0
 cp examples/nginx/osrf-ws-http-proxy /etc/nginx/sites-available/
 ln -s /etc/nginx/sites-available/osrf-ws-http-proxy /etc/nginx/sites-enabled/osrf-ws-http-proxy
 rm /etc/nginx/sites-enabled/default
@@ -586,7 +586,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.2.0-beta
+cd /path/to/opensrf-3.2.0
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm
index d79bfde..c5dd1bb 100644
--- a/src/perl/lib/OpenSRF.pm
+++ b/src/perl/lib/OpenSRF.pm
@@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 3.2.0-beta
+Version 3.2.0
 
 =cut
 
-our $VERSION = "3.002_001";
+our $VERSION = "3.002000";
 
 =head1 METHODS
 
diff --git a/src/python/setup.py b/src/python/setup.py
index 3a75761..5e4a6b5 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='3.2b0',
+    version='3.2.0',
     install_requires=[
         'dnspython', # required by pyxmpp
     	'python-memcached',
diff --git a/version.m4 b/version.m4
index 5277a11..a4a336c 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[3.2.0-beta]) 
+m4_define([VERSION_NUMBER],[3.2.0]) 

commit 9f6e6ac71f4c8081022ac27f6922a6ad1a22aa6d
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Wed Oct 2 15:44:08 2019 -0400

    update release notes for 3.2.0
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index 399ccd8..42c34b2 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -1,6 +1,6 @@
-OpenSRF 3.2.0-beta
-------------------
-OpenSRF 3.2.0-beta was released on 1 October 2019. This release adds
+OpenSRF 3.2.0
+-------------
+OpenSRF 3.2.0 was released on 2 October 2019. This release adds
 support for Debian 10 Buster and deprecates the Apache `mod_websocket`
 backend for the WebSockets gateway but does not add new features.
 
@@ -53,7 +53,7 @@ OpenSRF 3.2 can be used by Evergreen 3.1.x, 3.2.x, 3.3.x, and 3.4.x.
 Acknowledgements
 ~~~~~~~~~~~~~~~
 
-We would like to thank the following people who contributed to OpenSRF 3.2.0-beta:
+We would like to thank the following people who contributed to OpenSRF 3.2.0:
 
   * Jason Boyer
   * Galen Charlton

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

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


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list