From 0fdda692b79d56fb9bbb54bcf0a83ebcfbe7be2a Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Thu, 5 Mar 2009 03:22:38 +0000 Subject: [PATCH] ... git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@171 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 43315d6..70a4dcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,3 +38,5 @@ member to ProtobufCServiceDescriptor (method_indices_by_name). You will have to run the latest protobuf to generate those structures. + - rename rpc-client's "autoretry" mechanism to "autoreconnect". + - bug fixes using TCP clients with the RPC system.