forked from pool/python-hpack
- Update to version 2.0.1
* Fixed a bug where the Python HPACK implementation would only
emit header table size changes for the total change between one
header block and another, rather than for the entire sequence
of changes.
- Additional changes from version 2.0.0 (2015-10-12)
* Remove unused HPACKEncodingError.
* Add the shortcut ability to import the public API (Encoder,
Decoder, HPACKError, HPACKDecodingError) directly, rather than
from hpack.hpack.
OBS-URL: https://build.opensuse.org/request/show/368721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hpack?expand=0&rev=2
26 lines
929 B
Plaintext
26 lines
929 B
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 6 19:43:13 UTC 2016 - freitag@opensuse.org
|
|
|
|
- Update to version 2.0.1
|
|
* Fixed a bug where the Python HPACK implementation would only
|
|
emit header table size changes for the total change between one
|
|
header block and another, rather than for the entire sequence
|
|
of changes.
|
|
|
|
- Additional changes from version 2.0.0 (2015-10-12)
|
|
* Remove unused HPACKEncodingError.
|
|
* Add the shortcut ability to import the public API (Encoder,
|
|
Decoder, HPACKError, HPACKDecodingError) directly, rather than
|
|
from hpack.hpack.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 25 12:39:56 UTC 2015 - freitag@owncloud.com
|
|
|
|
- Add forgotten doc files to filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 24 18:33:25 UTC 2015 - freitag@opensuse.org
|
|
|
|
- Initial package version 1.1.0
|
|
|