Skip to content

Commit 7053f06

Browse files
committed
Merge branch '1.0' into 2.0
2 parents bbc651f + fd33675 commit 7053f06

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.11 - 2018-04-15
4+
5+
- X509: auto download intermediate certs
6+
- BigInteger: fix for (new BigInteger(48))->toString(true)) (#1264)
7+
- ASN1: class is never set as key in _decode_ber
8+
- check if phpinfo() is available before using (#1256)
9+
- backport CFB8 support from master to 2.0 (#1257)
10+
311
## 2.0.10 - 2018-02-08
412

513
- BigInteger: fix issue with bitwise_xor (#1245)
@@ -108,6 +116,12 @@
108116
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
109117
- The use of an autoloader is now required (e.g. Composer)
110118

119+
## 1.0.11 - 2018-04-15
120+
121+
- X509: auto download intermediate certs
122+
- BigInteger: fix for (new BigInteger(48))->toString(true)) (#1264)
123+
- ASN1: class is never set as key in _decode_ber
124+
111125
## 1.0.10 - 2018-02-08
112126

113127
- BigInteger: fix issue with bitwise_xor (#1245)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
3636
* Composer compatible (PSR-0 autoloading)
3737
* Install using Composer: `composer require phpseclib/phpseclib ~1.0`
3838
* Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm)
39-
* [Download 1.0.10 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.10.zip/download)
39+
* [Download 1.0.11 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.11.zip/download)
4040

4141
## Support
4242

0 commit comments

Comments
 (0)