Skip to content

Commit dd3a11a

Browse files
Finalize 5.3.0RC changelog/package.xml
1 parent f7ed4aa commit dd3a11a

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

Changelog.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1212
- [Audiomack.com](https://audiomack.com)
1313
- [BlueHost](https://bluehost.com)
1414
- [Redis Cache Pro for WordPress](https://wprediscache.com/)
15+
- [Avtandil Kikabidze](https://github.com/akalongman)
1516

1617
### Added
1718

18-
- Support for Redis 6 ACLs
19-
[a311cc4e](https://github.com/phpredis/phpredis/commit/a311cc4ec3cecdbaf83ba66985efa82137e37cc0)
20-
([Michael Grunder](https://github.com/michael-grunder))
19+
- Support for Redis 6 ACLs
20+
[a311cc4e](https://github.com/phpredis/phpredis/commit/a311cc4ec3cecdbaf83ba66985efa82137e37cc0)
21+
([Michael Grunder](https://github.com/michael-grunder))
2122

2223
- LZ4 Compression
2324
[04def9fb](https://github.com/phpredis/phpredis/commit/04def9fbe2194b3b711362de57260a6cd5216e69)
@@ -27,7 +28,7 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2728
- Support for new Redis 6 arguments (XINFO FULL, SET KEEPTTL)
2829
[a0c53e0b](https://github.com/phpredis/phpredis/commit/a0c53e0b30e0c6af15cc137415e7d65f6d1867f7),
2930
[f9c7bb57](https://github.com/phpredis/phpredis/commit/f9c7bb5788c39614c23e3bb9ec42ec8d6d5bbaa1)
30-
([Viktor Sekindo](https://github.com/victor <[email protected]>),
31+
([Victor Kislov](https://github.com/vityank),
3132
[Michael Grunder](https://github.com/michael-grunder))
3233

3334
- Support for TLS connections
@@ -42,7 +43,8 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4243
- Configurable unit test authentication arguments
4344
[e37f38a3](https://github.com/phpredis/phpredis/commit/e37f38a39eb4bece8f49ebd0652112dc992084a0),
4445
[201a9759](https://github.com/phpredis/phpredis/commit/201a97599953a9621bb8eb02dc8d5f08d16499a3)
45-
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko), ([Michael Grunder](https://github.com/michael-grunder))
46+
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko),
47+
[Michael Grunder](https://github.com/michael-grunder))
4648

4749
### Fixed
4850

@@ -60,7 +62,7 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
6062

6163
- Use long for SCAN iteration to fix potential overflow
6264
[f13f9b7c](https://github.com/phpredis/phpredis/commit/f13f9b7c7f5e3a7d286b412541199a408a0a98bd)
63-
([Viktor Sekindo](https://github.com/victor <[email protected]>))
65+
([Victor Kislov](https://github.com/vityank))
6466

6567
- Fix config.m4 to test for the variable $PHP_REDIS_JSON and not the literal PHP_REDIS_JSON
6668
[20a3dc72](https://github.com/phpredis/phpredis/commit/20a3dc7251cb0bf450ef2a1cfeeeaeaa10355cd2)
@@ -105,12 +107,12 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
105107
[dd66fce](https://github.com/phpredis/phpredis/commit/dd66fceeb232f9e1fb0a26373949e810180dc5fc)
106108
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
107109

108-
- Refactoring various bits of logic
109-
[bbcf32a3](https://github.com/phpredis/phpredis/commit/bbcf32a37fa856ba0b50b489ba05bd3d43800fcc),
110-
[a42cf189](https://github.com/phpredis/phpredis/commit/a42cf189a776fc43acf47ca519f1d7385cc27f2f),
111-
[460c8f29](https://github.com/phpredis/phpredis/commit/460c8f29239c263e15a093c9bcdb6fb24587ec7d),
112-
[b7f9df75](https://github.com/phpredis/phpredis/commit/b7f9df758b30187864012d5cd831dbbc5fa053d0),
113-
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
110+
- Refactoring various bits of logic
111+
[bbcf32a3](https://github.com/phpredis/phpredis/commit/bbcf32a37fa856ba0b50b489ba05bd3d43800fcc),
112+
[a42cf189](https://github.com/phpredis/phpredis/commit/a42cf189a776fc43acf47ca519f1d7385cc27f2f),
113+
[460c8f29](https://github.com/phpredis/phpredis/commit/460c8f29239c263e15a093c9bcdb6fb24587ec7d),
114+
[b7f9df75](https://github.com/phpredis/phpredis/commit/b7f9df758b30187864012d5cd831dbbc5fa053d0),
115+
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
114116

115117
- Use the portable `ZEND_LONG_FORMAT` family instead of C format specifiers
116118
[b9b383f4](https://github.com/phpredis/phpredis/commit/b9b383f4)

README.markdown

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ You can also make a one-time contribution with one of the links below.
2020
[![Ethereum](https://en.cryptobadges.io/badge/micro/0x43D54E32357B96f68dFF0a6B46976d014Bd603E1)](https://en.cryptobadges.io/donate/0x43D54E32357B96f68dFF0a6B46976d014Bd603E1)
2121

2222
## 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>
23+
<a href="https://audiomack.com"><img src="https://styleguide.audiomack.com/styleguide/assets/dl/inline-orange-large.png" alt="Audiomack.com" width="150"></a><a href="https://bluehost.com"><img src="https://upload.wikimedia.org/wikipedia/commons/2/22/Bluehost-logo.png" alt="Bluehost.com" width="150"></a>
2724

2825
# Table of contents
2926
-----

package.xml

Lines changed: 7 additions & 6 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-06-24</date>
30+
<date>2020-06-25</date>
3131
<version>
3232
<release>5.3.0RC1</release>
3333
<api>5.3.0RC1</api>
@@ -48,16 +48,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
4848
improvements.
4949

5050
* Sponsors
51-
~ Audiomack.com - https://audiomack.com
52-
~ BlueHost.com - https://bluehost.com
53-
~ Redis Cache Pro for WordPress - https://wprediscache.com/
51+
~ Audiomack.com - https://audiomack.com
52+
~ BlueHost.com - https://bluehost.com
53+
~ Redis Cache Pro for WordPress - https://wprediscache.com/
54+
~ Avtandil Kikabidze - https://github.com/akalongman
5455

5556
---
5657

5758
* Support for Redis 6 ACLs [a311cc4e] (Michael Grunder)
5859
* LZ4 Compression [04def9fb] (Ilia Alshanetsky)
5960
* Support for new Redis 6 arguments (XINFO FULL, SET KEEPTTL) [a0c53e0b,
60-
f9c7bb57] (Michael Grunder, Viktor Sekindo)
61+
f9c7bb57] (Michael Grunder, Victor Kislov)
6162
* Support for TLS connections [890ee0e6, b0671296] (Pavlo Yatsukhnenko)
6263
* New option Redis::SCAN_PREFIX, Redis::SCAN_NOPREFIX [e80600e2] (Pavlo
6364
Yatsukhnenko)
@@ -69,7 +70,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
6970
(Pavlo Yatsukhnenko)
7071
* Use ZEND_LONG_FMT instead of system `long` [5bf88124] (Michael Grunder)
7172
* Use long for SCAN iteration to fix potential overflow [f13f9b7c]
72-
(Viktor Sekindo)
73+
(Victor Kislov)
7374
* Fix config.m4 to test for the variable $PHP_REDIS_JSON and not the
7475
literal PHP_REDIS_JSON [20a3dc72] (Mizuki Nakano)
7576
* Fix compiler warnings [b9b383f4, 215828e] (Remi Collet),

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PHP_REDIS_H
2424

2525
/* phpredis version */
26-
#define PHP_REDIS_VERSION "5.2.0"
26+
#define PHP_REDIS_VERSION "5.3.0RC1"
2727

2828
PHP_METHOD(Redis, __construct);
2929
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)