diff --git a/python-stomper.changes b/python-stomper.changes index 0bd221e..58edd43 100644 --- a/python-stomper.changes +++ b/python-stomper.changes @@ -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 diff --git a/python-stomper.spec b/python-stomper.spec index 12fc9a6..1b6ce9c 100644 --- a/python-stomper.spec +++ b/python-stomper.spec @@ -1,7 +1,7 @@ # # spec file for package python-stomper # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-stomper -Version: 0.2.7 +Version: 0.3.0 Release: 0 Summary: This is a transport neutral client implementation of the STOMP protocol License: Apache-2.0 @@ -56,7 +56,7 @@ nosetests %files %defattr(-,root,root,-) -%doc README.md lib/stomper/examples +%doc README.rst lib/stomper/examples %{python_sitelib}/* %changelog diff --git a/stomper-0.2.7.tar.gz b/stomper-0.2.7.tar.gz deleted file mode 100644 index f223325..0000000 --- a/stomper-0.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8978fd3421390abe3c1a8c8adc72346f4a8175b6fb154011fc8d37bb916e01ce -size 21459 diff --git a/stomper-0.3.0.tar.gz b/stomper-0.3.0.tar.gz new file mode 100644 index 0000000..b8a7307 --- /dev/null +++ b/stomper-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaacc016c0e8e98c3d3155f22069d18d403637d57492d9cf678813e27c9ecb0 +size 21051