BIND 10 trac2298_6, updated. c42b9c162d413eaa48b3389a1a3f1cfbe1ef7aef [2298] assert IOError raising instead of StatsHttpdDataError

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 26 11:37:24 UTC 2012


The branch, trac2298_6 has been updated
  discards  86dbecd97c84dd8b965001487db231033db1f5cf (commit)
  discards  4c1b039ec223a937dde1d3bae2549d6f0616a60e (commit)
  discards  05314a23055883ec715fb0cbffb1fa9e4808ecb6 (commit)
  discards  0a2d2548e05a654957efecb7686fa7f591c4199e (commit)
  discards  7428368c4923db1fa1ca81b5307c5645c89af5e4 (commit)
  discards  f74756dc6d37f63565560d54270ceddbf702a3b8 (commit)
  discards  3c4b62a6e51b998726936597ac59db08909a5e41 (commit)
  discards  746fd5c2f0c1700295b55be2ea1b2dbf33b32889 (commit)
  discards  ab359d1ef9c5bda906d0c31c7d3f65c01a5beabd (commit)
  discards  0e2e8cab10a3443c4585ec7a9237f40c8db5d5ac (commit)
  discards  3cf06ca0431ef5e94ea422ebfbbbc3444f8d3fd6 (commit)
  discards  3968d20562f09ce8437b3106a2a13b38fc4f8a69 (commit)
  discards  ca4dcdbeec1d37b9ce230aa61747af813b51bc13 (commit)
  discards  36ccf2e66d1bf4e746654fbcfabcfb06022a3e13 (commit)
  discards  3dd20b5ebb06782dfcdd1db28a52b6bf54cbeb7b (commit)
  discards  f1cef3c8212e51c209840c3aa0d49365e1ede707 (commit)
  discards  4e1f5f6928935a73e954e80806b32867a100fa46 (commit)
  discards  8fd3d7410e28428a54fa54ad76e11b07e908800c (commit)
  discards  ff27bd04ec752af45c5d105c4a6d997da886fa46 (commit)
  discards  f504c0ebfe8dd33494009202632965b5f09e5073 (commit)
  discards  5d7d2c8fe70ece55cf170d516e0a1073e5a4aa5e (commit)
  discards  68be40009f02722bad7d334bb740e062ba9551af (commit)
  discards  f68097999676e6dade99e610a71948286f8514f4 (commit)
       via  c42b9c162d413eaa48b3389a1a3f1cfbe1ef7aef (commit)
       via  27cb59ce1870680f924d32dd82397e7d831d9b4a (commit)
       via  0c060d2d54e6a971f434915595300cdf8c3c9954 (commit)
       via  5832a0cd28161f4dce7c45fe180b3ba1420e8855 (commit)
       via  d2b740366df5ca292c5d3fc6d66e056474f622ca (commit)
       via  d0065578153639fd67a14b00f2fe6374862c615a (commit)
       via  5d84f9da82735f0a332b318c4a822511c9740fc5 (commit)
       via  1f613e455a3e0a36e14140fad4cf9e728450aa72 (commit)
       via  86a2fcec512329563b01b6daa9759d72be49bf14 (commit)
       via  52794aa6f2168b9e4f1742c5eac09914a0996c76 (commit)
       via  1cf5367294a51d414d5b5e367f8aca4b5a938125 (commit)
       via  a00c610e108ccffbeff043241e0be556c6c8d950 (commit)
       via  3783bbafa77a1e7353d3ba3b316edfd42eda10c1 (commit)
       via  cfda485caf772bcaaee57bd3db5d075c650fa6ee (commit)
       via  547c50fd0124cffc41407eef14d64ac8e8e90803 (commit)
       via  c66a5ed19d0e59d1a53bbabde6cf5f738b4bd304 (commit)
       via  48861bc8e403ec43666bc3f6f9514e1d86cb3705 (commit)
       via  d2b10b3637acd209a7a7fb590e7231de532e731c (commit)
       via  fa4ca44027d533b691ab8b7605fbe273addc4f95 (commit)
       via  54cfa1d0d6ed326d71f6ac9c3721260e0a2a9ce8 (commit)
       via  b577ef19da762afa66a5c39814da5483437980a6 (commit)
       via  ab7c28ff7bcd0cf43a87b39ee8a9ea196585a571 (commit)
       via  a6e4d6f66b7bddb9af363853876110716a97ecca (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (86dbecd97c84dd8b965001487db231033db1f5cf)
            \
             N -- N -- N (c42b9c162d413eaa48b3389a1a3f1cfbe1ef7aef)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 c42b9c162d413eaa48b3389a1a3f1cfbe1ef7aef
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Fri Oct 26 16:16:52 2012 +0900

    [2298] assert IOError raising instead of StatsHttpdDataError

commit 27cb59ce1870680f924d32dd82397e7d831d9b4a
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Oct 15 21:14:46 2012 +0900

    [2298] modify the open_template() method
    
    open_template() throws StatsHttpdDataError instead of IOError when the
    specified file is not found. The parent class catches it and returns a
    404 status code.

commit 0c060d2d54e6a971f434915595300cdf8c3c9954
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Oct 15 21:08:51 2012 +0900

    [2298] append a Last-Modified header
    
    This is because the server tells browsers that the contents are always
    being modified.

commit 5832a0cd28161f4dce7c45fe180b3ba1420e8855
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Oct 15 21:08:09 2012 +0900

    [2298] return a 500 status code when catching any exception

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

Summary of changes:

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



More information about the bind10-changes mailing list