14
0
forked from pool/python-pika

Accepting request 293255 from home:matwey:branches:devel:languages:python

- Update to version 0.9.14
  + Major issue with socket buffer refactor in 0.9.13 (#328) fixes by cooper6581 and Erik Andersson
  + Fix a bug in SelectConnection that did not allow for a IOLoop to be restarted (#337) fix by Ralf Nyrén
  + Fix an issue in BlockingConnection disconnections (#340) fix by Mark Unsworth
  + Add NullHandler to prevent logging warnings when not configured (#339) by Cenk Altı
  + Added Twisted Adapter example (#314) by nolinksoft

OBS-URL: https://build.opensuse.org/request/show/293255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=7
This commit is contained in:
Denisart Benjamin
2015-03-26 16:18:22 +00:00
committed by Git OBS Bridge
parent a7e37b66d4
commit 17c4a1573a
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 25 13:54:36 UTC 2015 - matwey.kornilov@gmail.com
- Update to version 0.9.14
+ Major issue with socket buffer refactor in 0.9.13 (#328) fixes by cooper6581 and Erik Andersson
+ Fix a bug in SelectConnection that did not allow for a IOLoop to be restarted (#337) fix by Ralf Nyrén
+ Fix an issue in BlockingConnection disconnections (#340) fix by Mark Unsworth
+ Add NullHandler to prevent logging warnings when not configured (#339) by Cenk Altı
+ Added Twisted Adapter example (#314) by nolinksoft
-------------------------------------------------------------------
Wed Dec 4 20:39:50 UTC 2013 - p.drouand@gmail.com