--- - branch: MAIN date: Wed Jun 10 01:31:52 UTC 2015 files: - new: '1.9' old: '1.8' path: pkgsrc/devel/protobuf/Makefile pathrev: pkgsrc/devel/protobuf/Makefile@1.9 type: modified - new: '1.3' old: '1.2' path: pkgsrc/devel/protobuf/PLIST pathrev: pkgsrc/devel/protobuf/PLIST@1.3 type: modified - new: '1.5' old: '1.4' path: pkgsrc/devel/protobuf/distinfo pathrev: pkgsrc/devel/protobuf/distinfo@1.5 type: modified - new: '1.3' old: '1.2' path: pkgsrc/devel/protobuf/patches/patch-gtest_configure pathrev: pkgsrc/devel/protobuf/patches/patch-gtest_configure@1.3 type: modified - new: '1.2' old: '1.1' path: pkgsrc/devel/protobuf/patches/patch-src_google_protobuf_stubs_atomicops.h pathrev: pkgsrc/devel/protobuf/patches/patch-src_google_protobuf_stubs_atomicops.h@1.2 type: modified - new: '1.4' old: '1.3' path: pkgsrc/devel/py-protobuf/Makefile pathrev: pkgsrc/devel/py-protobuf/Makefile@1.4 type: modified - new: '1.2' old: '1.1' path: pkgsrc/devel/py-protobuf/PLIST pathrev: pkgsrc/devel/py-protobuf/PLIST@1.2 type: modified id: 20150610T013152Z.07f2d03019bc07232c3b0f84033e8714b1f7c1b4 log: | Update protobuf to 2.6.1 Changelog: 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. 2014-08-15 version 2.6.0: General * Added oneofs(unions) feature. Fields in the same oneof will share memory and at most one field can be set at the same time. Use the oneof keyword to define a oneof like: message SampleMessage { oneof test_oneof { string name = 4; YourMessage sub_message = 9; } } * Files, services, enums, messages, methods and enum values can be marked as deprecated now. * Added Support for list values, including lists of mesaages, when parsing text-formatted protos in C++ and Java. For example: foo: [1, 2, 3] C++ * Enhanced customization on TestFormat printing. * Added SwapFields() in reflection API to swap a subset of fields. Added SetAllocatedMessage() in reflection API. * Repeated primitive extensions are now packable. The [packed=true] option only affects serializers. Therefore, it is possible to switch a repeated extension field to packed format without breaking backwards-compatibility. * Various speed optimizations. Java * writeTo() method in ByteString can now write a substring to an output stream. Added endWith() method for ByteString. * ByteString and ByteBuffer are now supported in CodedInputStream and CodedOutputStream. * java_generate_equals_and_hash can now be used with the LITE_RUNTIME. Python * A new C++-backed extension module (aka "cpp api v2") that replaces the old ("cpp api v1") one. Much faster than the pure Python code. This one resolves many bugs and is recommended for general use over the pure Python when possible. * Descriptors now have enum_types_by_name and extension_types_by_name dict attributes. * Support for Python 3. module: pkgsrc subject: 'CVS commit: pkgsrc/devel' unixtime: '1433899912' user: wiedi