[OpenSRF-GIT] OpenSRF branch rel_3_1 updated. 99710f97e1aa8135e15675f452aaf77ee50c4b74

Evergreen Git git at git.evergreen-ils.org
Thu Jan 17 17:24:37 EST 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_1 has been updated
       via  99710f97e1aa8135e15675f452aaf77ee50c4b74 (commit)
       via  66103eb652fccf9b847d6ce295c62e1562e47964 (commit)
       via  6045fdaa42c5581a9a32cf9dea27f1a4e80bffb8 (commit)
      from  b35e8538351b8c6c1e0bddb7678435d62b996c31 (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 99710f97e1aa8135e15675f452aaf77ee50c4b74
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Thu Jan 17 17:24:07 2019 -0500

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

diff --git a/ChangeLog b/ChangeLog
index a2e2fdb..627ee4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+commit 66103eb652fccf9b847d6ce295c62e1562e47964
+Author: Galen Charlton <gmc at equinoxinitiative.org>
+Date:   Thu Jan 17 17:22:40 2019 -0500
+
+    update versions for 3.1.0
+    
+    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
+
+6	6	README
+2	2	src/perl/lib/OpenSRF.pm
+1	1	src/python/setup.py
+1	1	version.m4
+
+commit 6045fdaa42c5581a9a32cf9dea27f1a4e80bffb8
+Author: Galen Charlton <gmc at equinoxinitiative.org>
+Date:   Thu Jan 17 17:20:20 2019 -0500
+
+    update release notes to 3.1.0 and fix typos
+    
+    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
+
+7	7	doc/RELEASE_NOTES.txt
+
+commit b35e8538351b8c6c1e0bddb7678435d62b996c31
+Author: Galen Charlton <gmc at equinoxinitiative.org>
+Date:   Wed Jan 9 17:35:12 2019 -0500
+
+    fix formatting issue in release notes
+    
+    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
+
+1	1	doc/RELEASE_NOTES.txt
+
+commit 5c8b62f209a62a0ad2bf2a05b9e8fd34fda50630
+Author: Galen Charlton <gmc at equinoxinitiative.org>
+Date:   Wed Jan 9 17:23:01 2019 -0500
+
+    update ChangeLog for 3.1.0-beta
+    
+    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
+
+746	1007	ChangeLog
+
 commit b74533255c61937b96fb4326b9f94c18aaa37d4d
 Author: Galen Charlton <gmc at equinoxinitiative.org>
 Date:   Wed Jan 9 17:18:48 2019 -0500

commit 66103eb652fccf9b847d6ce295c62e1562e47964
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Thu Jan 17 17:22:40 2019 -0500

    update versions for 3.1.0
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/README b/README
index 807023f..37f8de5 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.1.0-beta.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-3.1.0.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-3.1.0-beta.tar.gz
-cd opensrf-3.1.0-beta/
+tar -xvf opensrf-3.1.0.tar.gz
+cd opensrf-3.1.0/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -487,7 +487,7 @@ a2dismod websocket
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.1.0-beta
+cd /path/to/opensrf-3.1.0
 cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
@@ -625,7 +625,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.1.0-beta
+cd /path/to/opensrf-3.1.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
@@ -689,7 +689,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.1.0-beta
+cd /path/to/opensrf-3.1.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 4f7edcb..fea932c 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.1.0-beta
+Version 3.1.0
 
 =cut
 
-our $VERSION = "3.001_001";
+our $VERSION = "3.001000";
 
 =head1 METHODS
 
diff --git a/src/python/setup.py b/src/python/setup.py
index 289b791..6f2ae27 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='3.1b0',
+    version='3.1.0',
     install_requires=[
         'dnspython', # required by pyxmpp
     	'python-memcached',
diff --git a/version.m4 b/version.m4
index 1c4be3f..a15ff17 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[3.1.0-beta]) 
+m4_define([VERSION_NUMBER],[3.1.0]) 

commit 6045fdaa42c5581a9a32cf9dea27f1a4e80bffb8
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Thu Jan 17 17:20:20 2019 -0500

    update release notes to 3.1.0 and fix typos
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index e504cc8..721cd52 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -1,7 +1,7 @@
-OpenSRF 3.1.0-beta
+OpenSRF 3.1.0
 ------------------
-OpenSRF 3.1.0-beta was released on 9 January 2019. This is a major
-release adding several new features and fixing serveral bugs.
+OpenSRF 3.1.0 was released on 17 January 2019. This is a major
+release adding several new features and fixing several bugs.
 
 New Features and Major Bugfixes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -44,15 +44,15 @@ returns that number. These services can be used for testing the backlog
 queue and simulating long-running methods during performance testing
 of OpenSRF applications.
 
-Ability to Force-Recyle Drones (LP#1706147)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Ability to Force-Recycle Drones (LP#1706147)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 Perl applications now allow a method to indicate that the drone
 running it be recycled upon completion of that method. This allows
 methods that are known to require a long time to run or consume
 (or leak) significant amounts of memory to force system resources
 to be returned upon completion.
 
-Perl methods that wish to force drone-reycling can do so like this:
+Perl methods that wish to force drone-recycling can do so like this:
 
 [source,perl]
 ----
@@ -139,7 +139,7 @@ Note for Evergreen Users
 ~~~~~~~~~~~~~~~~~~~~~~~
 OpenSRF 3.1 can be used by Evergreen 3.0.x, 3.1.x, and 3.2.x.
 
-Acknowledgements
+Acknowledgments
 ~~~~~~~~~~~~~~~
 
 We would like to thank the following people who contributed to OpenSRF 3.0.0:

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

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


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list