~ubuntu-branches/ubuntu/precise/zonecheck/precise

1.1.7 by Sebastien Delafond
Import upstream version 3.0.3
1
# $Id: ChangeLog,v 1.58 2010/10/05 09:15:33 bortzmeyer Exp $
1.1.6 by Sebastien Delafond
Import upstream version 3.0.2
2
1.1.7 by Sebastien Delafond
Import upstream version 3.0.3
3
2010-10-05 ZoneCheck-3.0.3
4
    * Bug #31169: "Checking fails when the MX is the domain itself and is not yet installed" fixed
5
    * Bug #31163: "non-FQDN NS with FQDN domain" fixed
6
	
1.1.6 by Sebastien Delafond
Import upstream version 3.0.2
7
2010-06-29  ZoneCheck-3.0.2
8
    * input: cgi bug: [""].empty? => false
9
    * zc: change the call of Locale::new to ZoneCheck::Locale::new, so that 
10
      ZoneCheck and ruby-locale can live together
11
    * test: change default severity for chk_soa_coherence and 
12
      chk_soa_master_coherence to warning 
13
14
2010-06-28  ZoneCheck-3.0.1
15
    * input: bug empty DNSKEY field
16
    * zc: bug wrong number of arguments (again)
17
    * debug: store all messages, and print the matching messages if flags change
18
    * zc: add compatibility with ruby 1.9.1
19
    * zc: can be used with either the package dnsruby or the gem dnsruby
20
    * input: change html input files, so that DNSSEC tests are off by default
21
    * test: chk_algorithm now checks all the SOA RRSIG not just the first one
22
    * test: change the error message of chk_algorithm
23
    
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
24
25
2010-06-22  ZoneCheck-3.0.0
26
    * rootservers: add the new IPv6 address for i.root-servers.net
27
    * zc: nameserver name can not be an IP address
28
    * installer: bad interpreter bug fix
29
    * installer: dependency to rubygems-dnsruby >= 1.47 added in spec file
30
31
2010-06-17  ZoneCheck-3.0.0 RC2
32
    * publisher: change error message when an exception is thrown while testing 
33
      the "primary nameserver" in a "coherence test"
34
    * test: chk_edns now ask for ANY with DNSSEC instead of NS
35
    * test: error message bug fix for one_dnskey and has_soa_rrsig
36
    * zc: query_timeout, retyr_times and retry_delay are now read in zc.conf
37
    * debug: wrong number of arguments bug fix for some debug output
38
    * zc: cache mutex lock bug fix
39
    * output: fix the DNSKEY textarea width
40
41
2010-06-15  ZoneCheck-3.0.0 RC1
42
    * test: new tests about DNSSEC (ds_and_dnskey_coherence, one_dnskey,
43
    several_dnskey, has_soa_rrsig, zsk_and_ksk, key_length, soa_rrsig_expiration,
44
    soa_rrsig_validity_period, algorithm, verify_soa_rrsig) (#20334)
45
    * test: new test on edns support (#28694)
46
    * nresolv: replace NResolv by Dnsruby 
47
    * zc: an option make all tests performed with or without edns0 (#29120)
48
    * zc: classes are in module ZoneCheck (#19875)
49
    * input, output: GTK interface removed (#4139)
50
    * input: inetd input removed
51
    * input: add new options (edns, securedelegation) to HTML and CLI
52
    * i18n: add a debug message when language is not found (#28871)
53
    * zc: batch mode option removed (workaround in bug report) (#8474, #30032)
54
      
1.1.4 by Sebastien Delafond
Import upstream version 2.1.1
55
56
2010-05-26  ZoneCheck-2.1.1
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
57
    * publisher: escape http query parameters to prevent XSS attacks (#29967) 
58
    * installer: patch_cgi path typo removed 
1.1.3 by Sebastien Delafond
Import upstream version 2.1.0
59
60
2010-02-12  ZoneCheck-2.1.0
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
61
    * nresolv: zonecheck ask for a type A and AAAA instead of ANY
62
      in order to have ip adresses of nameservers (#13035)
63
    * test: fixed bug in serial number test (#28470)
64
    * test: ZoneCheck does not warn against IDN names anymore (#7816)
65
    * test: fixed bug with -obh option (#13227,#16194,#16195)
66
    * test: fixed compliance with SMTP request (#22925)
67
    * test: change ICMP TTL/Opcount to 64 (#28761)
68
    * test: added a timeout on SMTP request (#15228)
69
    * test: fixed bug in soa_coherence (#16317)
70
    * test: fixed bug in ns_sntx (#18889)
71
    * l10n: removed typos (#10339,#21018,#22362)
72
73
2008-10-29  ZoneCheck-2.0.8
74
    * config: updated afnic profile
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
75
1.1.1 by Sebastien Delafond
Import upstream version 2.0.4
76
2004-05-??  ZoneCheck-2.0.4
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
77
    * l10n: removed typos
78
    * test: added details for 'ns_ip'
79
    * nresolv: fixed bug in getaddress
80
1.1.1 by Sebastien Delafond
Import upstream version 2.0.4
81
2004-03-08  ZoneCheck-2.0.3
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
82
    * dbg: fixed debuging output for nresolv
83
    * dbg: added smtp transaction as debuging information for mail
84
    * doc: fixed apache configuration example
85
    * zc: fixed locale interpretation
86
    * zc: added control on IP stack detection (ZC_IP_STACK)
87
    * zc: added environment variable to control config parameter
88
    * install: WWWDIR option allows changing static web page directory
89
    * nresolv: UDP retry a little less aggressive
90
    * publisher: option 'nojavascript' and 'ihtml' for html
91
    * misc: B rootserver IP addresse changed
92
    * config: fixed profile selection
93
    * html: use of option group for the profile selection
94
    * test: follow cname chain when checking for reverse
95
1.1.1 by Sebastien Delafond
Import upstream version 2.0.4
96
2004-01-20  ZoneCheck-2.0.2
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
97
    * test: fixed bugs in mail_delivery_{postmaster,hostmaster}
98
    * zc: fixed bugs in XML parsing
99
    * zc: fixed --INPUT not working in some cases
100
    * test: only the default profile is enabled in the configuration file
101
    * input: gtk interface is still partially broken
102
    * input: fixed frozen object in cli
103
1.1.1 by Sebastien Delafond
Import upstream version 2.0.4
104
2004-01-05  ZoneCheck-2.0.1
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
105
    * test: preeval doesn't report fatal error anymore
106
    * locale: removed wrong explanation for ping (french)
107
    * zc: automatically use ruby-libxml implementation if available
108
    * zc: fixed handling of preset
109
    * test: all_same_asn test activated in the default profile
110
    * publisher: removed right-click menu for html pages
111
    * test: added details for mx_cname test
112
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
113
2003-12-01  ZoneCheck-2.0.0
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
114
    * publisher: protect quote in javascript string
115
    * test: re. use the same profile as fr.
116
    * zc: renamed profile fr to afnic
117
    * test: improved ip_bogon to handle NXDOMAIN responses
118
    * test: tcp connectivity has an 8 seconds timeout
119
    * nresolv: fix decoding of TXT records
120
    * test: new test to ensure different AS (chk_all_same_asn)
121
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
122
2003-11-18  ZoneCheck-2.0.0b10
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
123
    * misc: fixed bug in installer
124
    * dbg: added debugging information
125
    * test: added details for email test 
126
    * zc: explanations are formated automatically
127
    * config/msgcat: use of xml file format
128
    * test: soa_{refresh,retry,minimum,expire} are configurable
129
    * test: delegation_udp512* give the exceding size
130
    * publisher: link to the external reference
131
    * zc: added profile selection
132
    * zc: added preset configuration
133
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
134
2003-10-27  ZoneCheck-2.0.0b9
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
135
    * dbg: time the execution of test
136
    * www: form can be submited by pressing enter
137
    * test: fix chk_aaaa test
138
    * cfg: use -n to disable name resolution for ping commande
139
    * test: use of alternative rootserver possible in chk_root_server_*
140
    * test: chk_root_server_* now give detailed information
141
    * test: checking of delegation response size chk_delegation_udp512*
142
    * nresolv: able to encode NS, A, AAAA records
143
    * zc: fixed wrong exit code when 'no stop on fatal' was enabled
144
    * zc: option --resolver is not necessary anymore on windows
145
    * zc: added statistics for web page
146
    * test: check for non recursive server (chk_not_recursive)
147
    * misc: new installation procedure (using ruby only)
148
    * misc: add zonecheck.spec
149
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
150
2003-10-02  ZoneCheck-2.0.0b8
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
151
    * test: added chk_soa_coherence
152
    * l10n: improved chk_mx_ip description
153
    * etc: deal with ip6.int as with arpa
154
    * main: change handling of custom version (no more slave mode)
155
    * main: fixed bug in is_resolvable?
156
    * test: reduced timeout on tcp for mail connection
157
    * test: more in depth check of tcp connection (chk_tcp)
158
    * mail: fixed open relay detection
159
    * test: catch connection refused in chk_udp
160
    * test: aaaa query behaviour
161
    * test: fixed bug in chk_given_nsprim_vs_soa
162
    * nresolv: added code for handling lost of tcp connection
163
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
164
2003-09-01  ZoneCheck-2.0.0b7
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
165
    * i18n/l10n: better handling of locale (and encoding)
166
    * input: added inetd mode
167
    * doc: man page for zonecheck cli
168
    * doc: general documentation has been sligthy completed
169
    * all: minor bug fixes
170
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
171
2003-08-11  ZoneCheck-2.0.0b6
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
172
    * input: removed excessive sanity check for input parameter
173
    * all: changed strings "" to '' when possible
174
    * dbg: improved debugging facility (multiline, lazy evaluation)
175
    * publisher: 'fatalonly' flag to only print fatal errors
176
    * test: added dbgmsg to ease login of messages during test execution
177
    * test: correct 'chk_recursive' test
178
    * msgcat: reload method cleanup
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
179
180
2003-04-29  Stephane D'Alu  <sdalu@nic.fr>
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
181
    * all: GPL version fixed to v2
182
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
183
2003-04-28  Stephane D'Alu  <sdalu@nic.fr>
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
184
    * report: now provide 'byseverity' and 'byhost'
185
    * report: can generate the list of successful tests
186
    * publisher: able to report 'testname'
187
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
188
2003-03-21  Stephane D'Alu  <sdalu@nic.fr>
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
189
    * test: added chk_mail_hostmaster_mx_cname
190
    * zc: IPv4 stack detection
191
    * i18n/10n: french translation of web pages
192
    * nresolv: skip unknown dns record
193
1 by Stephane Bortzmeyer
Import upstream version 2.0.3
194
2003-03-18  Stephane D'Alu  <sdalu@nic.fr>
1.1.5 by Sebastien Delafond
Import upstream version 3.0.0
195
    * i18n/l10n: UTF-8 output support, locale in UTF8