Skip to content

Commit

Permalink
3.20.x 202209141109 (protocolbuffers#10570)
Browse files Browse the repository at this point in the history
* Disabling broken mac php tests

* Cherrypick of protocolbuffers#10297

* Update version.json to: 20.3-dev

* Fixing changelog for 3.20.2
  • Loading branch information
mkruskal-google authored Sep 14, 2022
1 parent 820f83b commit 9bf54e4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
2022-09-13 version 20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby)

2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby)

C++
* Reduce memory consumption of MessageSet parsing

2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)

Expand Down
6 changes: 3 additions & 3 deletions php/ext/google/protobuf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<summary>Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.</summary>
<description>https://developers.google.com/protocol-buffers/</description>
<lead>
<name>Bo Yang</name>
<user>stanleycheung</user>
<email>protobuf-opensource@google.com</email>
<name>Protobuf Team</name>
<user>protobufpackages</user>
<email>protobuf-packages@google.com</email>
<active>yes</active>
</lead>
<date>2022-09-13</date>
Expand Down
20 changes: 10 additions & 10 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"3.20.x": {
"protoc_version": "20.2",
"protoc_version": "20.3-dev",
"lts": false,
"date": "2022-09-13",
"date": "2022-09-14",
"languages": {
"cpp": "3.20.2",
"csharp": "3.20.2",
"java": "3.20.2",
"javascript": "3.20.2",
"objectivec": "3.20.2",
"php": "3.20.2",
"python": "3.20.2",
"ruby": "3.20.2"
"cpp": "3.20.3-dev",
"csharp": "3.20.3-dev",
"java": "3.20.3-dev",
"javascript": "3.20.3-dev",
"objectivec": "3.20.3-dev",
"php": "3.20.3-dev",
"python": "3.20.3-dev",
"ruby": "3.20.3-dev"
}
}
}

0 comments on commit 9bf54e4

Please sign in to comment.