Updated CHANGES.txt and PHP release notes for 3.15.5

pull/8383/head
Adam Cozzette 4 years ago
parent b9a036b444
commit 5702d51ec0
  1. 11
      CHANGES.txt
  2. 4
      php/ext/google/protobuf/package.xml

@ -1,3 +1,14 @@
2021-03-04 version 3.15.5 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Ruby
* Fixed quadratic memory use in array append (#8379)
PHP
* Fixed quadratic memory use in array append (#8379)
C++
* Do not disable RTTI by default in the CMake build (#8377)
2021-03-02 version 3.15.4 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Ruby

@ -22,8 +22,8 @@
</stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
<notes>
New changes in 3.15.4:
* read_property() handler is not supposed to return NULL (#8362)
New changes in 3.15.5:
* Fixed quadratic memory use in array append (#8379)
</notes>
<contents>
<dir baseinstalldir="/" name="/">

Loading…
Cancel
Save