Explorar o código

Update CHANGES.txt for 2.6.1rc1.

Feng Xiao %!s(int64=11) %!d(string=hai) anos
pai
achega
57b86729f2
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  1. 17 0
      CHANGES.txt

+ 17 - 0
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