BIND 10 trac2559, created. 8d8605b657d5e554f0c496143fe1a3b3cb8d3ea8 [master] Merge branch 'trac2327' (DHCPv6 lease expiration)

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 19 12:13:23 UTC 2012


The branch, trac2559 has been created
        at  8d8605b657d5e554f0c496143fe1a3b3cb8d3ea8 (commit)

- Log -----------------------------------------------------------------
commit 8d8605b657d5e554f0c496143fe1a3b3cb8d3ea8
Merge: ff7903d 62a2385
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Wed Dec 19 12:29:34 2012 +0100

    [master] Merge branch 'trac2327' (DHCPv6 lease expiration)
    
    Conflicts:
    	ChangeLog
    	src/lib/dhcpsrv/alloc_engine.cc

commit ff7903d22a1cc553ff22f9a6047e590f14c7dd32
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Dec 19 11:36:33 2012 +0100

    [master] Update Changelog for merge of #2380

commit 689b015753a9e219bc90af0a0b818ada26cc5968
Merge: ddd815e 0b4fca9
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Dec 19 11:14:39 2012 +0100

    [master] Merge branch 'trac2380merge2'

commit 0b4fca9e95537b24fa5a7412c998d424e6f567a5
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 23:41:01 2012 -0800

    [2380] another missing CLEANFILE

commit 364716d15dc738cea57c0698e99ed8692ead0c9b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 22:48:36 2012 -0800

    [2380] reordered log messages

commit 824581101796ab6aa13ce856f778d00ccb710345
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 22:42:09 2012 -0800

    [2380] additional env setup to make distcheck pass

commit 3b4124f6899a8d45195e03c319252b324f14c3c9
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 22:41:28 2012 -0800

    [2380] make sure __pycache__/ will be cleaned up.
    
    this is necessary for distcheck.

commit 8ee51ea2b44d0c9704809d84a55c2401cfe39853
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 21:15:47 2012 -0800

    [2380] make sure to call isc.util.process.rename()

commit fee6f278985f5112cb4d3601bb4c7287930d27ec
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 17:37:02 2012 -0800

    [2380] logged before updating an existing zone.
    
    it can take time without any feedback while deleting old zone data,
    so it's probably better to note that explicitly.

commit 7740087adf45a16b1681e69a41bcb09ca590c3b1
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 14:54:41 2012 -0800

    [2380] removed a garbage line

commit 70e63e4b4fb5544ca2c8b9ced0100dd73712e847
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 13:41:14 2012 -0800

    [2380] grammar fix in a comment line.

commit c9d7464aee7f2392305d6f7ea24a318a9b0b8523
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 13:40:02 2012 -0800

    [2380] fixed a typo in log message.

commit 619c53ae796b76c30bd758095c723bc9835c13c4
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 13:10:43 2012 -0800

    [2380] removed isc.datasrc.master.py and its tests. now no need for them.

commit f91f820e5615292888269a06b502374f3857aa39
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 13:08:49 2012 -0800

    [2380] removed old loadzone source

commit 37cc046b9fc52e7e01e903fb821548f3cec0f2f3
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 11:08:24 2012 -0800

    [2380] make sure the new origin for $INCLUDE doesn't change post-include.
    
    this seems to be the actual intent of the RFC, and it's compatible with
    BIND 9, too.  This fix will resolve the remaining regression for the
    old loadzone tests.

commit a51b040470e32b6e30447a605f25dd2977a5476e
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 10:51:05 2012 -0800

    [2380] removed loadzone/tests/error completely.
    
    see the log for the previous commit for the rationale.

commit 2b23275bd5730b146658e3bb1f426a815030694a
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 18 10:35:10 2012 -0800

    [2380] replaced old loadzone with the new one.
    
    test parameters were adjusted accordingly.
    there are some non trivial adjustments needed for the 'correct' test
    cases for the original loadzone:
    - completing the origin for some RDATA paramaeters (NS, SOA) does not
      work yet until we complete the RDATA support.  At the moment
      I made them FQDNs with comments
    - a few TXT data were actually incorrect in the original tests, which
      caused a seeming regression.  I fixed the test data.
    - there was one real bug in the $INCLUDE + origin support.  I'll go
      fix it; right now it fails
    
    The 'error' test cases for the original loadzone also fail, but overall
    the intended behavior looked preserved.  Fixing the tests to make it pass
    seems to be quite difficult (because log output are different, and
    the new loadzone ng is more verbose), so I plan to simply remove these
    tests.

commit 6aa012341cc32ff61e67d82960aeaa07ce352fa6
Merge: ddd815e 07a0de0
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Dec 19 10:40:01 2012 +0100

    [2380merge2] Merge branch 'trac2380' into trac2380merge2

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



More information about the bind10-changes mailing list