From 05f4ec133c5ef1077101c2b3de96a9076bbd57c3 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 8 Feb 2015 09:31:31 -0600 Subject: [PATCH 1/2] CHANGELOG: add 0.3.10 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd3ca09..06004752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.10 - 2015-02-04 + +- simplify window size handling ([#538](https://github.com/phpseclib/phpseclib/pull/538)) +- slightly relax the conditions under which OpenSSL is used ([#598](https://github.com/phpseclib/phpseclib/pull/598)) +- fix issue with empty constructed context-specific tags in ASN1 ([#606](https://github.com/phpseclib/phpseclib/pull/606)) + ## 0.3.9 - 2014-11-09 - PHP 5.6 improvements ([#482](https://github.com/phpseclib/phpseclib/pull/482), [#491](https://github.com/phpseclib/phpseclib/issues/491)) From fd613e49cf130fb19c611eb5a5adec472b0d08f4 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 9 Feb 2015 07:56:10 -0600 Subject: [PATCH 2/2] CHANGELOG: add clarification --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06004752..2dd2c096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.3.10 - 2015-02-04 -- simplify window size handling ([#538](https://github.com/phpseclib/phpseclib/pull/538)) +- simplify SSH2 window size handling ([#538](https://github.com/phpseclib/phpseclib/pull/538)) - slightly relax the conditions under which OpenSSL is used ([#598](https://github.com/phpseclib/phpseclib/pull/598)) - fix issue with empty constructed context-specific tags in ASN1 ([#606](https://github.com/phpseclib/phpseclib/pull/606))