Skip to content

Commit df126f5

Browse files
committed
prepare for 2.0.2
1 parent e181560 commit df126f5

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

package.xml

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,19 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2016-03-01</date>
20-
<time>11:15:00</time>
19+
<date>2016-12-07</date>
20+
<time>12:15:00</time>
2121
<version>
22-
<release>2.0.1</release>
23-
<api>2.0.1</api>
22+
<release>2.0.2</release>
23+
<api>2.0.2</api>
2424
</version>
2525
<stability>
26-
<release>beta</release>
27-
<api>beta</api>
26+
<release>stable</release>
27+
<api>stable</api>
2828
</stability>
2929
<license filesource="LICENSE">New BSD</license>
3030
<notes>
31-
- Fixed issue #82 (Check hash protection flag to avoid memory corruption)
32-
- Fixed Issue #80 (Serialized failed on unseted value)
33-
- When packing/unpacking a zend_object don't call magic methods __set/__get
31+
- Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
3432
</notes>
3533
<contents>
3634
<dir name="/">
@@ -191,6 +189,22 @@
191189
<providesextension>msgpack</providesextension>
192190
<extsrcrelease />
193191
<changelog>
192+
<release>
193+
<date>2016-12-07</date>
194+
<version>
195+
<release>2.0.2</release>
196+
<api>2.0.2</api>
197+
</version>
198+
<stability>
199+
<release>stable</release>
200+
<api>stable</api>
201+
</stability>
202+
<license uri="http://www.php.net/license">PHP License</license>
203+
<notes>
204+
- Fixed issue #104 (PHP7.1 build:Use own definition of msgpack_unserialize_data_t)
205+
</notes>
206+
</release>
207+
194208
<release>
195209
<date>2016-03-01</date>
196210
<version>
@@ -208,7 +222,6 @@
208222
- When packing/unpacking a zend_object don't call magic methods __set/__get
209223
</notes>
210224
</release>
211-
212225
<release>
213226
<date>2015-10-27</date>
214227
<version>

php_msgpack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "Zend/zend_smart_str.h" /* for smart_string */
55

6-
#define PHP_MSGPACK_VERSION "2.0.2-dev"
6+
#define PHP_MSGPACK_VERSION "2.0.2"
77

88
extern zend_module_entry msgpack_module_entry;
99
#define phpext_msgpack_ptr &msgpack_module_entry

0 commit comments

Comments
 (0)