Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8260126

Browse filesBrowse files
committed
Update protobuf version
1 parent c741c46 commit 8260126
Copy full SHA for 8260126

File tree

Expand file treeCollapse file tree

18 files changed

+37
-22
lines changed
Filter options
Expand file treeCollapse file tree

18 files changed

+37
-22
lines changed

‎Protobuf-C++.podspec

Copy file name to clipboardExpand all lines: Protobuf-C++.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Protobuf-C++'
3-
s.version = '3.15.0-rc1'
3+
s.version = '3.15.0-rc2'
44
s.summary = 'Protocol Buffers v3 runtime library for C++.'
55
s.homepage = 'https://github.com/google/protobuf'
66
s.license = '3-Clause BSD License'

‎Protobuf.podspec

Copy file name to clipboardExpand all lines: Protobuf.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# dependent projects use the :git notation to refer to the library.
66
Pod::Spec.new do |s|
77
s.name = 'Protobuf'
8-
s.version = '3.15.0-rc1'
8+
s.version = '3.15.0-rc2'
99
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
1010
s.homepage = 'https://github.com/protocolbuffers/protobuf'
1111
s.license = '3-Clause BSD License'

‎configure.ac

Copy file name to clipboardExpand all lines: configure.ac
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AC_PREREQ(2.59)
1717
# In the SVN trunk, the version should always be the next anticipated release
1818
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
1919
# the size of one file name in the dist tarfile over the 99-char limit.)
20-
AC_INIT([Protocol Buffers],[3.15.0-rc-1],[protobuf@googlegroups.com],[protobuf])
20+
AC_INIT([Protocol Buffers],[3.15.0-rc-2],[protobuf@googlegroups.com],[protobuf])
2121

2222
AM_MAINTAINER_MODE([enable])
2323

‎csharp/Google.Protobuf.Tools.nuspec

Copy file name to clipboardExpand all lines: csharp/Google.Protobuf.Tools.nuspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Google Protocol Buffers tools</title>
66
<summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
77
<description>See project site for more info.</description>
8-
<version>3.15.0-rc1</version>
8+
<version>3.15.0-rc2</version>
99
<authors>Google Inc.</authors>
1010
<owners>protobuf-packages</owners>
1111
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>

‎csharp/src/Google.Protobuf/Google.Protobuf.csproj

Copy file name to clipboardExpand all lines: csharp/src/Google.Protobuf/Google.Protobuf.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description>
55
<Copyright>Copyright 2015, Google Inc.</Copyright>
66
<AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
7-
<VersionPrefix>3.15.0-rc1</VersionPrefix>
7+
<VersionPrefix>3.15.0-rc2</VersionPrefix>
88
<!-- C# 7.2 is required for Span/BufferWriter/ReadOnlySequence -->
99
<LangVersion>7.2</LangVersion>
1010
<Authors>Google Inc.</Authors>

‎java/bom/pom.xml

Copy file name to clipboardExpand all lines: java/bom/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-bom</artifactId>
7-
<version>3.15.0-rc-1</version>
7+
<version>3.15.0-rc-2</version>
88
<packaging>pom</packaging>
99

1010
<name>Protocol Buffers [BOM]</name>

‎java/core/pom.xml

Copy file name to clipboardExpand all lines: java/core/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.15.0-rc-1</version>
7+
<version>3.15.0-rc-2</version>
88
</parent>
99

1010
<artifactId>protobuf-java</artifactId>

‎java/lite/pom.xml

Copy file name to clipboardExpand all lines: java/lite/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.15.0-rc-1</version>
7+
<version>3.15.0-rc-2</version>
88
</parent>
99

1010
<artifactId>protobuf-javalite</artifactId>

‎java/pom.xml

Copy file name to clipboardExpand all lines: java/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.15.0-rc-1</version>
7+
<version>3.15.0-rc-2</version>
88
<packaging>pom</packaging>
99

1010
<name>Protocol Buffers [Parent]</name>

‎java/util/pom.xml

Copy file name to clipboardExpand all lines: java/util/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.protobuf</groupId>
66
<artifactId>protobuf-parent</artifactId>
7-
<version>3.15.0-rc-1</version>
7+
<version>3.15.0-rc-2</version>
88
</parent>
99

1010
<artifactId>protobuf-java-util</artifactId>

‎js/package.json

Copy file name to clipboardExpand all lines: js/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-protobuf",
3-
"version": "3.15.0-rc.1",
3+
"version": "3.15.0-rc.2",
44
"description": "Protocol Buffers for JavaScript",
55
"main": "google-protobuf.js",
66
"files": [

‎php/ext/google/protobuf/package.xml

Copy file name to clipboardExpand all lines: php/ext/google/protobuf/package.xml
+20-5Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<email>protobuf-opensource@google.com</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2021-02-05</date>
14-
<time>14:15:36</time>
13+
<date>2021-02-17</date>
14+
<time>09:10:33</time>
1515
<version>
16-
<release>3.15.0RC1</release>
16+
<release>3.15.0RC2</release>
1717
<api>3.15.0</api>
1818
</version>
1919
<stability>
@@ -24,9 +24,9 @@
2424
<notes>
2525
New changes in 3.15.0:
2626
* unregister INI entries and fix invalid read on shutdown (#8042)
27-
* Fix PhpDoc comments for message accessors to include "|null". (#8136)
27+
* Fix PhpDoc comments for message accessors to include &quot;|null&quot;. (#8136)
2828
* fix: convert native PHP floats to single precision (#8187)
29-
* Fixed PHP to support field numbers >=2**28. (#8235)
29+
* Fixed PHP to support field numbers &gt;=2**28. (#8235)
3030
* feat: add support for deprecated fields to PHP compiler (#8223)
3131
* Protect against stack overflow if the user derives from Message. (#8248)
3232
* Fixed clone for Message, RepeatedField, and MapField. (#8245)
@@ -775,5 +775,20 @@ G A release.
775775
<notes>
776776
</notes>
777777
</release>
778+
<release>
779+
<version>
780+
<release>3.15.0RC2</release>
781+
<api>3.15.0</api>
782+
</version>
783+
<stability>
784+
<release>beta</release>
785+
<api>beta</api>
786+
</stability>
787+
<date>2021-02-17</date>
788+
<time>09:10:33</time>
789+
<license uri="https://opensource.org/licenses/BSD-3-Clause">3-Clause BSD License</license>
790+
<notes>
791+
</notes>
792+
</release>
778793
</changelog>
779794
</package>

‎php/ext/google/protobuf/protobuf.h

Copy file name to clipboardExpand all lines: php/ext/google/protobuf/protobuf.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_setter, 0, 0, 1)
7676
ZEND_ARG_INFO(0, value)
7777
ZEND_END_ARG_INFO()
7878

79-
#define PHP_PROTOBUF_VERSION "3.15.0RC1"
79+
#define PHP_PROTOBUF_VERSION "3.15.0RC2"
8080

8181
// ptr -> PHP object cache. This is a weak map that caches lazily-created
8282
// wrapper objects around upb types:

‎protoc-artifacts/pom.xml

Copy file name to clipboardExpand all lines: protoc-artifacts/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.google.protobuf</groupId>
1010
<artifactId>protoc</artifactId>
11-
<version>3.15.0-rc-1</version>
11+
<version>3.15.0-rc-2</version>
1212
<packaging>pom</packaging>
1313
<name>Protobuf Compiler</name>
1414
<description>

‎python/google/protobuf/__init__.py

Copy file name to clipboardExpand all lines: python/google/protobuf/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
# Copyright 2007 Google Inc. All Rights Reserved.
3232

33-
__version__ = '3.15.0rc1'
33+
__version__ = '3.15.0rc2'

‎ruby/google-protobuf.gemspec

Copy file name to clipboardExpand all lines: ruby/google-protobuf.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "google-protobuf"
3-
s.version = "3.15.0.rc.1"
3+
s.version = "3.15.0.rc.2"
44
git_tag = "v#{s.version.to_s.sub('.rc.', '-rc')}" # Converts X.Y.Z.rc.N to vX.Y.Z-rcN, used for the git tag
55
s.licenses = ["BSD-3-Clause"]
66
s.summary = "Protocol Buffers"

‎src/google/protobuf/port_def.inc

Copy file name to clipboardExpand all lines: src/google/protobuf/port_def.inc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
#define PROTOBUF_VERSION 3015000
339339
#define PROTOBUF_MIN_HEADER_VERSION_FOR_PROTOC 3015000
340340
#define PROTOBUF_MIN_PROTOC_VERSION 3015000
341-
#define PROTOBUF_VERSION_SUFFIX "-rc1"
341+
#define PROTOBUF_VERSION_SUFFIX "-rc2"
342342

343343
// The minimum library version which works with the current version of the
344344
// headers.

‎src/google/protobuf/stubs/common.h

Copy file name to clipboardExpand all lines: src/google/protobuf/stubs/common.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ namespace internal {
8585
#define GOOGLE_PROTOBUF_VERSION 3015000
8686

8787
// A suffix string for alpha, beta or rc releases. Empty for stable releases.
88-
#define GOOGLE_PROTOBUF_VERSION_SUFFIX "-rc1"
88+
#define GOOGLE_PROTOBUF_VERSION_SUFFIX "-rc2"
8989

9090
// The minimum header version which works with the current version of
9191
// the library. This constant should only be used by protoc's C++ code

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.