From: JINMEI Tatuya Date: Mon, 26 Mar 2012 20:42:37 +0000 (-0700) Subject: [master] changelog for #1829 X-Git-Tag: trac2351_base~226^2~116^2~92^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e9213727bb177ede9253fa8d0c1e1316487e33b;p=thirdparty%2Fkea.git [master] changelog for #1829 --- diff --git a/ChangeLog b/ChangeLog index 3097b6415d..7c54bf6e18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +410. [bug] jinmei + Python CC library now ensures write operations transmit all given + data (unless an error happens). Previously it didn't check the + size of transmitted data, which could result in partial write on + some systems (notably on OpenBSD) and subsequently cause system + hang up or other broken state. This fix specifically solves start + up failure on OpenBSD. + (Trac #1829, git 5e5a33213b60d89e146cd5e47d65f3f9833a9297) + 409. [bug] jelte Fixed a parser bug in bindctl that could make bindctl crash. Also improved 'command help' output; argument order is now shown