debian/changelog
changeset 49 62b17372f2d8
parent 48 a9a9b00be37f
--- a/debian/changelog	Tue Jul 12 16:10:03 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,188 +0,0 @@
-nagios-plugin-dns-delegation (0.6) stable; urgency=medium
-
-  * Fix nzf parser for comment lines
-
- -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Tue, 12 Jul 2016 16:09:55 +0200
-
-nagios-plugin-dns-delegation (0.5) stable; urgency=medium
-
-  * real fix for the postinst
-
- -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Thu, 15 Oct 2015 15:09:02 +0200
-
-nagios-plugin-dns-delegation (0.4) stable; urgency=medium
-
-  * fix postinst
-
- -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Thu, 15 Oct 2015 15:01:02 +0200
-
-nagios-plugin-dns-delegation (0.3) stable; urgency=medium
-
-  * added /etc/check_dns-delegation directory:
-
- -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Thu, 22 Jan 2015 15:20:25 +0100
-
-nagios-plugin-dns-delegation (0.2) stable; urgency=medium
-
-  * override file is now /etc/check_dns-delegation:
-  * added postinst script to create the override file
-
- -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Thu, 22 Jan 2015 15:05:40 +0100
-
-nagios-plugin-dns-delegation (0.1) stable; urgency=medium
-
-  * intial framework:
-  * works for NS check: Now we can compare the officially known name
-    servers (from googles public NS service) with the name servers a
-    reference system knows.
-  * added manpage and help:
-  * reference localhost: We use the local host as a reference for the
-    domains in question.
-  * added local: option for named-checkconf -p:
-  * check for AA flag: Make sure that we compare the authoritive answers
-    with the outside worlds view.
-  * fix: skip subdomains of 168.192.in-addr.arpa:
-  * Smart::Comments only if $ENV{DEBUG}:
-  * complete error description:
-  * working on pu for now.: Further testing expected.
-  * more on caching of resolver objects:
-  * serial is compared with reference server too:
-  * updated doc:
-  * more doc:
-  * Serial needs have the aa flag set!:
-  * override works:  Now we read a override file (current default
-    /etc/bind/zones.override) in case our own information about NS is
-    not correct. Useful for these a.pending-verification.joker.com
-    domains.
-  * include the override domains and shuffle: The list of override
-    domains is considered as part of the domains that need to be
-    checked.
-  * Include the override domains into local::  If local: is selected as
-    source of domain names, the override file will be used as an
-    additional source too.
-  * zones.override automatically added to domainlist:  If the local:
-    domainlist is used, the domains containted in the override file are
-    added automatically to the list of domains
-  * [merged]:
-  * moved the code to a perl module:  Now the working parts are in
-    Nagios::Check::DNS::delegation.pm. It's not a package. Just a
-    detached module.
-  * doc added:
-  * Better message if there is no ns server known in public, but the
-    domain:
-  * added check for serial aa: Now we can ask the serial() to request aa
-    answers.
-  * check serial with overrides, not with local server:
-  * local: read from nzf:
-  * changed handling of overrides: No the overrides are considered to be
-    our reference source
-  * nzf does not contain quotations:
-  * better matching for optional quotes:
-  * updated manifest:
-  * all the example files for later reference:
-  * intial framework:
-  * works for NS check: Now we can compare the officially known name
-    servers (from googles public NS service) with the name servers a
-    reference system knows.
-  * added manpage and help:
-  * reference localhost: We use the local host as a reference for the
-    domains in question.
-  * added local: option for named-checkconf -p:
-  * check for AA flag: Make sure that we compare the authoritive answers
-    with the outside worlds view.
-  * fix: skip subdomains of 168.192.in-addr.arpa:
-  * Smart::Comments only if $ENV{DEBUG}:
-  * complete error description:
-  * working on pu for now.: Further testing expected.
-  * more on caching of resolver objects:
-  * serial is compared with reference server too:
-  * updated doc:
-  * more doc:
-  * Serial needs have the aa flag set!:
-  * override works:  Now we read a override file (current default
-    /etc/bind/zones.override) in case our own information about NS is
-    not correct. Useful for these a.pending-verification.joker.com
-    domains.
-  * include the override domains and shuffle: The list of override
-    domains is considered as part of the domains that need to be
-    checked.
-  * Include the override domains into local::  If local: is selected as
-    source of domain names, the override file will be used as an
-    additional source too.
-  * zones.override automatically added to domainlist:  If the local:
-    domainlist is used, the domains containted in the override file are
-    added automatically to the list of domains
-  * [merged]:
-  * moved the code to a perl module:  Now the working parts are in
-    Nagios::Check::DNS::delegation.pm. It's not a package. Just a
-    detached module.
-  * doc added:
-  * Better message if there is no ns server known in public, but the
-    domain:
-  * added check for serial aa: Now we can ask the serial() to request aa
-    answers.
-  * check serial with overrides, not with local server:
-  * local: read from nzf:
-  * changed handling of overrides: No the overrides are considered to be
-    our reference source
-  * nzf does not contain quotations:
-  * better matching for optional quotes:
-  * updated manifest:
-  * all the example files for later reference:
-  * intial framework:
-  * works for NS check: Now we can compare the officially known name
-    servers (from googles public NS service) with the name servers a
-    reference system knows.
-  * added manpage and help:
-  * reference localhost: We use the local host as a reference for the
-    domains in question.
-  * added local: option for named-checkconf -p:
-  * check for AA flag: Make sure that we compare the authoritive answers
-    with the outside worlds view.
-  * fix: skip subdomains of 168.192.in-addr.arpa:
-  * Smart::Comments only if $ENV{DEBUG}:
-  * complete error description:
-  * working on pu for now.: Further testing expected.
-  * more on caching of resolver objects:
-  * serial is compared with reference server too:
-  * updated doc:
-  * more doc:
-  * Serial needs have the aa flag set!:
-  * override works:  Now we read a override file (current default
-    /etc/bind/zones.override) in case our own information about NS is
-    not correct. Useful for these a.pending-verification.joker.com
-    domains.
-  * include the override domains and shuffle: The list of override
-    domains is considered as part of the domains that need to be
-    checked.
-  * Include the override domains into local::  If local: is selected as
-    source of domain names, the override file will be used as an
-    additional source too.
-  * zones.override automatically added to domainlist:  If the local:
-    domainlist is used, the domains containted in the override file are
-    added automatically to the list of domains
-  * [merged]:
-  * moved the code to a perl module:  Now the working parts are in
-    Nagios::Check::DNS::delegation.pm. It's not a package. Just a
-    detached module.
-  * doc added:
-  * Better message if there is no ns server known in public, but the
-    domain:
-  * added check for serial aa: Now we can ask the serial() to request aa
-    answers.
-  * check serial with overrides, not with local server:
-  * local: read from nzf:
-  * changed handling of overrides: No the overrides are considered to be
-    our reference source
-  * nzf does not contain quotations:
-  * better matching for optional quotes:
-  * updated manifest:
-  * all the example files for later reference:
-
- -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Wed, 21 Jan 2015 16:52:31 +0100
-
-nagios-plugin-dns-delegation (0.0) unstable; urgency=low
-
-  * Initial release 
-
- -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>  Mon, 19 Jan 2015 16:13:10 +0100