Release 1.6.3
Change-Id: If50af3d2715d0c27876eab4cc73106634a1ec359
This commit is contained in:
parent
84ff0aef28
commit
f58bd5313c
@ -1,3 +1,9 @@
|
||||
New in 1.6.3
|
||||
------------
|
||||
|
||||
* Only destroy liberasurecode descriptors on liberasurecode versions where it
|
||||
should be safe to do so.
|
||||
|
||||
New in 1.6.2
|
||||
------------
|
||||
|
||||
|
@ -49,7 +49,7 @@ def PyECLibVersion(z, y, x):
|
||||
|
||||
PYECLIB_MAJOR = 1
|
||||
PYECLIB_MINOR = 6
|
||||
PYECLIB_REV = 2
|
||||
PYECLIB_REV = 3
|
||||
PYECLIB_VERSION = PyECLibVersion(PYECLIB_MAJOR, PYECLIB_MINOR,
|
||||
PYECLIB_REV)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user