From 4af01611677a80a94ad99a5202027b0da3cbfa02 Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Wed, 26 May 2010 01:27:39 +0000 Subject: [PATCH] Mention recent bug fix. git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@236 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ff6d987..249e3f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ - build fix (missing dependency in test directory) - add generation / installation of pkg-config files. (Bobby Powers) - support for packed repeated fields (Dave Benson) + - bug in dsk_dispatch_close_fd(), which usually only + showed up in later function calls. 0.13: - Fix for when the number of connections gets too great in RPC.