Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
python-bond 1.2
Browse files Browse the repository at this point in the history
- Change license to GPLv2+
- Update release notes/docs
  • Loading branch information
wavexx committed Aug 21, 2014
1 parent 10cf382 commit 9c2c40f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
12 changes: 12 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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
---------------

Expand Down
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bond-devel+subscribe@thregr.org>.

You can contact the main author directly at <wavexx@thregr.org>, 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" <wavexx@thregr.org>.
python-bond's GIT repository is publicly accessible at::
Expand Down
2 changes: 1 addition & 1 deletion bond/drivers
Submodule drivers updated 1 files
+1 −1 README.rst
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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',
Expand Down

0 comments on commit 9c2c40f

Please sign in to comment.