Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 29, 2014
1 parent 33770c4 commit d02a486
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 9 deletions.
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
1.2.1 2014-08-29
========
* Compatible with PHP 5.2 - 5.6

1.2.0 2014-08-28
========
* PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ Features
- Data portability between platforms (32/64bit, endianess)
- Tested on Linux amd64, Linux ARM, Mac OSX x86, HP-UX PA-RISC and NetBSD sparc64
- Hooks up to APC opcode cache as a serialization handler (APC 3.1.7+)
- Compatible with PHP 5.2 and 5.3
- Compatible with PHP 5.2 – 5.6

Implementation details
----------------------
Expand Down
2 changes: 1 addition & 1 deletion igbinary.h
Expand Up @@ -30,7 +30,7 @@
# define IGBINARY_API /* nothing special */
#endif

#define IGBINARY_VERSION "1.1.2-dev"
#define IGBINARY_VERSION "1.2.1"

/** Struct that contains pointers to memory allocation and deallocation functions.
* @see igbinary_serialize_data
Expand Down
46 changes: 39 additions & 7 deletions package2.xml
Expand Up @@ -25,10 +25,10 @@
<email>teddy.pecl@luuseri.com</email>
<active>yes</active>
</lead>
<date>2014-08-28</date>
<time>08:00:00</time>
<date>2014-08-29</date>
<time>09:00:00</time>
<version>
<release>1.2.0</release>
<release>1.2.1</release>
<api>1.1.1</api>
</version>
<stability>
Expand All @@ -37,9 +37,7 @@
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">New BSD</license>
<notes>
- PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE
- PHP bug #54662, unserializing nested objects cause crash
- Other fixes
- Compatible with PHP 5.2 - 5.6
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -115,7 +113,7 @@
<dependencies>
<required>
<php>
<min>5.4.0</min>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
Expand All @@ -125,6 +123,40 @@
<providesextension>igbinary</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-08-29</date>
<time>09:00:00</time>
<version>
<release>1.2.1</release>
<api>1.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">New BSD</license>
<notes>
- Compatible with PHP 5.2 - 5.6
</notes>
</release>
<release>
<date>2014-08-29</date>
<time>08:00:00</time>
<version>
<release>1.2.0</release>
<api>1.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/igbinary/igbinary/blob/master/COPYING">New BSD</license>
<notes>
- PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE
- PHP bug #54662, unserializing nested objects cause crash
- Other fixes
</notes>
</release>
<release>
<date>2011-03-14</date>
<time>12:32:48</time>
Expand Down

0 comments on commit d02a486

Please sign in to comment.