From 539f477cd03db1ac173bcb5257da136283e57849 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 2 Sep 2005 04:57:15 +0000 Subject: [PATCH] change numbers --- CHANGES | 88 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/CHANGES b/CHANGES index bb12ace9cc..e550400708 100644 --- a/CHANGES +++ b/CHANGES @@ -1,135 +1,135 @@ -1921. [port] aix: atomic locking for powerpc. [RT #15020] +1912. [port] aix: atomic locking for powerpc. [RT #15020] -1920. [bug] Update windows socket code. [RT #14965] +1911. [bug] Update windows socket code. [RT #14965] -1919. [bug] dig's +sigchase code overhauled. [RT #14933] +1910. [bug] dig's +sigchase code overhauled. [RT #14933] -1918. [bug] The DLV code has been re-worked to make no longer +1909. [bug] The DLV code has been re-worked to make no longer query order sensitive. [RT #14933] -1917. [func] dig now warns if 'RA' is not set in the answer when +1908. [func] dig now warns if 'RA' is not set in the answer when 'RD' was set in the query. host/nslookup skip servers that fail to set 'RA' when 'RD' is set unless a server is explicitly set. [RT #15005] -1916. [func] host/nslookup now continue (default)/fail on SERVFAIL. +1907. [func] host/nslookup now continue (default)/fail on SERVFAIL. [RT #15006] -1915. [func] dig now has a '-q queryname' and '+showsearch' options. +1906. [func] dig now has a '-q queryname' and '+showsearch' options. [RT #15034] -1914. [bug] Strings returned from cfg_obj_asstring() should be +1905. [bug] Strings returned from cfg_obj_asstring() should be treated as read-only. The prototype for cfg_obj_asstring() has been updated to reflect this. [RT #15256] -1913. [func] Automatic empty zone creation for D.F.IP6.ARPA and +1904. [func] Automatic empty zone creation for D.F.IP6.ARPA and friends. Note: RFC 1918 zones are not yet covered by this but are likely to be in a future release. New options: empty-server, empty-contact, empty-zones-enable and disable-empty-zone. -1912. [func] ISC string copy API. +1903. [func] ISC string copy API. -1911. [func] Attempt to make the amount of work performed in a +1902. [func] Attempt to make the amount of work performed in a iteration self tuning. The covers nodes clean from the cache per iteration, nodes written to disk when rewriting a master file and nodes destroyed per iteration when destroying a zone or a cache. [RT #14996] -1910. [cleanup] Don't add DNSKEY records to the additional section. +1901. [cleanup] Don't add DNSKEY records to the additional section. -1909. [bug] ixfr-from-differences failed to ensure that the +1900. [bug] ixfr-from-differences failed to ensure that the serial number increased. [RT #15036] -1908. [func] named-checkconf now validates update-policy entries. +1899. [func] named-checkconf now validates update-policy entries. [RT #14963] -1907. [bug] Extend ISC_SOCKADDR_FORMATSIZE and +1898. [bug] Extend ISC_SOCKADDR_FORMATSIZE and ISC_NETADDR_FORMATSIZE to allow for scope details. -1906. [func] x86 and x86_64 now have seperate atomic locking +1897. [func] x86 and x86_64 now have seperate atomic locking implementations. -1905. [bug] Recursive clients soft quota support wasn't working +1896. [bug] Recursive clients soft quota support wasn't working as expected. [RT #15103] -1904. [bug] A escaped character is, potentially, converted to +1895. [bug] A escaped character is, potentially, converted to the output character set too early. [RT #14666] -1903. [doc] Review ARM for BIND 9.4. +1894. [doc] Review ARM for BIND 9.4. -1902. [port] Use uintptr_t if available. [RT #14606] +1893. [port] Use uintptr_t if available. [RT #14606] -1901. [func] Support for SPF rdata type. [RT #15033] +1892. [func] Support for SPF rdata type. [RT #15033] -1900. [port] freebsd: pthread_mutex_init can fail if it runs out +1891. [port] freebsd: pthread_mutex_init can fail if it runs out of memory. [RT #14995] -1899. [func] Raise the UDP recieve buffer size to 32k if it is +1890. [func] Raise the UDP recieve buffer size to 32k if it is less than 32k. [RT #14953] -1898. [port] sunos: non blocking i/o support. [RT #14951] +1889. [port] sunos: non blocking i/o support. [RT #14951] -1897. [func] Support for IPSECKEY rdata type. [RT #14967] +1888. [func] Support for IPSECKEY rdata type. [RT #14967] -1896. [bug] The cache could delete expired records too fast for +1887. [bug] The cache could delete expired records too fast for clients with a virtual time in the past. [RT #14991] -1895. [bug] fctx_create() could return success even though it +1886. [bug] fctx_create() could return success even though it failed. [RT #14993] -1894. [func] dig: report the number of extra bytes still left in +1885. [func] dig: report the number of extra bytes still left in the packet after processing all the records. -1893. [cleanup] dighost.c: move external declarations into . +1884. [cleanup] dighost.c: move external declarations into . -1892. [bug] dnssec-signzone, dnssec-keygen: handle negative debug +1883. [bug] dnssec-signzone, dnssec-keygen: handle negative debug levels. [RT #14962] -1891. [func] Limit the number of recursive clients that can be +1882. [func] Limit the number of recursive clients that can be waiting for a single query () to resolve. New options clients-per-query and max-clients-per-query. -1890. [func] Add a system test for named-checkconf. [RT #14931] +1881. [func] Add a system test for named-checkconf. [RT #14931] -1889. [func] The lame cache is now done on a +1880. [func] The lame cache is now done on a basis as some servers only appear to be lame for certain query types. [RT #14916] -1888. [func] "USE INTERNAL MALLOC" is now runtime selectable. +1879. [func] "USE INTERNAL MALLOC" is now runtime selectable. [RT #14892] -1887. [func] Detect duplicates of UDP queries we are recursing on +1878. [func] Detect duplicates of UDP queries we are recursing on and drop them. New stats category "duplicates". [RT #2471] -1886. [bug] Fix unreasonably low quantum on call to +1877. [bug] Fix unreasonably low quantum on call to dns_rbt_destroy2(). Remove unnecessay unhash_node() call. [RT #14919] -1885. [func] Additional memory debugging support to track size +1876. [func] Additional memory debugging support to track size and mctx arguements. [RT #14814] -1884. [bug] process_dhtkey() was using the wrong memory context +1875. [bug] process_dhtkey() was using the wrong memory context to free some memory. [RT #14890] -1883. [port] sunos: portability fixes. [RT #14814] +1874. [port] sunos: portability fixes. [RT #14814] -1882. [port] win32: isc__errno2result() now reports its caller. +1873. [port] win32: isc__errno2result() now reports its caller. [RT #13753] -1881. [port] win32: Handle ERROR_NETNAME_DELETED. [RT #13753] +1872. [port] win32: Handle ERROR_NETNAME_DELETED. [RT #13753] -1880. [placeholder] +1871. [placeholder] -1879. [func] Added framework for handling multiple EDNS versions. +1870. [func] Added framework for handling multiple EDNS versions. [RT #14873] -1878. [func] dig can now specify the EDNS version when making +1869. [func] dig can now specify the EDNS version when making a query. [RT #14873] 1868. [func] edns-udp-size can now be overridden on a per