From d760d97fc87907b5a7d989e16bf1fe01481a5fbb Mon Sep 17 00:00:00 2001 From: terrafrost Date: Tue, 4 Oct 2016 08:26:52 -0500 Subject: [PATCH] CHANGELOG: add 1.0.4 release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1354ab91..81c18d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.4 - 2016-10-03 + +- fix E_DEPRECATED errors on PHP 7.0 and 7.1 (#1041) +- fix float to int conversions on 32-bit Linux pre-PHP 5.3 (#1038, #1034) +- SFTP: speed up downloads (#945) +- SFTP: fix infinite loop when uploading empty file (#995) +- ASN1: fix possible infinite loop in decode (#1027) + ## 1.0.3 - 2016-08-18 - BigInteger/RSA: don't compare openssl versions > 1.0 (#946) @@ -139,4 +147,4 @@ = add support for AES-128-CBC and DES-EDE3-CFB encrypted RSA private keys - add Net_SFTP::stat(), Net_SFTP::lstat() and Net_SFTP::rawlist() - logging was added to Net_SSH1 -- the license was changed to the less restrictive MIT license \ No newline at end of file +- the license was changed to the less restrictive MIT license