ChangeLog: more updates

This commit is contained in:
Robert Edmonds 2014-03-27 19:34:34 -04:00
parent ab6de80ed1
commit b635119a98

View File

@ -35,6 +35,8 @@ protobuf-c (1.0.0) UNRELEASED
* For embedded submessage fields, merge multiple instances of the same
field, per the protobuf documentation (Issue #91).
* Don't print unpack errors by default.
* Optionally allow running the test suite under valgrind with ./configure
--enable-valgrind-tests. (Based on valgrind-tests.m4 from gnulib.)
@ -43,6 +45,9 @@ protobuf-c (1.0.0) UNRELEASED
* Add doxygen detection and make targets to the build system.
[Nick Galbreath]
* Prevent possible overflow on 64-bit systems (Issue #106).
[ Robert Edmonds ]
* Remove CMake (Issue #87).