BIND 10 master, updated. 7e31b4ded3983b1271fec3799798b52c105b140e Add ChangeLog entry after Trac #2571 merge.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jan 21 19:43:34 UTC 2013


The branch, master has been updated
       via  7e31b4ded3983b1271fec3799798b52c105b140e (commit)
      from  525333e187cc4bbbbde288105c9582c1024caa4a (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 7e31b4ded3983b1271fec3799798b52c105b140e
Author: Shane Kerr <shane at isc.org>
Date:   Mon Jan 21 20:43:04 2013 +0100

    Add ChangeLog entry after Trac #2571 merge.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    8 ++++++++
 1 file changed, 8 insertions(+)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index cd627c9..6c64e34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+552.    [bug]       shane
+    Build on Raspberry PI.
+	The main issue was use of char for reading from input streams,
+	which is incorrect, as EOF is returned as an int -1, which would
+	then get cast into a char -1.
+	A number of other minor issues were also fixed.
+	(Trac #2571, git 525333e187cc4bbbbde288105c9582c1024caa4a)
+
 551.    [bug]       shane
 	Kill msgq if we cannot connect to it on startup.
 	When the boss process was unable to connect to the msgq, it would



More information about the bind10-changes mailing list