summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2016-02-29 12:25:04 -0500
committerScott <scott@paragonie.com>2016-02-29 12:25:04 -0500
commitf078eba3bcf140fd69b5fcc3ea5ac809abf729dc (patch)
tree64c01b94d1b25effe78e8ab293679586e7b92404
parent0407f3b4885a714fee0fbce7b165cd9af9439132 (diff)
downloadrandom_compat-f078eba3bcf140fd69b5fcc3ea5ac809abf729dc.zip
random_compat-f078eba3bcf140fd69b5fcc3ea5ac809abf729dc.tar.gz
random_compat-f078eba3bcf140fd69b5fcc3ea5ac809abf729dc.tar.bz2
Update CHANGELOGv1.2.1
-rw-r--r--CHANGELOG.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5f1927..4839b46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,11 @@
-### Version 1.2.0 - 2015-02-05
+### Version 1.2.1 - 2016-02-29
+
+* PHP 5.6.10 - 5.6.12 will hang when mcrypt is used on Unix-based operating
+ systems ([PHP bug 69833](https://bugs.php.net/bug.php?id=69833)). If you are
+ running one of these versions, please upgrade (or make sure `/dev/urandom` is
+ readable) otherwise you're relying on OpenSSL.
+
+### Version 1.2.0 - 2016-02-05
* Whitespace and other cosmetic changes
* Added a changelog.
@@ -8,7 +15,7 @@
Every time we publish a new release, we will also upload a .phar
to Github. Our public key is signed by our GPG key.
-### Version 1.1.6 - 2015-01-29
+### Version 1.1.6 - 2016-01-29
* Eliminate `open_basedir` warnings by detecting this configuration setting.
(Thanks [@oucil](https://github.com/oucil) for reporting this.)