BIND 10 trac2546, created. 93eddf78d2db40f314323dc708252c87ed846a48 [2504] Add ChangeLog entry
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 10 09:59:08 UTC 2012
The branch, trac2546 has been created
at 93eddf78d2db40f314323dc708252c87ed846a48 (commit)
- Log -----------------------------------------------------------------
commit 93eddf78d2db40f314323dc708252c87ed846a48
Author: Mukund Sivaraman <muks at isc.org>
Date: Sun Dec 9 19:53:32 2012 +0530
[2504] Add ChangeLog entry
commit 835553eb309d100b062051f7ef18422d2e8e3ae4
Merge: a6b558c cb4d9b0
Author: Mukund Sivaraman <muks at isc.org>
Date: Sun Dec 9 18:33:06 2012 +0530
Merge branch 'master' into trac2504
commit cb4d9b014ea7d80efadfbdbfe2d1ab1dbde68bc1
Author: Marcin Siodelski <marcin at isc.org>
Date: Fri Dec 7 21:36:42 2012 +0100
[master] perfdhcp test creates template files in a local folder.
The test used to create template files in a testdata folder without write
permissions. That caused 'make distcheck' errors. This regression had
been introduced with the ticket #2479. Okayed on jabber.
commit 5c9dba4001ebbb432a7313a91cb3bc7b440bb396
Author: Stephen Morris <stephen at isc.org>
Date: Fri Dec 7 20:25:25 2012 +0000
[master] Remove indirection in defining size of arrays
cppcheck was complaining about what was effectively:
const int A = 6; const int B = A; std::string array[b];
Changing this to
const int B = 6; std::string array[b];
... works
commit 755a3b5fa194d08e883fec5899ac4b7bcdcbfd18
Author: Stephen Morris <stephen at isc.org>
Date: Fri Dec 7 13:42:03 2012 +0000
[master] ChangeLog for trac 2404
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list