Browse Source

package.xml and Changelog and tag version 2.1.1

Rasmus Lerdorf 11 months ago
parent
commit
2873576770
2 changed files with 26 additions and 1 deletions
  1. 7 0
      ChangeLog
  2. 19 1
      package.xml

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+Version 2.1.1
+-------------
+- Compatibility fix - remove ZVAL_NEW_ARR usage
+- add Param to skip exception handling setup in addServer/addServers in GearmanWorker class
+- fix memory leak in GearmanClient::doXXX methods
+- fix some proto and stubs types
+
 Version 2.1.0
 -------------
 - PHP 8.0 support

+ 19 - 1
package.xml

@@ -28,7 +28,7 @@
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
  <notes>
-PHP 8.0.x is now supported
+PHP 8 is now supported
  </notes>
  <contents>
   <dir name="/">
@@ -151,6 +151,24 @@ PHP 8.0.x is now supported
  <extsrcrelease />
  <changelog>
 
+  <release>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <version>
+    <release>2.1.0</release>
+    <api>2.1.0</api>
+   </version>
+   <date>2024-04-02</date>
+   <notes>
+- Compatibility fix - remove ZVAL_NEW_ARR usage
+- add Param to skip exception handling setup in addServer/addServers in GearmanWorker class
+- fix memory leak in GearmanClient::doXXX methods
+- fix some proto and stubs types
+   </notes>
+  </release>
+
   <release>
    <stability>
     <release>stable</release>