aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-10-09 11:20:08 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2014-10-09 11:20:08 -0700
commit57b86729f2564a6923dea6518f23ae1ead9b0c04 (patch)
treed0919c381a79333d31671dcc6c5e7d104e710ef9 /CHANGES.txt
parent5ac39f34ae1f12c424a265984b3694c981201ab7 (diff)
downloadprotobuf-57b86729f2564a6923dea6518f23ae1ead9b0c04.tar.gz
protobuf-57b86729f2564a6923dea6518f23ae1ead9b0c04.tar.bz2
protobuf-57b86729f2564a6923dea6518f23ae1ead9b0c04.zip
Update CHANGES.txt for 2.6.1rc1.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 214d8d9f..26d0e5d1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,20 @@
+2014-10-09 version 2.6.1rc1:
+
+ C++
+ * Added atomicops support for Solaris.
+ * Released memory allocated by InitializeDefaultRepeatedFields() and
+ GetEmptyString(). Some memory sanitizers reported them as memory leaks.
+
+ Java
+ * Updated DynamicMessage.setField() to handle repeated enum values
+ correctly.
+ * Fixed a bug that caused NullPointerException to be thrown when
+ converting manually constructed FileDescriptorProto to
+ FileDescriptor.
+
+ Python
+ * Fixed a missing file problem of Python C++ implementation.
+
2014-08-15 version 2.6.0:
General