From 9c2c40f300bd542301e2713d3e20f244d06c0ac8 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Thu, 21 Aug 2014 19:32:13 +0200 Subject: [PATCH] python-bond 1.2 - Change license to GPLv2+ - Update release notes/docs --- NEWS.rst | 12 ++++++++++++ README.rst | 13 ++++++++++++- bond/drivers | 2 +- setup.py | 4 ++-- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 921f471..b9a857e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,15 @@ +python-bond 1.2 +--------------- + +* PHP's error level can now be controlled through the ``_BOND_error_level()`` + function (see the PHP "Limitations" section). +* An initialization race with PHP <= 5.3 (causing intermittent initialization + issues) has been fixed. +* The license has been changed from GPLv2 to GNU GPLv2+. +* A new mailing list for announcements and development discussions has been + created (see the README). + + python-bond 1.1 --------------- diff --git a/README.rst b/README.rst index 7a7b881..4a1b038 100644 --- a/README.rst +++ b/README.rst @@ -503,10 +503,21 @@ Common traits/limitations fraction of time. +General/support mailing list +============================ + +If you are interested in announcements and development discussions about +``bond``, you can subscribe to the `bond-devel` mailing list by sending an +empty email to . + +You can contact the main author directly at , though using +the general list is encouraged. + + Authors and Copyright ===================== -| "python-bond" is distributed under GPL2 (see COPYING) WITHOUT ANY WARRANTY. +| "python-bond" is distributed under the GNU GPLv2+ license (see COPYING). | Copyright(c) 2014 by wave++ "Yuri D'Elia" . python-bond's GIT repository is publicly accessible at:: diff --git a/bond/drivers b/bond/drivers index 9c119a7..5416ccb 160000 --- a/bond/drivers +++ b/bond/drivers @@ -1 +1 @@ -Subproject commit 9c119a7268a3913e02f0cad4ad02394c8b77f5a3 +Subproject commit 5416ccb3020985c3d1f04d78bec2f9fead9dd5ea diff --git a/setup.py b/setup.py index d66dc84..c2b0e1b 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ + '\n'.join(news.split('\n\n\n', 1)[0].splitlines()[2:])) # the actual setup -setup(name='python-bond', version='1.1', +setup(name='python-bond', version='1.2', description='transparent remote/recursive evaluation between Python and other languages', author="Yuri D'Elia", @@ -21,7 +21,7 @@ 'Environment :: Console', 'Environment :: No Input/Output (Daemon)', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', + 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)', 'Operating System :: POSIX', 'Operating System :: Unix', 'Programming Language :: JavaScript',