-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
* Fix NPE during encoding and add regression test for issue 9507. (cherry picked from commit 58e320a) * Implement `respond_to?` in RubyMessage (#9677) All synthetic methods implemented by `method_missing` are now supported by `respond_to?`. Fixes issue #9202. * Fix null pointer exceptions exposed by new regression tests. * Fix clear_ on oneofs so that it is safe to call repeatedly and so that respond_to? does not depend on whether the oneof is currently cleared. * Code cleanup: reenable more tests on JRuby. * Align JRuby behavior with CRuby by throwing a RuntimeError when attempting to assign to a oneof. (cherry picked from commit 8e7f936) * Update protobuf version * Merge pull request #9727 from mlocati/build-packaged-php-extension Fix building packaged PHP extension (cherry picked from commit 7f9901c) * Update protobuf version * Update changelogs for 3.20.1-rc1 Co-authored-by: Jason Lunn <[email protected]> Co-authored-by: Jorg Brown <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ AC_PREREQ(2.59) | |
# In the SVN trunk, the version should always be the next anticipated release | ||
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed | ||
# the size of one file name in the dist tarfile over the 99-char limit.) | ||
AC_INIT([Protocol Buffers],[3.20.0],[[email protected]],[protobuf]) | ||
AC_INIT([Protocol Buffers],[3.20.1-rc-1],[[email protected]],[protobuf]) | ||
|
||
AM_MAINTAINER_MODE([enable]) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2022-03-25</date> | ||
<time>19:17:44</time> | ||
<date>2022-04-05</date> | ||
<time>17:06:47</time> | ||
<version> | ||
<release>3.20.0</release> | ||
<api>3.20.0</api> | ||
<release>3.20.1RC1</release> | ||
<api>3.20.1</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license> | ||
<notes> | ||
|
@@ -1253,5 +1253,20 @@ G A release. | |
<notes> | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>3.20.1RC1</release> | ||
<api>3.20.1</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<date>2022-04-05</date> | ||
<time>17:06:47</time> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license> | ||
<notes> | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
PROTOBUF_VERSION = '3.20.0' | ||
PROTOBUF_VERSION = '3.20.1-rc-1' |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ | |
|
||
# Copyright 2007 Google Inc. All Rights Reserved. | ||
|
||
__version__ = '3.20.0' | ||
__version__ = '3.20.1rc1' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.