BIND 10 master, updated. 0e9213727bb177ede9253fa8d0c1e1316487e33b [master] changelog for #1829
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Mar 26 20:42:46 UTC 2012
The branch, master has been updated
via 0e9213727bb177ede9253fa8d0c1e1316487e33b (commit)
from 5e5a33213b60d89e146cd5e47d65f3f9833a9297 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0e9213727bb177ede9253fa8d0c1e1316487e33b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Mar 26 13:42:37 2012 -0700
[master] changelog for #1829
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 3097b64..7c54bf6 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
More information about the bind10-changes
mailing list