***SPAM*** [OpenSRF-GIT] OpenSRF branch rel_2_4 updated. osrf_rel_2_4_0-alpha-13-gf738a24

Evergreen Git git at git.evergreen-ils.org
Tue Jan 6 14:51:33 EST 2015


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_4 has been updated
       via  f738a24b6ef6ded63a681adac079c69729dc755a (commit)
       via  eaec40752d1e2fec62b8d32d918cd331d075ebff (commit)
       via  a62a4dd61c7335568774f564c52ad86dc4dff4b7 (commit)
      from  df5aa177d80b40fe1e318a103a48222378af1587 (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 f738a24b6ef6ded63a681adac079c69729dc755a
Author: Ben Shum <bshum at biblio.org>
Date:   Tue Jan 6 14:50:25 2015 -0500

    Update Release Notes for OpenSRF 2.4.0
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt
index 707c856..546b1b6 100644
--- a/doc/RELEASE_NOTES.txt
+++ b/doc/RELEASE_NOTES.txt
@@ -1,5 +1,5 @@
-Release notes for OpenSRF 2.4.0-alpha
-=====================================
+Release notes for OpenSRF 2.4.0
+===============================
 
 Supported platforms
 -------------------
@@ -9,8 +9,8 @@ The following Linux distributions are supported:
   * Fedora 17, 18
   * Ubuntu 12.04 LTS (Precise Pangolin) and 14.04 (Trusty Tahr)
 
-New features in 2.4.0-alpha
----------------------------
+New features in 2.4.0
+---------------------
 
 WebSockets support (LP#1268619)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -64,8 +64,8 @@ server.
 
 Log tags can be set by adding `logtag` elements in `opensrf_core.xml`.
 
-Enhancements in 2.4.0-alpha
----------------------------
+Enhancements in 2.4.0
+---------------------
 
 JavaScript library now uses browser-native JSON routines (LP#1316245)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -105,8 +105,8 @@ Other enhancements
   * Document that perl2JSON doesn't order hash keys (LP#1285915)
   * Reorder changes to ejabberd.cfg in the install instructions
 
-Bugfixes in 2.4.0-alpha
------------------------
+Bugfixes in 2.4.0
+-----------------
 
 OpenSRF.pm no longer supplies AUTOLOAD (LP#1179660)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

commit eaec40752d1e2fec62b8d32d918cd331d075ebff
Author: Ben Shum <bshum at biblio.org>
Date:   Tue Jan 6 14:47:28 2015 -0500

    Update ChangeLog for OpenSRF 2.4.0
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/ChangeLog b/ChangeLog
index ee2e5f4..d215f08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,179 @@
 ChangeLog
 =========
 
-OpenSRF 2.4.0-alpha
--------------------
+OpenSRF 2.4.0
+-------------
+
+commit df5aa177d80b40fe1e318a103a48222378af1587
+Author: Bill Erickson <berickxx at gmail.com>
+Date:   Fri Oct 17 17:07:53 2014 -0400
+
+    LP#1383828 Jessie/Trusty installer Apache "mpm" repairs
+    
+    Disable the default Apache mpm_event module and enable mpm_prefork for
+    Debian Jessie and Ubuntu Trusty.
+    
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+
+8	2	src/extras/Makefile.install
+
+commit b199a9a84aa815dbcbc4c98e3269c192fecdb238
+Author: Ben Shum <bshum at biblio.org>
+Date:   Mon Nov 10 12:20:31 2014 -0500
+
+    LP#1391248: Fix NameVirtualHost warnings in websockets apache2.conf
+    
+    For the websockets configuration, the sample apache2.conf for Apache 2.4 (i.e.
+    Ubuntu 14.04, etc.) contains NameVirtualHost entries that are no longer
+    needed.
+    
+    When starting apache2-websockets, you may see warnings like:
+    
+    AH00548: NameVirtualHost has no effect and will be removed in the next
+    release /etc/apache2-websockets/apache2.conf:53
+    
+    Remove the NameVirtualHost entries and these warnings go away.
+    
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+
+0	2	examples/apache_24/websockets/apache2.conf
+
+commit 3c268142659852c6b09a8709a84029702698d2ea
+Author: Ben Shum <bshum at biblio.org>
+Date:   Fri Oct 31 23:53:58 2014 -0400
+
+    LP#1369169: Remove hardcoded paths for OpenSRF directory
+    
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+
+2	2	README
+
+commit 8bcfe29874dc2aeb2fdc07b16660a0350d377cee
+Author: Ben Shum <bshum at biblio.org>
+Date:   Sat Sep 13 18:23:46 2014 -0400
+
+    LP#1369169: Mention the requirement for valid SSL certificate
+    
+    The apache2-websockets instance will not start without a valid SSL certificate
+    in /etc/apache2/ssl.  Include a mention of this in the README with the extra
+    stipulation that it is still possible to use a self-signed SSL certificate for
+    testing purposes, but this is not recommended for live installations.
+    
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+
+7	1	README
+
+commit 25d0b0d6abe90612430b74f3c9bcf9c75c0a972e
+Author: Ben Shum <bshum at biblio.org>
+Date:   Fri Sep 12 17:58:11 2014 -0400
+
+    LP#1369169: Add websockets section to the OpenSRF README
+    
+    Remove the separate README.websockets and move the contents into the primary
+    OpenSRF README document so that all steps are in one place.
+    
+    Additional edits to the websockets instructions to detail differences made
+    between Ubuntu 14.04 Trusty and Debian / Ubuntu 12.04 Precise. More edits
+    may be necessary for Debian Jessie later?
+    
+    Also, create a separate config file for Apache 2.4 that is copied into place
+    for Ubuntu Trusty and potentially other systems that will need it.
+    
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+
+93	0	README
+0	53	README.websockets
+ delete mode 100644 README.websockets
+
+commit c6e0150be2b0d3c010d4ea6c34a81f69cec3004b
+Author: Ben Shum <bshum at biblio.org>
+Date:   Sat Sep 13 18:04:54 2014 -0400
+
+    LP#1369169: Add Apache 2.4 specific configuration file for websockets
+    
+    For Apache 2.4, there were some necessary modifications for running the
+    websockets code properly. Similar to how we do things in Evergreen, we
+    added a new directory for apache_24 which contains the modified apache2.conf
+    file.
+    
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+
+80	0	examples/apache_24/websockets/apache2.conf
+ create mode 100644 examples/apache_24/websockets/apache2.conf
+
+commit 92e8a5f7d6040bda312317ce339e459d5549d3eb
+Author: Ben Shum <bshum at biblio.org>
+Date:   Sat Sep 13 18:07:47 2014 -0400
+
+    LP#1369169: Remove trailing whitespace from apache2.conf
+    
+    For some reason, there was a lot of trailing whitespace in this apache2.conf
+    file for websockets. Removing them.
+    
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+
+19	19	examples/apache2/websockets/apache2.conf
+
+commit 1b0252065496be18b8c4eb3991d1057928dd7784
+Author: Ben Shum <bshum at biblio.org>
+Date:   Sat Sep 13 17:03:19 2014 -0400
+
+    LP#1369169: Standardize styling of root linux account for README
+    
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+
+3	3	README
+
+commit 10b9f9eeac545cf46387e45b8cbd06e2a556baf3
+Author: Ben Shum <bshum at biblio.org>
+Date:   Sat Sep 13 17:38:54 2014 -0400
+
+    LP#1369169: Add generated README.html to the .gitignore file for OpenSRF
+    
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+    Signed-off-by: Bill Erickson <berickxx at gmail.com>
+
+1	0	.gitignore
+
+commit 2bceabc55f8b1ccb13089298bfdb6a220c5735d6
+Author: Galen Charlton <gmc at esilibrary.com>
+Date:   Thu Aug 21 16:52:10 2014 -0700
+
+    fix typo in release notes
+    
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+1	1	doc/RELEASE_NOTES.txt
+
+commit e5eab9073e25b82914986326a5e97e7feecb5dfb
+Author: Galen Charlton <gmc at esilibrary.com>
+Date:   Thu Aug 21 16:33:11 2014 -0700
+
+    bump up version number for OpenSRF 2.4.0-alpha
+    
+    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 b929dd7080b91e1f7c938778580ac6957835e666
+Author: Galen Charlton <gmc at esilibrary.com>
+Date:   Thu Aug 21 16:30:58 2014 -0700
+
+    update ChangeLog for OpenSRF 2.4.0-alpha
+    
+    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
+
+582	1004	ChangeLog
 
 commit 4426a8a503baec5171ae4245eccd595444815358
 Author: Galen Charlton <gmc at esilibrary.com>

commit a62a4dd61c7335568774f564c52ad86dc4dff4b7
Author: Ben Shum <bshum at biblio.org>
Date:   Tue Jan 6 14:37:59 2015 -0500

    Bump up version number for OpenSRF 2.4.0
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm
index 4b37b2f..2aef441 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 2.4.0-alpha
+Version 2.4.0
 
 =cut
 
-our $VERSION = "2.40_1";
+our $VERSION = "2.40";
 
 =head1 METHODS
 
diff --git a/src/python/setup.py b/src/python/setup.py
index 9673243..1a9c498 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.4.0-alpha',
+    version='2.4.0',
     install_requires=[
         'dnspython', # required by pyxmpp
     	'python-memcached',
diff --git a/version.m4 b/version.m4
index 97f6ceb..79a9e80 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.4.0-alpha]) 
+m4_define([VERSION_NUMBER],[2.4.0]) 

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

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


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list