Commit b635119a authored by Robert Edmonds's avatar Robert Edmonds

ChangeLog: more updates

parent ab6de80e
...@@ -35,6 +35,8 @@ protobuf-c (1.0.0) UNRELEASED ...@@ -35,6 +35,8 @@ protobuf-c (1.0.0) UNRELEASED
* For embedded submessage fields, merge multiple instances of the same * For embedded submessage fields, merge multiple instances of the same
field, per the protobuf documentation (Issue #91). field, per the protobuf documentation (Issue #91).
* Don't print unpack errors by default.
* Optionally allow running the test suite under valgrind with ./configure * Optionally allow running the test suite under valgrind with ./configure
--enable-valgrind-tests. (Based on valgrind-tests.m4 from gnulib.) --enable-valgrind-tests. (Based on valgrind-tests.m4 from gnulib.)
...@@ -43,6 +45,9 @@ protobuf-c (1.0.0) UNRELEASED ...@@ -43,6 +45,9 @@ protobuf-c (1.0.0) UNRELEASED
* Add doxygen detection and make targets to the build system. * Add doxygen detection and make targets to the build system.
[Nick Galbreath]
* Prevent possible overflow on 64-bit systems (Issue #106).
[ Robert Edmonds ] [ Robert Edmonds ]
* Remove CMake (Issue #87). * Remove CMake (Issue #87).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment