From 878927e8b3f58cd7950b8a89ccb788c449ecf286 Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Tue, 29 Oct 2019 11:34:00 +0100 Subject: [PATCH 1/2] CHANGELOG: add 0.12.1 entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb1b660..2089e3fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## securesystemslib v0.12.1 + +* Fix stream duplication race conditions in subprocess interface (#186) + ## securesystemslib v0.12.0 * *backwards incompatible* From 3f01afc557272d4ba07d6ef2112625c08987c00e Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Tue, 29 Oct 2019 11:34:16 +0100 Subject: [PATCH 2/2] setup.py: bump version to 0.12.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87f4f719..b290c94a 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( name = 'securesystemslib', - version = '0.12.0', + version = '0.12.1', description = 'A library that provides cryptographic and general-purpose' ' routines for Secure Systems Lab projects at NYU', long_description = long_description,