From 25a18ca992a65c42604cbf406bd82c85b12faeb6 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 29 Nov 2017 05:30:40 -0600 Subject: [PATCH] CHANGELOG: add 2.0.9 relase (2.0.8 was botched :() --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e80a00..04c3f4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.9 - 2017-11-29 + +- 2.0.8 tag was done off of master branch - not 2.0 branch + ## 2.0.8 - 2017-11-29 - SSH2: fix issue with key re-exchange @@ -68,7 +72,7 @@ - Random: fix issues with serialize() (#932) - RC2: fix issue with decrypting - RC4: fix issue with key not being truncated correctly -- SFTP: nlist() on a non-existant directory resulted in error +- SFTP: nlist() on a non-existent directory resulted in error - SFTP: add is_writable, is_writeable, is_readable - X509: add IPv6 support for subjectaltname extension (#936)