2016-01-29 12:39:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 29 09:14:54 UTC 2016 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Update to 1.1rc3:
|
|
|
|
* See changelog.rst for detailed informations
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 1 12:54:10 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Bump once more to 1.1a1:
|
|
|
|
* See changelog.rst for detailed informations
|
|
|
|
* The py2.7 compat in 1.0.2 behaves weirdly on openSUSE,
|
|
|
|
this release seems way nicer on that front
|
|
|
|
|
2015-07-01 14:36:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 30 08:48:56 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version bump to 1.0.2:
|
|
|
|
- Fix LifoQueue.peek() to return correct element. PR #456. Patch by Christine
|
|
|
|
Spang.
|
|
|
|
- Upgrade to libev 4.19
|
|
|
|
- Remove SSL3 entirely as default TLS protocol
|
|
|
|
- Import socket on Windows (closes #459)
|
|
|
|
- Fix C90 syntax error (PR #449)
|
|
|
|
- Add compatibility with Python 2.7.9's SSL changes. Issue #477.
|
|
|
|
|
2014-11-18 14:19:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 18 14:00:29 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 1.0.1
|
|
|
|
- Upgrade libev to 4.15. This fixes #361: installation on armv5.
|
|
|
|
- Better support for win64. Patch by Alexey Borzenkov.
|
|
|
|
- Fix #423: Pool's imap/imap_unordered could hang forever. Based on patch and test by Jianfei Wang.
|
|
|
|
- Enable libev's check watchers.
|
|
|
|
- Add dummy Event._reset_internal_locks() method. Only relevant if patch_all(Event=True) is enabled (non-default).
|
|
|
|
- Backport new testrunner.py from master branch.
|
|
|
|
- Removed upstream included libev.patch
|
|
|
|
|
2014-06-17 09:03:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 12 08:47:18 UTC 2014 - schwab@suse.de
|
|
|
|
|
|
|
|
- libev.patch: fix syntax error in preprocessor conditional
|
|
|
|
|
2013-12-15 15:03:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 15 15:01:04 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 1.0
|
|
|
|
+ pywsgi: Pass copy of error list instead of direct reference
|
|
|
|
+ Ignore the autogenerated doc/gevent.*.rst files.
|
|
|
|
+ Fix cythonpp.py on Windows.
|
|
|
|
+ Remove gevent.run (use gevent.wait).
|
|
|
|
|
2012-10-29 15:34:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 26 16:23:38 UTC 2012 - douglarek@outlook.com
|
|
|
|
|
|
|
|
- Update to version 0.13.8:
|
|
|
|
|
|
|
|
* Fixed issue #80: gevent.httplib failed with RequestFailed errors because timeout was reset to 1s. Patch by Tomasz Prus.
|
|
|
|
* core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/emit_endif.
|
|
|
|
* Fixed issue #132: gevent.socket.gethostbyname(<unicode>) now does ascii encoding and uses gevent's resolver rather than
|
|
|
|
calling built-in resolver. Patch by Alexey Borzenkov.
|
|
|
|
|
|
|
|
|
2012-06-26 09:35:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 25 15:19:15 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.13.7:
|
|
|
|
+ Fixed #94: fallback to buffer if memoryview fails in _get_memory on
|
|
|
|
python 2.7.
|
|
|
|
+ Fixed #103: ``Queue(None).full()`` returns ``False`` now (previously
|
|
|
|
it returned ``True``).
|
|
|
|
+ Fixed #112: threading._sleep is not patched.
|
|
|
|
+ Fixed #115: _dummy gets unexpected Timeout arg.
|
|
|
|
|
2012-03-27 11:42:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 27 11:41:44 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Run testsuite
|
|
|
|
- Require python-greenlet
|
|
|
|
- Simplify macro usage
|
|
|
|
|
2011-11-18 14:18:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 14:17:34 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Cython should not be needed, gevent is build as a binary module
|
|
|
|
|
2011-07-19 12:39:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 19 12:23:20 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|