Hi Feng, I am using protocol buffer for Java and C# applications. Is there a 2.6.1 version for C#? I checked the latest version for the protobuf-csharp-port project is 2.4.1 and it is in the process of merging to the main protocol buffer v3 project.
My Java application is using 2.6.1, my C# application which uses 2.4.1 is not able to communicate with the Java application. Thanks, Francis On Wednesday, October 22, 2014 at 7:31:04 AM UTC+8, Feng Xiao wrote: > > Hi all, > > I just published Protocol Buffers v2.6.1: > https://github.com/google/protobuf/releases/tag/2.6.1 > > 2014-10-20 version 2.6.1: > > 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 WhichOneof() to work with de-serialized protobuf messages. > * Fixed a missing file problem of Python C++ implementation. > > I'll soon upload it to Maven and pypi for Java and Python respectively. > > Cheers, > Feng > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
