-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.15.0-rc-1],[[email protected]],[protobuf]) | ||
AC_INIT([Protocol Buffers],[3.15.0-rc-2],[[email protected]],[protobuf]) | ||
|
||
AM_MAINTAINER_MODE([enable]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2021-02-05</date> | ||
<time>14:15:36</time> | ||
<date>2021-02-17</date> | ||
<time>09:10:33</time> | ||
<version> | ||
<release>3.15.0RC1</release> | ||
<release>3.15.0RC2</release> | ||
<api>3.15.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -24,9 +24,9 @@ | |
<notes> | ||
New changes in 3.15.0: | ||
* unregister INI entries and fix invalid read on shutdown (#8042) | ||
* Fix PhpDoc comments for message accessors to include "|null". (#8136) | ||
* Fix PhpDoc comments for message accessors to include "|null". (#8136) | ||
* fix: convert native PHP floats to single precision (#8187) | ||
* Fixed PHP to support field numbers >=2**28. (#8235) | ||
* Fixed PHP to support field numbers >=2**28. (#8235) | ||
* feat: add support for deprecated fields to PHP compiler (#8223) | ||
* Protect against stack overflow if the user derives from Message. (#8248) | ||
* Fixed clone for Message, RepeatedField, and MapField. (#8245) | ||
|
@@ -775,5 +775,20 @@ G A release. | |
<notes> | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>3.15.0RC2</release> | ||
<api>3.15.0</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<date>2021-02-17</date> | ||
<time>09:10:33</time> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license> | ||
<notes> | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ | |
|
||
# Copyright 2007 Google Inc. All Rights Reserved. | ||
|
||
__version__ = '3.15.0rc1' | ||
__version__ = '3.15.0rc2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters