version 2.1.1
This commit is contained in:
parent
eeaca4ebd4
commit
0f6b732b14
2 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
2.1.x (20xx-0x-xx)
|
2.1.1 (2017-07-01)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- fix that different results with different chuck sizes
|
- fix that different results with different chuck sizes
|
||||||
- fix that assignments to nsSMState in nsCodingStateMachine result in unspecified behavior
|
- fix that assignments to nsSMState in nsCodingStateMachine result in unspecified behavior
|
||||||
|
- include COPYING in package
|
||||||
|
|
||||||
2.1.0 (2017-05-15)
|
2.1.0 (2017-05-15)
|
||||||
------------------
|
------------------
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '2.1.0'
|
__version__ = '2.1.1'
|
||||||
|
|
Loading…
Reference in a new issue