Mention recent bug fix.

git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@236 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
lahiker42 2010-05-26 01:27:39 +00:00
parent aa8adec266
commit 4af0161167

View File

@ -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.