From 6f0237a6c6f2866ceedbb4d114a1c1f34b4e7a91 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Mon, 13 Jan 2014 21:51:14 -0500 Subject: [PATCH] ChangeLog: the entries about the rpc code have been moved to protobuf-c-rpc's ChangeLog --- ChangeLog | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 026e944..89fe7c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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).