15
0
forked from pool/python-gevent

Accepting request 314475 from home:scarabeus_iv:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/314475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=17
This commit is contained in:
Denisart Benjamin
2015-07-01 14:36:26 +00:00
committed by Git OBS Bridge
parent c418c295e1
commit 2f61690121
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Tue Nov 18 14:00:29 UTC 2014 - toddrme2178@gmail.com