ChangeLog: the entries about the rpc code have been moved to protobuf-c-rpc's ChangeLog

This commit is contained in:
Robert Edmonds 2014-01-13 21:51:14 -05:00
parent caff46e1f6
commit 6f0237a6c6

View File

@ -9,12 +9,6 @@ protobuf-c (0.16) UNRELEASED
* Add protobuf_c_message_check().
* Add protobuf_c_rpc_server_configure_threading().
* Bugs in dsk-dispatch (Issue #65 for one thing; POLLHUP for another; and
a problem where we moved fd_map into a local variable, when in fact in
can be reallocated all over the place, in dsk_dispatch_dispatch()).
* Compile error in packing 64-bit versions on some platforms
(srobbins99: Issue #68 Comment 1).
@ -38,14 +32,6 @@ protobuf-c (0.16) UNRELEASED
* Add protobuf-c version to protoc-c --version output (Issue #52).
* rpc: Rename AF_LOCAL to AF_UNIX (Issue #86, #100).
* rpc: Handle server responses with NULL messages on the client side
(Issue #78).
* rpc: Free the timer created by autoreconnect in case the client has
failed to connect (Issue #70).
* For embedded submessage fields, merge multiple instances of the same
field, per the protobuf documentation (Issue #91).