aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt24
1 files changed, 18 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c18c6377..5d11940b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+2018-07-27 version 3.6.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
+
+ C++
+ * Introduced workaround for Windows issue with std::atomic and std::once_flag
+ initialization (#4777, #4773).
+
+ PHP
+ * Added compatibility with PHP 7.3 (#4898).
+
+ Ruby
+ * Fixed Ruby crash involving Any encoding (#4718).
+
2018-06-01 version 3.6.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
C++
@@ -90,7 +102,7 @@
Planned Future Changes
* Make C++ implementation C++11 only: we plan to require C++11 to build
protobuf code starting from 3.6.0 release. Please join this github issue:
- https://github.com/google/protobuf/issues/2780 to provide your feedback.
+ https://github.com/protocolbuffers/protobuf/issues/2780 to provide your feedback.
protoc
* Fixed a bug introduced in 3.5.0 and protoc in Windows now accepts non-ascii
@@ -121,7 +133,7 @@
Planned Future Changes
* Make C++ implementation C++11 only: we plan to require C++11 to build
protobuf code starting from 3.6.0 release. Please join this github issue:
- https://github.com/google/protobuf/issues/2780 to provide your feedback.
+ https://github.com/protocolbuffers/protobuf/issues/2780 to provide your feedback.
General
* Unknown fields are now preserved in proto3 for most of the language
@@ -208,14 +220,14 @@
For issues and discussions:
- https://github.com/google/protobuf/issues/272
+ https://github.com/protocolbuffers/protobuf/issues/272
- Make C++ implementation C++11 only: we plan to require C++11 to build
protobuf code starting from 3.5.0 or 3.6.0 release, after unknown fields
semantic changes are finished. Please join this
github issue:
- https://github.com/google/protobuf/issues/2780
+ https://github.com/protocolbuffers/protobuf/issues/2780
to provide your feedback.
@@ -335,14 +347,14 @@
for the timeline and follow up this github issue:
- https://github.com/google/protobuf/issues/272
+ https://github.com/protocolbuffers/protobuf/issues/272
for discussion.
- Make C++ implementation C++11 only: we plan to require C++11 to build
protobuf code starting from 3.4.0 or 3.5.0 release. Please join this
github issue:
- https://github.com/google/protobuf/issues/2780
+ https://github.com/protocolbuffers/protobuf/issues/2780
to provide your feedback.