15
0

- Update to version 2.2.0:

* Fix for Python 3.2, correcting for a change to the binascii module.
  * Fix for bool initialisation from 0 or 1.
  * Efficiency improvements, including interning strategy.
- Changes from version 2.1.1:
  * Bug fix: Reading using the 'bytes' token had been broken (Issue 102).
  * Fixed problem using some methods on ConstBitArrays.
  * Better exception handling for tokens missing values.
  * Some performance improvements.
- See release_notes.txt for further changes...

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=2
This commit is contained in:
Sascha Peilicke
2011-09-23 13:52:50 +00:00
committed by Git OBS Bridge
parent b8dd28e3a4
commit f81856a93c
5 changed files with 40 additions and 64 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Sep 23 13:50:34 UTC 2011 - saschpe@suse.de
- Update to version 2.2.0:
* Fix for Python 3.2, correcting for a change to the binascii module.
* Fix for bool initialisation from 0 or 1.
* Efficiency improvements, including interning strategy.
- Changes from version 2.1.1:
* Bug fix: Reading using the 'bytes' token had been broken (Issue 102).
* Fixed problem using some methods on ConstBitArrays.
* Better exception handling for tokens missing values.
* Some performance improvements.
- See release_notes.txt for further changes...
-------------------------------------------------------------------
Fri Mar 19 19:27:25 UTC 2010 - toms@suse.de