Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-07-07 19:52:51 +0300
committermichael-grunder <michael.grunder@gmail.com>2020-07-07 19:52:51 +0300
commitb465b797c052a1b7a308195438f86a6f1d6ad485 (patch)
treea7aac5277d85f31662643c0b7e23efacd277f76b
parent066cff6adee03ce05ec5d57083eb7995dfa4344d (diff)
Prepare for 5.3.1
-rw-r--r--Changelog.md6
-rw-r--r--package.xml3
2 files changed, 9 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index f5e8b302..4dc80329 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -16,6 +16,12 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Fixed
+- Properly clean up on session start failure
+ [066cff6a](https://github.com/phpredis/phpredis/commit/066cff6adee03ce05ec5d57083eb7995dfa4344d)
+ ([Michael Grunder](https://github.com/michael-grunder))
+- Treat NULL as a failure for redis_extract_auth_info
+ [49428a2f](https://github.com/phpredis/phpredis/commit/49428a2f7072dc30a52db4155aed3d382800b1a6)
+ ([Michael Grunder](https://github.com/michael-grunder))
- Don't dereference a NULL zend_string or try to efree it
[ff2e160f](https://github.com/phpredis/phpredis/commit/ff2e160f408efdc97676cffaa02093e65c2ad634),
[7fed06f2](https://github.com/phpredis/phpredis/commit/7fed60f248e2249e6cac5c5c3090509aa47647fb)
diff --git a/package.xml b/package.xml
index b17ca5ac..e63d142d 100644
--- a/package.xml
+++ b/package.xml
@@ -56,6 +56,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
---
+ * Properly clean up on session start failure [066cff6a] (Michael Grunder)
+ * Treat NULL as a failure for redis_extract_auth_info [49428a2f]
+ (Michael Grunder)
* Don't dereference a NULL zend_string or efree one [ff2e160f, 7fed06f2]
(Michael Grunder)
* Fix config.m4 messages and test for and include php_hash.h [83a1b7c5,