We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e384e22 + 3f01afc commit dfd4c65Copy full SHA for dfd4c65
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## securesystemslib v0.12.1
4
+
5
+* Fix stream duplication race conditions in subprocess interface (#186)
6
7
## securesystemslib v0.12.0
8
9
* *backwards incompatible*
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name = 'securesystemslib',
71
- version = '0.12.0',
+ version = '0.12.1',
72
description = 'A library that provides cryptographic and general-purpose'
73
' routines for Secure Systems Lab projects at NYU',
74
long_description = long_description,
0 commit comments