Skip to content

Commit 9fb9dfc

Browse files
Update changelog/package.xml and add sponsor
1 parent 9ef2ed8 commit 9fb9dfc

File tree

3 files changed

+33
-10
lines changed

3 files changed

+33
-10
lines changed

Changelog.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,30 @@ All changes to phpredis will be documented in this file.
55
We're basing this format on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [5.2.0RC2] - 2020-02-17 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.0RC2), [PECL](https://pecl.php.net/package/redis/5.2.0RC2))
8+
## [5.2.0RC2] - 2020-02-21 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.0RC2), [PECL](https://pecl.php.net/package/redis/5.2.0RC2))
99

1010
### Sponsors :sparkling_heart:
1111

12+
- [Audiomack.com](https://audiomack.com)
1213
- [Till Krüss](https://github.com/tillkruss)
1314

14-
### Added
15+
### Fixed
1516

1617
- Include RedisSentinelTest.php in package.xml!
17-
[eddbfc8f](https://github.com/phpredis/phpredis/commits/eddbfc8f)
18-
([Remi Collet](https://github.com/remicollet))
18+
[eddbfc8f](https://github.com/phpredis/phpredis/commit/eddbfc8f)
19+
([Michel Grunder](https://github.com/michael-grunder))
1920

20-
- Fix -Wmaybe-uninitialized warning ([Remi Collet])
21+
- Fix -Wmaybe-uninitialized warning
2122
[740b8c87](https://github.com/phpredis/phpredis/commit/740b8c87)
2223
([Remi Collet](https://github.com/remicollet))
2324

25+
- Fix improper destructor when zipping values and scores
26+
[371ae7ae](https://github.com/phpredis/phpredis/commit/371ae7ae)
27+
28+
- Use php_rand instead of php_mt_rand for liveness challenge string
29+
[9ef2ed89](https://github.com/phpredis/phpredis/commit/9ef2ed89)
30+
([Michael Grunder](https://github.com/michael-grunder))
31+
2432
## [5.2.0RC1] - 2020-02-15 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.0RC1), [PECL](https://pecl.php.net/package/redis/5.2.0RC1))
2533

2634
### Sponsors :sparkling_heart:

README.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ You can also make a one-time contribution with one of the links below.
1919
[![Bitcoin](https://en.cryptobadges.io/badge/micro/1FXkYHBo5uoaztxFbajiPfbnkgKCbF3ykG)](https://en.cryptobadges.io/donate/1FXkYHBo5uoaztxFbajiPfbnkgKCbF3ykG)
2020
[![Ethereum](https://en.cryptobadges.io/badge/micro/0x43D54E32357B96f68dFF0a6B46976d014Bd603E1)](https://en.cryptobadges.io/donate/0x43D54E32357B96f68dFF0a6B46976d014Bd603E1)
2121

22+
## Sponsors
23+
24+
<a href="https://audiomack.com">
25+
<img src="https://styleguide.audiomack.com/styleguide/assets/dl/inline-orange-large.png" alt="Audiomack.com" width="150">
26+
</a>
2227

2328
# Table of contents
2429
-----

package.xml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>[email protected]</email>
2828
<active>no</active>
2929
</lead>
30-
<date>2020-02-17</date>
30+
<date>2020-02-21</date>
3131
<version>
3232
<release>5.2.0RC2</release>
3333
<api>5.2.0RC2</api>
@@ -40,8 +40,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
4040
<notes>
4141
phpredis 5.2.0RC2
4242

43-
* Include RedisSentinelTest.php in package.xml! [eddbfc8f] (Remi Collet)
43+
* Include RedisSentinelTest.php in package.xml! [eddbfc8f] (Michael Grunder)
4444
* Fix -Wmaybe-uninitialized warning [740b8c87] (Remi Collet)
45+
* Fix improper destructor when zipping values and scores [371ae7ae]
46+
(Michael Grunder)
47+
* Use php_rand instead of php_mt_rand for liveness challenge string
48+
[9ef2ed89] (Michael Grunder)
4549

4650
phpredis 5.2.0RC1
4751

@@ -54,6 +58,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
5458
will likely change based on user feedback.
5559

5660
* Sponsors
61+
~ Audiomack.com - https://audiomack.com
5762
~ Till Kruss - https://github.com/tillkruss
5863

5964
---
@@ -155,12 +160,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
155160
<release>
156161
<stability><release>alpha</release><api>alpha</api></stability>
157162
<version><release>5.2.0RC2</release><api>5.2.0RC2</api></version>
158-
<date>2020-02-17</date>
163+
<date>2020-02-21</date>
159164
<notes>
160165
phpredis 5.2.0RC2
161166

162-
* Include RedisSentinelTest.php in package.xml! [eddbfc8f] (Remi Collet)
163-
* Fix -Wmaybe-uninitialized warning ([Remi Collet]) [740b8c87]
167+
* Include RedisSentinelTest.php in package.xml! [eddbfc8f] (Michael Grunder)
168+
* Fix -Wmaybe-uninitialized warning [740b8c87] (Remi Collet)
169+
* Fix improper destructor when zipping values and scores [371ae7ae]
170+
(Michael Grunder)
171+
* Use php_rand instead of php_mt_rand for liveness challenge string
172+
[9ef2ed89] (Michael Grunder)
164173

165174
phpredis 5.2.0RC1
166175

@@ -173,6 +182,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
173182
will likely change based on user feedback.
174183

175184
* Sponsors
185+
~ Audiomack.com - https://audiomack.com
176186
~ Till Kruss - https://github.com/tillkruss
177187

178188
---

0 commit comments

Comments
 (0)