diff --git a/package.xml b/package.xml index dbbe88d..5219c40 100644 --- a/package.xml +++ b/package.xml @@ -12,11 +12,16 @@ This extension allows php applications to communicate with any Stomp compliant M pierrick@php.net yes - XXXX-XX-XX - 1.0.X1.0.X + 2012-11-18 + 1.0.51.0.5 stablestable PHP License +- Fix memory leak when Stomp can't write the message on the queue. (Pierrick) +- Add a buffer for receipts. (Pierrick) +- Fixed bug #62831 (Stomp module seems not initializing SSL library first). + (Patch by lwhsu at lwhsu dot org) +- Fixed bug #59972 (Message body are not binary safe). (Pierrick) @@ -41,6 +46,8 @@ This extension allows php applications to communicate with any Stomp compliant M + + @@ -74,6 +81,19 @@ This extension allows php applications to communicate with any Stomp compliant M + + 1.0.51.0.5 + stablestable + PHP License + 2012-11-18 + +- Fix memory leak when Stomp can't write the message on the queue. (Pierrick) +- Add a buffer for receipts. (Pierrick) +- Fixed bug #62831 (Stomp module seems not initializing SSL library first). + (Patch by lwhsu at lwhsu dot org) +- Fixed bug #59972 (Message body are not binary safe). (Pierrick) + + 1.0.41.0.4 stablestable