14
0

Accepting request 307040 from home:benoit_monin:branches:devel:languages:python

- update to version 0.3.0
- rename README.md to README.rst: changed upstream

OBS-URL: https://build.opensuse.org/request/show/307040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=12
This commit is contained in:
Denisart Benjamin
2015-05-17 12:10:09 +00:00
committed by Git OBS Bridge
parent bb83f8b795
commit f97c28d721
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed May 13 16:50:23 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.3.0:
* This release makes STOMP v1.1 the default protocol. To stick
with STOMP v1.0 you can continue to use stomper v0.2.9 or
change the import in your code to:
import stomper.stomp_10 as stomper
* Note: Any fixes to STOMP v1.0 will only be applied to
version >= 0.3.
- additional changes from version 0.2.9:
* Thanks to Ralph Bean for contributing the new protocol 1.1
support:
https://github.com/oisinmulvihill/stomper/issues/6
https://github.com/oisinmulvihill/stomper/pull/7
- additional changes from version 0.2.8:
* Thanks to Daniele Varrazzo for contributing the fixes:
+ https://github.com/oisinmulvihill/stomper/pull/4
Fixed newline prepended to messages without transaction id
+ https://github.com/oisinmulvihill/stomper/pull/5
Fixed reST syntax. Extension changed to allow github to
render it properly. Also changed the source url in the readme
- rename README.md to README.rst: changed upstream
-------------------------------------------------------------------
Sun Nov 17 18:50:51 UTC 2013 - p.drouand@gmail.com