Skip to content

Commit 28cda6a

Browse files
authored
6.0.0RC2 (#498)
1 parent 96a6754 commit 28cda6a

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

package.xml

+24-7
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2021-11-19</date>
13+
<date>2021-11-27</date>
1414
<time>15:00:00</time>
1515
<version>
16-
<release>6.0.0RC1</release>
16+
<release>6.0.0RC2</release>
1717
<api>6.0.0</api>
1818
</version>
1919
<stability>
@@ -22,11 +22,8 @@
2222
</stability>
2323
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
2424
<notes>
25-
## Enhancements
26-
- PHP 8.1 support (@ruudk, @remicollet, @nick-zh, @arnaud-lb)
27-
28-
## Breaking changes
29-
- Added tentative return types in PHP 8.1 builds
25+
## Bugfixes
26+
- Fix crash in RdKafka\TopicPartition::__construct() (#491, @remicollet)
3027
</notes>
3128
<contents>
3229
<dir name="/">
@@ -158,6 +155,26 @@
158155
<providesextension>rdkafka</providesextension>
159156
<extsrcrelease/>
160157
<changelog>
158+
<release>
159+
<date>2021-11-19</date>
160+
<time>15:00:00</time>
161+
<version>
162+
<release>6.0.0RC1</release>
163+
<api>6.0.0</api>
164+
</version>
165+
<stability>
166+
<release>beta</release>
167+
<api>beta</api>
168+
</stability>
169+
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
170+
<notes>
171+
## Enhancements
172+
- PHP 8.1 support (@ruudk, @remicollet, @nick-zh, @arnaud-lb)
173+
174+
## Breaking changes
175+
- Added tentative return types in PHP 8.1 builds
176+
</notes>
177+
</release>
161178
<release>
162179
<date>2021-11-19</date>
163180
<time>14:00:00</time>

php_rdkafka.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PHP_METHOD(RdKafka, __construct);
4343
extern zend_module_entry rdkafka_module_entry;
4444
#define phpext_rdkafka_ptr &rdkafka_module_entry
4545

46-
#define PHP_RDKAFKA_VERSION "6.0.0RC1"
46+
#define PHP_RDKAFKA_VERSION "6.0.0RC2"
4747

4848
extern zend_object_handlers kafka_default_object_handlers;
4949
extern zend_class_entry * ce_kafka_exception;

0 commit comments

Comments
 (0)