Subversion Repositories vgwhois

Rev

Rev 7 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 daniel-mar 1
 
11 daniel-mar 2
VGWhoIs is a fork of gwhois.
7 daniel-mar 3
It was last forked / sync'ed with following gwhois version:
4
- Debian package gwhois 20120626-1.2
5
- GitHub julijane/gwhois commit #4 (f712050 / 30 Nov 2018)
6
 
7
 
11 daniel-mar 8
=== History of VGWhoIs ===
6 daniel-mar 9
 
10
2019-04-29	program		marschall	Removed Debian package code. Distribution now via SVN!
11
						New directory structure strictly separates between gwhois itself ("main") and the maintenance programs ("maintenance")
12
2015-05-06	program		marschall	pattern.d/* will now be preferred.
13
						Last resort (.) is now built-in.
14
						Fixed UTF-8 query input.
15
2014-11-27	pattern		marschall	LARGE REVISION OF THE WHOLE PATTERN FILE
16
						Fixed many, many entries
17
						Split up the pattern file into multiple pattern files.
18
						RIPE now shows e-mail-addresses using "-B" (but they are protected in the newest GWhoIs version!)
19
						Added TEREDO and 6to4 parser
20
						Added ERX records for IPv6 for APNIC
21
						Added ERX records for IPv4 according to the RIR's stats
22
						Added OID records (requires change in the gwhois binary)
23
						Changed all IPv4 and IPv6 allocations to the correct RIR using the pattern generator
24
						Instead of regular expressions for IPv6 addresses, a CIDR is now used (requires change in the gwhois binary)
25
						Added AS-Numbers in a new notation (requires change in the gwhois binary)
26
						Added support to enter IANA TLDs directly without "tld" prefix
27
2014-08-18	program		marschall	UTF-8 output is now unified.
28
2014-04-02	program		marschall	Accepting "refer:" which IANA sends.
29
2013-12-17	program		marschall	Added native OID support. Output will now contain a BOM if whois server did return a UTF-8 string.
30
2013-05-05	program		marschall	*.dpkg-dist wird nun auch ausgeschlossen.
31
2012-05-22	program		marschall	"::::" (multiple+notice) is now not splitted by ":::" pattern
32
						multiple+notice can now be combined. "notice" will output "Additional information" then.
33
2012-05-22	program		marschall	Output of "cgihttps" and "program" is now anti spam filtered, too
34
2012-04-26	program		marschall	"--" is now recognized as command line argument seperator
35
2012-04-25	program		marschall	E-Mail addresses are now anti-spam protected! (Can be disabled with the CLI argument flag -e)
36
						This allows to add "RIPE -B" as default for public services.
37
2012-04-13	program		marschall	Changed all &foo() into foo() .
38
						See: https://www.socialtext.net/perl5/subroutines_called_with_the_ampersand
39
2012-04-01	program		marschall	New pattern available for recognizing ASN number ranges
40
						e.g. *AS:123-456 will match AS123, AS124 ... AS456
41
2012-03-04	program		marschall	Bugfix for IPv6 recognization
42
2012-02-26	program		marschall	IPv6 is now handled with Net::IP::ip_expand_address()
43
2012-01-28	program		marschall	rwhois is now accepted as ReferralServer
44
						GWhoIs::Core::redirectwhois can handle different port than 43
45
2012-01-17	program		marschall	quotemeta() to avoid shell injections (TODO: braucht man eigentlich nicht wegen der ursp. filterung)
46
2012-01-10	program		marschall	<pre> and <textarea> use now GWhoIs::Utils::htmlpre(). GWhoIs::Utils::render_html() optimized.
47
						Uses now STRICT perl code (used "my" everwhere and initialized variables)
48
						No warning at utf8 output, e.g. for cnnic.cn => UTF8 now possible.
49
2012-01-09	program		marschall	Now recognizing "001.2.3.4" as "1.2.3.4" (IPv4 and IPv6)
50
2012-01-07	program		marschall	Now supporting IPv6 subnetting / CIDR
51
2011-06-09	program		marschall	Added "program" method which invokes a script.
52
						IPv4/6 detection: IPv6 needs at least one ":"
53
						-> e.g. "ac" can now be detected as TLD and not as IPv6 anymore.
54
						"To resolve one of the above handles" cannot be empty now.
55
 
56
 
11 daniel-mar 57
=== History of gwhois ===
6 daniel-mar 58
 
59
2017-11-15	release		g.herrmann	gwhois (20120626-1.2) unstable; urgency=medium / gregor herrmann <gregoa@debian.org>  Wed, 2017-11-15 16:44:51 +0100
60
						  * Non-maintainer upload.
61
						  * Fix "please switch Depends from lynx-cur to lynx":
62
						    do as the bug report requests.
63
						    (Closes: #881058)
64
2017-07-15	release		g.herrmann	gwhois (20120626-1.1) unstable; urgency=medium / gregor herrmann <gregoa@debian.org>  Sat, 2017-07-15 01:12:47 +0200
65
						  * Non-maintainer upload.
66
						  * Fix "fails with perl 5.26: The encoding pragma is no longer
67
						    supported at /usr/bin/gwhois line 80.":
68
						    drop 'use encoding' statement.
69
						    (Closes: #867046)
70
2015-04-17	release		jule		gwhois (20120626-1) unstable; urgency=medium / Juliane Holzt <debian@julijane.de>  Fri, 2015-04-17 23:32:01 +0200
71
						  * Documentation fixes.
72
2012-06-26	release		jule		gwhois (20120626) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Tue, 2012-06-26 17:33:58 +0200
73
						  * Fixed .je and .gg lookups (closes Ubuntu Bug 339912)
74
						  * Fixed .gl lookups (closes Bug#626339)
75
						  * Fixed .co lookups (closes Bug#642228)
76
						  * Updated IPv4 'final' RIR allocations (closes Bug#628554, closes: Bug#603518)
77
						  * Acknowledgment: Changed package as before was actually prepared by Peter Schwindt. Tnx.
78
						  * Updated to Standard-Version 3.9.3
79
						  * Added build-arch and build-indep targets in rules
80
2012-06-26	pattern		jule		Fixed .je and .gg lookups (closes Ubuntu Bug 339912)
81
						Fixed .gl lookups (closes Bug#626339)
82
						Fixed .co lookups (closes Bug#642228)
83
						Updated IPv4 'final' RIR allocations (closes Bug#628554, closes: Bug#603518)
84
2012-06-25	release		c.perrier	gwhois (20100728+nmu1) unstable; urgency=low / Christian Perrier <bubulle@debian.org>  Mon, 2012-06-25 19:07:39 +0200
85
						  * Non-maintainer upload.
86
						  * Fix pending l10n issues. Debconf translations:
87
						    - Brazilian Portuguese (Flamarion Jorge).  Closes: #594644
88
						    - Vietnamese (Clytie Siddall).  Closes: #598563
89
						    - Dutch; (Jeroen Schot).  Closes: #629386
90
						    - Slovak (Slavko).  Closes: #636799
91
						    - Italian (Francesca Ciceri).  Closes: #658193
92
						    - Polish (Michał Kułach).  Closes: #663688
93
2010-07-28	release		jule		gwhois (20100728) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed, 2010-07-28 16:35:23 +0200
94
						  * add "last update of whois database" line to output from verisign-grs
95
						  * updated/fixed ipv4 netblock lists
96
2010-07-28	program		jule		Extend output from verisign-grs by last db update time
97
2010-07-28	pattern		jule		updated ipv4 netblocks, added/fixed several
98
2010-07-27	release		jule		gwhois (20100727) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Tue, 2010-07-27 16:47:01 +0200
99
						  * Updated debconf template translations: ru (closes: Bug#581866),
100
						    pt (closes: Bug#581958), cs (closes: Bug#581993),
101
						    ja (closes: Bug#582303), es (closes: Bug#583342),
102
						    fr (closes: Bug#583786), sv (closes: Bug#586820),
103
						    sv (closes: Bug#589857)
104
						  * 2a00:: is ripe, also fixed ipv6 pattern in whole (closes: Bug#585072)
105
						  * fixed ARIN lookups
106
2010-07-27	pattern		jule		fix arin queries, check and fix ipv6 queries (Debian Bug#585072)
107
2010-05-15	release		jule		gwhois (20100515) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sat, 2010-05-15 23:23:41 +0200
108
						  * Various debian related fixes (policy etc.)
109
						  * Moved "openbsd-inetd | inet-superserver" from Recommends to
110
						    Suggests, report missing in postinst if necessary (closes: Bug#513304)
111
						  * Removed charset parameter from DENIC queries, convert parameter
112
						    charset, use libidn for punycode encoding of queried multilingual
113
						    domains (closes: Bug#567834)
114
						  * Applied manpage fixes (closes: Bug#551758)
115
						  * Added russian debconf template (closes: Bug#546344)
116
2010-05-15	program		jule		Add locale handling, use libidn for punycode
117
2010-05-15	pattern		jule		remove charset parameter from DENIC queries
118
						.pl now has a real whois server again
119
2009-09-01	pattern		jule		.es has no longer a usable WHOIS (captcha needed)
120
2009-07-17	release		jule		gwhois (20090717.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Fri, 2009-07-17 15:30:58 +0200
121
						  * Added .tel whois (closes: Bug#524675)
122
2009-07-17	pattern		jule		Added .tel whois (Debian Bug#524675)
123
2008-12-27	release		jule		gwhois (20081227) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sat, 2008-12-27 21:18:22 +0100
124
						  * Corrected lynx dependency to lynx-cur (closes: Bug#509928)
125
2008-10-19	release		jule		gwhois (20081019) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2008-10-19 20:49:48 +0200
126
						  * Throw error on empty query string.
127
2008-10-19	program		jule		throw error on empty query string
128
2008-09-25	release		jule		gwhois (20080925) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Thu, 2008-09-25 13:26:13 +0200
129
						  * Changed .by URL, same unhelpful output as before (closes: Bug#500042)
130
2008-09-25	pattern		jule		Changed .by URL, same unhelpful output as before (Debian Bug#500042)
131
2008-07-16	release		jule		gwhois (20080716) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed, 2008-07-16 21:54:48 +0200
132
						  * Verbose output for .name, tnx John McGowan
133
2008-07-16	pattern		jule		Verbose output for .name, tnx John McGowan
134
2008-06-26	release		jule		gwhois (20080626) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Thu, 2008-06-26 20:52:18 +0200
135
						  * Fixed .ms, tnx Uwe Sinha (closes: Bug#488093)
136
2008-06-26	pattern		jule		Fixed .ms, tnx Uwe Sinha (Debian Bug#488093)
137
2008-02-19	release		jule		gwhois (20080219.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Tue, 2008-02-19 14:06:36 +0100
138
						  * Ignore .orig and .dpkg-new pattern files
139
2008-02-19	release		jule		gwhois (20080219) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Tue, 2008-02-19 11:42:29 +0100
140
						  * Added SIXXS-handles, tnx Christian Seitz (closes: Bug#458470)
141
						  * Modified/Fixed .af, .ai, .an, .az, .bi, .cf, .ci, .cl, .dk, .ec, .eg, .fj, 
142
						    .gd, .ge, .gi, .gm, .gn, .gp, .gs, .gy, .hn, .hr, .ir, .ki, .kz, .la, .lc, 
143
						    .lk, .ly, .ma, .mc, .mg, .mm, .mn, .mr, .ms, .mt, .mu, .nc, .nf, .pl, .pm, 
144
						    .pw, .py, .sc, .sd, .sm, .sn, .sr, .sv, .tc, .tg, .tl, .tm, .uy, .uz, .vc, 
145
						    .ve, .vn, .ws, .jobs, .mil, .travel
146
						  * Added .arpa, .asia (yet defunct), .tel (no whois) and Subdomain-Whois
147
						    of Centralnic for certain subdomains under .com., .net and .org (e.g.
148
						    gb.net).
149
						  * Removed .cs
150
2008-02-19	pattern		jule		Updates based on information by Bernd Hohmann and
151
						Rick Moen: modified/fixed .af, .ai, .an, .az, .bi, 
152
						.cf, .ci, .cl, .dk, .ec, .eg, .fj, .gd, .ge, .gi, 
153
						.gm, .gn, .gp, .gs, .gy, .hn, .hr, .ir, .ki, .kz, 
154
						.la, .lc, .lk, .ly, .ma, .mc, .mg, .mm, .mn, .mr, 
155
						.ms, .mt, .mu, .nc, .nf, .pl, .pm, .pw, .py, .sc, 
156
						.sd, .sm, .sn, .sr, .sv, .tc, .tg, .tl, .tm, .uy, 
157
						.uz, .vc, .ve, .vn, .ws, .jobs, .mil, .travel
158
						Added .arpa, .asia (yet defunct), .tel (no whois),
159
						Subdomain-Whois of Centralnic for certain subdomains
160
						under .com, .net and .org (e.g. gb.net), Removed .cs
161
2008-02-18	program		jule		added handling for .bi and .gh (never a shortage
162
						of nics wo need special handling)
163
2008-02-18	pattern		jule		Added -sixxs (Debian Bug#458470, tnx Christian Seitz),
164
2007-10-30	release		jule		gwhois (20071030) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Tue, 2007-10-30 23:19:37 +0100
165
						  * Fixed .im (closes: Bug#448661)
166
						  * Added brasilian portuguese translation (closes: Bug#447874)
167
2007-10-30	pattern		jule		Fixed .im, tnx VT100 (Debian Bug#448661)
168
2007-09-26	release		jule		gwhois (20070926) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed, 2007-09-26 21:28:39 +0200
169
						  * Added .me (closes: Bug#444198), added .kp, changed .rs 
170
2007-09-26	pattern		jule		added .me (Debian Bug#444198), added .kp, changed .rs
171
2007-09-05	release		jule		gwhois (20070906) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed,  2007-09-05 23:59:41 +0200
172
						  * Changed dependency on netbase/update-inetd to inet-superserver/
173
						    openbsd-inetd
174
2007-09-05	release		jule		gwhois (20070905) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed,  2007-09-05 18:09:50 +0200
175
						  * TLD .va is now included in the ripe database, tnx Mark Thomas
176
						  * included portuguese translation, tnx Americo Monteiro (closes: Bug#435729)
177
						  * included spanish translation, tnx Rudy Godoy Guillen (closes: Bug#426174)
178
2007-09-05	pattern		jule		TLD .va is now included in RIPE database, tnx Mark
179
						Thomas
180
2007-09-03	release		jule		gwhois (20070903) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Mon,  2007-09-03 21:15:28 +0200
181
						  * made output from verisign-grs more verbose
182
2007-09-03	program		jule		made output from verisign-grs more verbose
183
2007-08-22	release		jule		gwhois (20070822) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed, 2007-08-22 23:28:32 +0200
184
						  * Fixed .de (AGAIN due to a subtile change of the whois service)
185
2007-08-22	pattern		jule		Fixed .de again :-(
186
2007-04-03	release		jule		gwhois (20070403) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Tue,  2007-04-03 18:30:56 +0200
187
						  * Fixed .de 
188
2007-04-03	pattern		jule		Fixed .de :-(
189
2007-02-22	release		jule		gwhois (20070222) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Thu, 2007-02-22 11:30:04 +0100
190
						  * Fixed/Updated .as
191
2007-02-22	pattern		jule		Modified/Fixed .as
192
2007-02-18	release		jule		gwhois (20070218) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2007-02-18 13:22:56 +0100
193
						  * Fixed .co and .pk
194
2007-02-18	pattern		jule		Fixed .co and .pk, tnx John McGowan for hints
195
2007-02-17	release		jule		gwhois (20070217.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sat, 2007-02-17 14:29:35 +0100
196
						  * Handles ending on '-ap' are APNIC (closes: Bug#411248)
197
2007-02-17	release		jule		gwhois (20070217) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sat, 2007-02-17 00:09:08 +0100
198
						  * 116/6, 120/8 new to APNIC
199
						  * added redirect modifier feature (see readme.ripe) (closed: Bug#404622)
200
2007-02-17	program		jule		added mechanism for modifying redirects (see readme.ripe)
201
2007-02-17	pattern		jule		Handles ending on '-ap' at apnic
202
2007-02-16	pattern		jule		116/6, 120/8 new to APNIC, added redirect default
203
2007-01-12	release		jule		gwhois (20070112) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Fri, 2007-01-12 14:25:07 +0100
204
						  * Added lookup for four byte AS numbers (e.g. AS3.1) (closes: Bug#406070)
205
2007-01-12	pattern		jule		Added lookup for four byte AS numbers (e.g. AS3.1)
206
						(Debian Bug#406070)
207
2006-12-06	release		jule		gwhois (20061206) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed,  2006-12-06 22:47:42 +0100
208
						  * Broadened regex for lim- (RIPE), added poem- (RIPE) (closes: Bug#401542)      
209
2006-12-06	pattern		jule		Broadened regex for lim- (RIPE), added poem- (RIPE).
210
						(Debian Bug#401542)
211
2006-12-02	release		jule		gwhois (20061202) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sat,  2006-12-02 19:48:48 +0100
212
						  * Added a new query method 'multiple' for doing multiple lookups for
213
						    one query. This is used for .vg which provides complementing data
214
						    via CGI _and_ via WHOIS.
215
						  * Also fixed CGI-URL for .vg, tnx VT100 (closes: Bug#401339)
216
2006-12-02	program		jule		new method multiple for doing multiple queries
217
2006-12-02	pattern		jule		Fixed web lookup for .vg, also added additional query
218
						of .vg whois server which gives some more information
219
						(see also new method 'multiple'). Tnx to VT100 for
220
						hint about changed URL. (Debian Bug#401339)
221
2006-11-13	pattern		jule		Fixed .info, tnx Stefan Schmidt (Debian Bug#397889)
222
2006-11-10	release		jule		gwhois (20061113) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Fri, 2006-11-10 12:18:51 +0100
223
						  * Fixed .info, tnx Stefan Schmidt (closes: Bug#397899)
224
2006-10-02	release		jule		gwhois (20061002) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Mon,  2006-10-02 22:54:53 +0200
225
						  * .mobi now has a whois server
226
2006-10-02	pattern		jule		.mobi now has a whois server (tnx MarcL for hint)
227
2006-09-28	release		jule		gwhois (20060928) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Thu, 2006-09-28 17:46:41 +0200
228
						  * Removed debconf notice (considered debconf abuse) about ERX-list 
229
						    removal, was described in README.upgrade anyway (closes: Bug#388901)
230
						  * Changed README.upgrade into NEWS.Debian
231
						  * 196/8 now complete Afrinoc (tnx MarcL)
232
						  * 77/8, 78/8, 79/8 RIPE (new)
233
						  * 201/8, 189/8, 190/8 LACNIC (not new, shame on me)
234
						  * Fixed 122/6 -> 122/7, 124/7
235
						  * Moved call to update-inetd from postrm to prerm, modified script
236
						    to only call update-inetd when inetd-installation was selected
237
						    through debconf (closes: Bug#388654)
238
						  * Changed dependency on "netbase" to "update-inetd | netbase"
239
						  * Changed build-depends-indep to build-depends, thanks to Arjan Oosting
240
						    for pointing this out
241
						  * Fixed debconf translation handling
242
2006-09-20	pattern		jule		196/8 now complete Afrinoc (tnx MarcL)
243
						77/8, 78/8, 79/8 RIPE (new)
244
						201/8, 189/8, 190/8 LACNIC (not new, shame on me)
245
						Fixed 122/6 -> 122/7, 124/7 (me = Idiot)
246
2006-04-19	release		jule		gwhois (20060419) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed, 2006-04-19 19:12:23 +0200
247
						  * The "i-should-have-done-this-much-earlier" Release. Sorry folks.
248
						  * Added .eu (closes: Bug#351793)
249
						  * Fixed .il (closes: Bug#355039)
250
						  * Added extensive list of ip networks transfered to AFRINIC, many tnx to Axel Rau
251
						  * Added .cat, .mobi
252
						  * Added 89/8, 90/8, 91/8 to RIPE 
253
						  * Added 58/7, 121/8, 122/6, 126/8, 169.208/12, 196.192/13 to APNIC
254
						  * Added swedish translation. Thanks Daniel Nylander. (closes: Bug#339762)
255
2006-04-19	pattern		jule		Added .eu (Debian Bug#351793)
256
						Fixed .il (Debian Bug#355039)
257
						Added extensive list of ip networks transfered
258
						to AFRINIC, many tnx to Axel Rau
259
						Added .cat, .mobi
260
						Added 89/8, 90/8, 91/8 to RIPE
261
						Added 58/7, 121/8, 122/6, 126/8, 169.208/12, 196.192/13 to APNIC
262
						Added 202.123/19 to AFRINIC
263
2005-09-25	release		jule		gwhois (20050925.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2005-09-25 21:22:00 +0200
264
						  * fixup, also added README.RIPE
265
						  * pattern file does no longer use 'ipprefix' and 'noipprefix' but only 'prefix'
266
2005-09-25	program		jule		replaced 'noipprefix' and 'ipprefix' by 'prefix'
267
2005-09-25	release		jule		gwhois (20050925) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2005-09-25 20:26:49 +0200
268
						  * fixed/updated .com, .net, .org, .ae, .az, .ly, .pr, .jp (closes: Bug#323569)
269
						  * added .jobs, .travel, .eu, 2a01::/23 (closes: Bug#318382)
270
						  * added lookup 'tld xx' (shows information from iana about a tld)
271
						  * added debconf translations
272
						    - Vietnamese. Thanks Clytie Siddall. (closes: Bug#309335)
273
						    - Czech. Thanks Miroslav Kure. (closes: Bug#310260)
274
						    - French. Thanks Jean-Christophe Champarnaud. (closes: Bug#238087)
275
						    - Danish. Thanks Morten Brix Pedersen. (closes: Bug#288294)
276
						    - German. Finally done it myself. (closes: Bug#253193, Bug#288206)
277
						  * query string is no longer forced lower case (closed: Bug#324669)
278
2005-09-25	program		jule		query string is no longer forced lower case (Debian Bug#324669)
279
2005-09-25	pattern		jule		Fixed/Update .com, .net, .org, .ae, .az, .ly, 
280
						.pr, .jp (Debian Bug#323569)
281
						Added .jobs, .travel, .eu, 2a01::/23 (Debian Bug#318382)
282
						Added lookup 'tld xx' (shows information from iana about a tld)
283
2005-01-15	release		jule		gwhois (20050115) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sat, 2005-01-15 10:48:49 +0100
284
						  * Added -q parameter to curl invocation, following a suggestion by
285
						    John McGowan (problem is, that --insecure is a toggle, and might
286
						    have been toggled already to on by ~/.curlrc)
287
						  * Added output of version
288
2005-01-15	program		jule		Added version output
289
2005-01-15	pattern		jule		Added version string
290
2005-01-14	release		jule		gwhois (20050114) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Fri, 2005-01-14 22:38:20 +0100
291
						  * Explicit rule for .com and .net
292
						  * added gandi handles, fixed .cr (closes: Bug#239259)
293
						  * added irt handles (closes: Bug#239768)
294
						  * added pgpkey objects (closes: Bug#239780)
295
						  * 80/6,84/8 -> 80/5,88/8 ripe (close: Bug#243149)
296
						  * fltr objects (closes: Bug#249312)
297
						  * edu added (closes: Bug#255576)
298
						  * fixed .pe (closes: Bug#264794)
299
						  * fixed .tv (again, suckers!) (closes: Bug#267745)
300
						  * get rid of erx tables (closes: Bug#243148)
301
						  * Added debconf translations (tnx to bubulle for help)
302
						    - Japanese. Thanks Hideki Yamane. (closes: Bug#271112)
303
						    - Dutch. Thanks Luk Claes. (closes: Bug#263595)
304
						  * Replaced POTFILES.in by the correct file pointing to the templates
305
						    master file
306
						  * Removed 200.10.4/22, 210.17/16, 210.18/15 and 210.20/16
307
						    from registro.br, now at apnic and twnic
308
						  * Changed .tj
309
						  * Added IPv6 assignments 
310
						  * A lot of changes and additions (took me 15 hours):
311
						    - fixed/updated
312
						    .ac, .ar, .cd, .co, .cu, .ee, .fi, .ge,
313
						    .gs, .gt, .ht, .in, .im, .io, .ir, .lk,
314
						    .lv, .mn, .ms, .mw, .my, .nu, .nz, .pa,
315
						    .pk, .rw, .se, .sh, .tf, .tm, .tr, .tt,
316
						    .tw, .ua, .ug, .uk, .uz
317
						    - added
318
						    .ai, .ao, .bb, .bd, .bg, .bh, .bi, .bj,
319
						    .bm, .bo, .bs, .bt, .by, .bz, .cg, .cv,
320
						    .cy, .dm, .do, .dz, .fj, .fm, .fo, .gg,
321
						    .gi, .gl, .gm, .gr, .id, .il, .it, .je,
322
						    .jo, .ke, .kg, .ki, .kw, .ky, .kz, .la,
323
						    .lt, .md, .mt, .mu, .na, .nf, .nr, .om,
324
						    .ph, .pn, .py, .re, .ro, .sa, .sb, .si,
325
						    .sk, .sr, .tg, .th, .tn, .ve, .wf, .yt,
326
						    .yu, .zw, .int, .pro
327
						    - added notice
328
						    .ad, .ae, .an, .aq, .aw, .ax, .az, .ba,
329
						    .bf, .bv, .bw, .cf, .ci, .cm, .cs, .dj,
330
						    .eg, .eh, .er, .et, .fk, .ga, .gf, .gh,
331
						    .gn, .gp, .gq, .gu, .gw, .gy, .hn, .hr,
332
						    .iq, .jm, .kh, .km, .kn, .lr, .ls, .ly,
333
						    .ma, .mc, .mg, .mh, .mk, .ml, .mo, .mp,
334
						    .mq, .mr, .mv, .mz, .nc, .ne, .ni, .pf,
335
						    .pg, .pm, .pr, .qa, .sc, .sd, .sj, .sl,
336
						    .sm, .sn, .so, .sv, .sy, .sz, .td, .tm,
337
						    .tp, .va, .vc, .ye, .za, .zm
338
						    - removed
339
						    ml.org
340
2005-01-14	pattern		jule		A lot of changes and additions (took me 15 hours):
341
						fixed/updated:
342
						.ac, .ar, .cd, .co, .cu, .ee, .fi, .ge, 
343
						.gs, .gt, .ht, .in, .im, .io, .ir, .lk, 
344
						.lv, .mn, .ms, .mw, .my, .nu, .nz, .pa, 
345
						.pk, .rw, .se, .sh, .tf, .tm, .tr, .tt,
346
						.tw, .ua, .ug, .uk, .uz
347
						added:
348
						.ai, .ao, .bb, .bd, .bg, .bh, .bi, .bj, 
349
						.bm, .bo, .bs, .bt, .by, .bz, .cg, .cv, 
350
						.cy, .dm, .do, .dz, .fj, .fm, .fo, .gg, 
351
						.gi, .gl, .gm, .gr, .id, .il, .it, .je, 
352
						.jo, .ke, .kg, .ki, .kw, .ky, .kz, .la, 
353
						.lt, .md, .mt, .mu, .na, .nf, .nr, .om, 
354
						.ph, .pn, .py, .re, .ro, .sa, .sb, .si,
355
						.sk, .sr, .tg, .th, .tn, .ve, .wf, .yt,
356
						.yu, .zw, .int, .pro
357
						added notice:
358
						.ad, .ae, .an, .aq, .aw, .ax, .az, .ba, 
359
						.bf, .bv, .bw, .cf, .ci, .cm, .cs, .dj, 
360
						.eg, .eh, .er, .et, .fk, .ga, .gf, .gh, 
361
						.gn, .gp, .gq, .gu, .gw, .gy, .hn, .hr, 
362
						.iq, .jm, .kh, .km, .kn, .lr, .ls, .ly, 
363
						.ma, .mc, .mg, .mh, .mk, .ml, .mo, .mp, 
364
						.mq, .mr, .mv, .mz, .nc, .ne, .ni, .pf, 
365
						.pg, .pm, .pr, .qa, .sc, .sd, .sj, .sl,
366
						.sm, .sn, .so, .sv, .sy, .sz, .td, .tm,
367
						.tp, .va, .vc, .ye, .za, .zm
368
						removed:
369
						ml.org
370
2005-01-13	program		jule		Added "search" method 'notice' (for giving advice
371
						when no whois/lookup is available)
372
						Added "cgipostcurl" method which uses curl to
373
						fake a referer which is needed for the .nic.ar
374
						(i hate you!)
375
2005-01-10	pattern		jule		Removed 200.10.4/22, 210.17/16, 210.18/15 and 210.20/16
376
						from registro.br, now at apnic and twnic
377
2005-01-06	program		jule		new routines for searching ipv4 addresses for more
378
						speed improvement
379
2005-01-06	pattern		jule		Changed .tj
380
2005-01-04	pattern		jule		Added IPv6 assignments
381
2005-01-03	program		jule		To get rid of the ERX tables which slow down everything,
382
						requery is now ok and will no longer send mails.
383
						(Debian Bug#243148)
384
						Added handling code for .pe (grr) (Debian Bug#264794)
385
2005-01-03	pattern		jule		Explicit rule for .com and .net
386
						added gandi handles, fixed .cr (Debian Bug#239259)
387
						added irt handles (Debian Bug#239768)
388
						added pgpkey objects (Debian Bug#239780)
389
						80/6,84/8 -> 80/5,88/8 ripe (Debian Bug#243149)
390
						fltr objects (Debian Bug#249312)
391
						edu added (Debian Bug#255576)
392
						fixed .pe (Debian Bug#264794)
393
						fixed .tv (again, suckers!) (Debian Bug#267745)
394
2004-03-08	release		jule		gwhois (20040308.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Mon,  2004-03-08 00:42:38 +0100
395
						  * -mnt and lim- are queried at ripe
396
2004-03-08	release		jule		gwhois (20040308.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Mon,  2004-03-08 00:31:46 +0100
397
						  * stupid mistake (193/7 => 193/8,194/8)
398
2004-03-08	pattern		jule		*-mnt und lim-* objects queried at ripe.
399
2004-03-08	pattern		jule		193/7 is nonsense, must be 193/8 and 194/8. i'm an
400
						idiot.
401
2004-03-07	release		jule		gwhois (20040307.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun,  2004-03-07 02:32:05 +0100
402
						  * Unclear problem
403
2004-03-07	release		jule		gwhois (20040307.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun,  2004-03-07 01:34:46 +0100
404
						  * changed IP address handling code totally, will now use CIDR blocks
405
						  * autoconverted ERX listings by ARIN (20040305)
406
						  * fixed bad sentence by rephrasing (closes: Bug#236121)
407
						  * added suggested fix for helping backporters (closes: Bug#236120)
408
						  * query 'ipas a.b.c.d' will ask team cymru whois (closed: Bug#212806)
409
2004-03-07	program		jule		Totally changed the ip address handling code, now uses
410
						CIDR blocks.
411
						Recognized 'ipas a.b.c.d' as a request to ask team
412
						cymru ip->as mapper whois
413
2004-03-07	pattern		jule		added team cymru ip->as mapper whois
414
2004-03-07	pattern		jule		removed all ERX listings, which are now autoconverted
415
						and held in seperate files
416
2004-03-03	release		jule		gwhois (20040303.4) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed,  2004-03-03 20:40:30 +0100
417
						  * Fixed output of handle query arguments (closes: Bug#236003)
418
2004-03-03	release		jule		gwhois (20040303.3) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed,  2004-03-03 17:53:40 +0100
419
						  * Fixed 80 - 84/8 (closes: Bug#235979)
420
2004-03-03	release		jule		gwhois (20040303.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed,  2004-03-03 15:23:45 +0100
421
						  * Now can handle server referral by ARIN for ERX-IPs (closes: Bug#176504)
422
2004-03-03	release		jule		gwhois (20040303.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed,  2004-03-03 13:40:51 +0100
423
						  * Integrated smaller fixes and changes done by lutz.
424
						  * Removed special code for publicinterestregistry, as
425
						  *   transition is over, and referrers are nolonger used.
426
						  * Changed handling code for generic whois, can now take
427
						  *  some parameters, removing need for special cases.
428
						  * publicinterestregistry (.org) now back to normal whois
429
						  * pattern changes for new generic whois handling code
430
						  * added idn-parameters for denic (closes: Bug#235086)
431
						  * added whois-servers.net as last resort (tnx lutz)
432
						  * changed corenic handle (closes: Bug#208866)
433
						  * .va fixed (closes: Bug#225032)
434
						  * added some blocks to RIPE (closes: Bug#225037)
435
						  * added some more blocks to RIPE (closes: Bug#226178) 
436
						  * added dependency on netbase (closes: Bug#223334)
437
						  * changed copyright file as suggestes by aba
438
2004-03-03	program		jule		Integrated smaller fixes and changes done by lutz.
439
						Removed special code for publicinterestregistry, as
440
						transition is over, and referrers are nolonger used.
441
						Changed handling code for generic whois, can now take
442
						some parameters, removing need for special cases.
443
2004-03-03	pattern		jule		fixed 80-84/8
444
2004-03-03	pattern		jule		publicinterestregistry (.org) now back to normal whois
445
						changes for new generic whois handling code
446
						added idn-parameters for denic (Debian Bug#235086)
447
						added whois-servers.net as last resort (tnx lutz)
448
						changed corenic handle (Debian Bug#208866)
449
						.va fixed (Debian Bug#225032)
450
						added some blocks to RIPE (Debian Bug#225037)
451
						added some more blocks to RIPE (Debian Bug#226178)
452
2003-07-29	release		jule		gwhois (20030729.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Tue, 2003-07-29 16:24:39 +0200
453
						  * Changes to .org-Registry
454
2003-07-29	program		jule		fixed publicinterestregistry which is now in transition
455
						phase integrating the whois data
456
2003-06-25	release		jule		gwhois (20030625.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed, 2003-06-25 13:20:29 +0200
457
						  * .cc now REAL fixed :-)
458
						  * whois.nic-se.se has incomplete data, changed for cgi
459
2003-06-25	release		jule		gwhois (20030625.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Wed, 2003-06-25 02:14:46 +0200
460
						  * 192.109/16 now queried at ripe (arin has totally outdated data!)
461
						  * added 60/8 and removed 223/8 (apnic) [provided by lutz]
462
						  * fixed .as (closes: Bug#195065) and .cc (closes: Bug#196991)
463
						  * fixed handling of dpkg-old pattern files (closes: Bug#179040)
464
						  * Moved /etc/gwhois/debconf.inc to /etc/default/gwhois
465
2003-06-25	pattern		jule		.cc now REAL fixed :-)
466
						whois.nic-se.se has incomplete data, changed for cgi
467
						[tnx Christian Seitz, Erik Heinz]
468
2003-06-25	pattern		jule		 192.109/16 now queried at ripe (arin has totally
469
						outdated data!)
470
						fixed .as (Debian Bug#195065) and 
471
						.cc (Debian Bug#196991) [both tnx VT100]
472
2003-04-09	pattern		lutz		added 60/8 and removed 223/8 (apnic)
473
2003-02-20	pattern		jule		changed .nz, changed .ie, added .museum, added .aero
474
						tnx to Andreas Schoenberg for hints.
475
2003-02-15	program		jule		fixed handling of dpkg-old pattern versions
476
2003-02-15	pattern		jule		added .us
477
2003-02-14	pattern		lutz		added 222/7 (apnic)
478
2003-01-29	pattern		jule		fixed .be (trailing space)
479
2003-01-28	pattern		jule		added 129.90/16 (lacnic, from lutz), 129.208/16 (ripe)
480
2003-01-28	pattern		lutz		.np added
481
2003-01-28	pattern		tlr		Add $ to .au pattern
482
2003-01-27	release		jule		gwhois (20030127.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Mon, 2003-01-27 18:27:28 +0100
483
						  * Minor fixes.
484
2003-01-27	release		jule		gwhois (20030127.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Mon, 2003-01-27 18:17:15 +0100
485
						  * Special treatment for severe broken .org registry (closes: Bug#178603)
486
						  * Once again: Depends on Lynx. (closes: Bug#154161)
487
2003-01-27	program		jule		whois.publicinterestregistry.net is now authorative for
488
						.org and needs another special treatment... :-(
489
						plus some minor fixes
490
2003-01-27	pattern		jule		.org now has a totally broken whois 
491
2003-01-26	release		jule		gwhois (20030126.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2003-01-26 00:33:07 +0100
492
						  * Many thanks for contributions by f2u and cord.
493
						  *
494
						  * Add "+" for IP address queries to ARIN whois. Support multiple 
495
						  * 	pattern files.
496
						  * Small workaround for whois-servers that return ^M.
497
						  * added .coop-whois
498
						  * added 192.114.0.0 - 192.118.255.255 (RIPE)
499
						  * added 147.233.0.0 - 147.237.255.255 (RIPE)
500
						  * added 156.35.0.0 - 156.35.255.255 (RIPE)
501
						  * Mark ARIN WHOIS.
502
						  * added 82.0.0.0 - 82.255.255.255 to RIPE
503
						  * fixed .lu (closes: Bug#170816)
504
						  * (closes: Bug#164375) (cord)
505
						  * 203.0.0.0 - 203.63.255.255 moved from aunic to apnic.
506
						  * (closes: Bug#166748)
507
						  * 210.8.0.0 - 210.11.255.255 is at whois.connect.com.au.
508
						  * JAPANESE IPs:
509
						  * added 61.192.0.0 - 61.215.255.255 (closes: Bug#148534,
510
						  * closes: Bug#165104)
511
						  * added 202.208.0.0 - 202.255.255.255 (closes: Bug#165406)
512
						  * added 203.136.0.0 - 203.141.255.255
513
						  * added 210.136.0.0 - 210.159.255.255
514
						  * added 210.188.0.0 - 210.191.255.255
515
						  * added 210.196.0.0 - 210.199.255.255
516
						  * added 210.224.0.0 - 210.239.255.255 (closes: Bug#138881)
517
						  * added 211.8.0.0 - 211.19.255.255 (closes: Bug#165587)
518
						  * added 211.120.0.0 - 211.135.255.255
519
						  * added 218.40.0.0 - 218.47.255.255
520
						  * added 218.216.0.0 - 218.231.255.255
521
						  * KOREAN IPs:
522
						  * added 61.248.0.0 - 61.255.255.255 (closes: Bug#164376)
523
						  * added 203.245.0.0 - 203.255.255.255 (closes: Bug#138718)
524
						  * added 210.90.0.0 - 210.91.255.255
525
						  * added 210.97.192.0 - 210.135.255.255
526
						  * added 210.220.0.0 - 210.223.255.255 (closes: Bug#141594)
527
						  * added 211.32.0.0 - 211.63.255.255 (closes: Bug#138717, 
528
						  * closes: Bug#150750, closes: Bug#165587)
529
						  * added 211.168.0.0 - 211.171.255.255
530
						  * added 211.226.0.0 - 211.231.255.255 (closes: Bug#138953)
531
						  * added 218.36.0.0 - 218.39.255.255
532
						  * added 218.48.0.0 - 218.55.255.255
533
						  * added 218.144.0.0 - 218.159.255.255
534
						  * added 218.232.0.0 - 218.239.255.255
535
						  * added 220.72.0.0 - 220.87.255.255
536
						  * TAIWAN IPs:
537
						  * added 61.216.0.0 - 61.231.255.255 (closes: Bug#165105)
538
						  * added 210.17.0.0 - 210.17.127.255
539
						  * added 210.59.0.0 - 210.63.255.255
540
						  * added 210.65.0.0 - 210.67.255.255
541
						  * added 210.70.0.0 - 210.71.255.255
542
						  * added 211.20.0.0 - 211.23.255.255 (closes: Bug#165587)
543
						  * added 211.72.0.0 - 211.72.255.255
544
						  * added 211.75.0.0 - 211.75.255.255 (closes: Bug#165587)
545
						  * added 218.32.0.0 - 218.32.255.255
546
						  * added 218.160.0.0 - 218.165.255.255
547
						  * APNIC
548
						  * added 219.0.0.0 - 221.255.255.255
549
						  * NIC for Latin American and Caribbean 
550
						  * added 200.0.0.0 - 200.255.255.255 (closes: Bug#158859)
551
						  * RIPE (closes: Bug#152090)
552
						  * added 129.11.0.0 - 129.13.255.255
553
						  * added 129.16.0.0 - 129.16.255.255
554
						  * added 129.20.0.0 - 129.20.255.255
555
						  * added 129.26.0.0 - 129.27.255.255
556
						  * added 129.31.0.0 - 129.31.255.255
557
						  * added 129.35.0.0 - 129.35.255.255
558
						  * added 129.67.0.0 - 129.67.255.255
559
						  * added 129.69.0.0- 129.70.255.255
560
						  * added 129.73.0.0 - 129.73.255.255
561
						  * added 129.88.0.0 - 129.88.255.255
562
						  * added 129.102.0.0 - 129.104.255.255
563
						  * added 129.125.0.0 - 129.125.255.255
564
						  * added 129.129.0.0 - 129.129.255.255
565
						  * added 129.132.0.0 - 129.132.255.255
566
						  * added 129.142.0.0 - 129.143.255.255
567
						  * added 129.159.0.0 - 129.159.3.255
568
						  * added 129.169.0.0 - 129.169.255.255
569
						  * added 129.175.0.0 - 129.175.255.255
570
						  * added 129.177.0.0 - 129.178.255.255
571
						  * added 129.181.0.0 - 129.185.255.255
572
						  * added 129.187.0.0 - 129.187.255.255
573
						  * added 129.194.0.0 - 129.195.255.255
574
						  * added 129.199.0.0 - 129.199.255.255
575
						  * added 129.206.0.0 - 129.206.255.255
576
						  * added 129.214.0.0 - 129.215.255.255
577
						  * added 129.217.0.0 - 129.217.255.255
578
						  * added 129.226.0.0 - 129.227.255.255
579
						  * added 129.233.0.0 - 129.234.255.255
580
						  * added 129.240.0.0 - 129.242.255.255
581
						  * added 129.247.0.0 - 129.247.255.255
582
						  * whois-server for .ac.uk and .gov.uk added. (closes: Bug#166785)
583
						  * whois-server for .pl added. (closes: Bug#164737)
584
						  * RIPE is also responsible for Gambia .gm
585
						  * .ar switched urls for requests. (closes: Bug#163210)
586
						  * .cl now has a real whois-server.
587
						  * .dk has a real whois-server again. (closes: Bug#163181)
588
						  * .ec is available through a web interface.
589
						  * .es switched urls for requests.
590
						  * .kr new address for whois-server.
591
						  * .name has also an whois-server.
592
						  * .pk switched urls for requests.
593
						  * .su has a whois-server. (closes: Bug#165610)
594
						  * .tw has a whois-server. (closes: Bug#163296)
595
						  * .co.za has a whois-server. (closes: Bug#149182)
596
						  * .tk has a whois-server. (closes: Bug#165614)
597
						  * .ag is now handled by a real whois server
598
2003-01-19	pattern		cord		added .coop-whois
599
2003-01-18	pattern		f2u		added 130.227.0.0 - 130.227.255.255 (RIPE)
600
2003-01-08	pattern		f2u		added 192.114.0.0 - 192.118.255.255 (RIPE)
601
2003-01-05	pattern		f2u		added 147.233.0.0 - 147.237.255.255 (RIPE)
602
2003-01-03	pattern		f2u		added 156.35.0.0 - 156.35.255.255 (RIPE)
603
2003-01-02	pattern		f2u		Mark ARIN WHOIS.
604
2002-12-30	pattern		cord		added 82.0.0.0-82.255.255.255 to RIPE
605
2002-11-27	pattern		cord		fixed .lu (Debian Bug#170816)
606
2002-11-01	pattern		cord		(Debian Bug#164375)
607
						203.0.0.0-203.63.255.255 moved from aunic to apnic. (Debian Bug#166748)
608
						210.8.0.0-210.11.255.255 is at whois.connect.com.au.
609
						JAPANESE IPs:
610
						added 61.192.0.0-61.215.255.255 (Debian Bug#148534, Debian Bug#165104)
611
						added 202.208.0.0-202.255.255.255 (Debian Bug#165406)
612
						added 203.136.0.0-203.141.255.255
613
						added 210.136.0.0-210.159.255.255
614
						added 210.188.0.0-210.191.255.255
615
						added 210.196.0.0-210.199.255.255
616
						added 210.224.0.0-210.239.255.255 (Debian Bug#138881)
617
						added 211.8.0.0-211.19.255.255 (Debian Bug#165587)
618
						added 211.120.0.0-211.135.255.255
619
						added 218.40.0.0-218.47.255.255
620
						added 218.216.0.0-218.231.255.255
621
						KOREAN IPs:
622
						added 61.248.0.0-61.255.255.255 (Debian Bug#164376)
623
						added 203.245.0.0-203.255.255.255 (Debian Bug#138718)
624
						added 210.90.0.0-210.91.255.255
625
						added 210.97.192.0-210.135.255.255
626
						added 210.220.0.0-210.223.255.255 (Debian Bug#141594)
627
						added 211.32.0.0-211.63.255.255 (Debian Bug#138717, Debian Bug#150750, Debian Bug#165587)
628
						added 211.168.0.0-211.171.255.255
629
						added 211.226.0.0-211.231.255.255 (Debian Bug#138953)
630
						added 218.36.0.0-218.39.255.255
631
						added 218.48.0.0-218.55.255.255
632
						added 218.144.0.0-218.159.255.255
633
						added 218.232.0.0-218.239.255.255
634
						added 220.72.0.0-220.87.255.255
635
						TAIWAN IPs:
636
						added 61.216.0.0-61.231.255.255 (Debian Bug#165105)
637
						added 210.17.0.0-210.17.127.255
638
						added 210.59.0.0-210.63.255.255
639
						added 210.65.0.0-210.67.255.255
640
						added 210.70.0.0-210.71.255.255
641
						added 211.20.0.0-211.23.255.255 (Debian Bug#165587)
642
						added 211.72.0.0-211.72.255.255
643
						added 211.75.0.0-211.75.255.255 (Debian Bug#165587)
644
						added 218.32.0.0-218.32.255.255
645
						added 218.160.0.0-218.165.255.255
646
						APNIC
647
						added 219.0.0.0-221.255.255.255
648
						NIC for Latin American and Caribbean 
649
						added 200.0.0.0-200.255.255.255 (Debian Bug#158859)
650
						RIPE (Debian Bug#152090)
651
						added 129.11.0.0-129.13.255.255
652
						added 129.16.0.0-129.16.255.255
653
						added 129.20.0.0 - 129.20.255.255
654
						added 129.26.0.0 - 129.27.255.255
655
						added 129.31.0.0 - 129.31.255.255
656
						added 129.35.0.0 - 129.35.255.255
657
						added 129.67.0.0 - 129.67.255.255
658
						added 129.69.0.0- 129.70.255.255
659
						added 129.73.0.0 - 129.73.255.255
660
						added 129.88.0.0 - 129.88.255.255
661
						added 129.102.0.0 - 129.104.255.255
662
						added 129.125.0.0 - 129.125.255.255
663
						added 129.129.0.0 - 129.129.255.255
664
						added 129.132.0.0 - 129.132.255.255
665
						added 129.142.0.0 - 129.143.255.255
666
						added 129.159.0.0 - 129.159.3.255
667
						added 129.169.0.0 - 129.169.255.255
668
						added 129.175.0.0 - 129.175.255.255
669
						added 129.177.0.0 - 129.178.255.255
670
						added 129.181.0.0 - 129.185.255.255
671
						added 129.187.0.0 - 129.187.255.255
672
						added 129.194.0.0 - 129.195.255.255
673
						added 129.199.0.0 - 129.199.255.255
674
						added 129.206.0.0 - 129.206.255.255
675
						added 129.214.0.0 - 129.215.255.255
676
						added 129.217.0.0 - 129.217.255.255
677
						added 129.226.0.0 - 129.227.255.255
678
						added 129.233.0.0 - 129.234.255.255
679
						added 129.240.0.0 - 129.242.255.255
680
						added 129.247.0.0 - 129.247.255.255
681
						whois-server for .ac.uk and .gov.uk added. (Debian Bug#166785)
682
						whois-server for .pl added. (Debian Bug#164737)
683
						RIPE is also responsible for Gambia .gm
684
						.ar switched urls for requests. (Debian Bug#163210)
685
						.cl now has a real whois-server.
686
						.dk has a real whois-server again. (Debian Bug#163181)
687
						.ec is available through a web interface.
688
						.es switched urls for requests.
689
						.kr new address for whois-server.
690
						.name has also an whois-server.
691
						.pk switched urls for requests.
692
						.su has a whois-server. (Debian Bug#165610)
693
						.tw has a whois-server. (Debian Bug#163296)
694
						.co.za has a whois-server. (Debian Bug#149182)
695
						.tk has a whois-server. (Debian Bug#165614)
696
2003-01-02	program		f2u		Add "+" for IP address queries to ARIN whois.
697
						Support multiple pattern files.
698
2002-11-01	program		cord		Small workaround for whois-servers that return ^M.
699
2002-09-17	pattern		jule		.ag is now handled by a real whois server
700
2002-03-14	release		jule		gwhois (20020314.4) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Thu, 2002-03-14 22:44:02 +0100
701
						  * fixed trailing spaces after some $-signs
702
						  * KOREAN IPs:
703
						  *  added 210.100.0.0 - 210.103.255.255 (closes: Bug#135341)
704
						  *  added 210.204.0.0 - 210.207.255.255 (closes: Bug#135399)
705
						  *  added 210.116.0.0 - 210.213.255.255 (closes: Bug#135470)
706
						  *  added 61.78.0.0 - 61.85.255.255 (closes: Bug#136303)
707
						  *  added 211.32.0.0 - 211.39.255.255 (closes: Bug#136333)
708
						  *  added 210.96.0.0 - 210.97.191.255 (closes: Bug#136631)
709
						  *  added 210.178.0.0 - 210.183.255.255 (closes: Bug#137599)
710
						  *  added 211.212.0.0 - 211.215.255.255 (closes: Bug#137724)
711
						  * APNIC:
712
						  *  added 218.0.0.0 - 218.255.255.255 (closes: Bug#137386)
713
2002-03-14	pattern		jule		fixed trailing spaces after some $-signs
714
						KOREAN IPs:
715
						added 210.100.0.0-210.103.255.255 (Debian Bug#135341)
716
						added 210.204.0.0-210.207.255.255 (Debian Bug#135399)
717
						added 210.116.0.0-210.213.255.255 (Debian Bug#135470)
718
						added 61.78.0.0-61.85.255.255 (Debian Bug#136303)
719
						added 211.32.0.0-211.39.255.255 (Debian Bug#136333)
720
						added 210.96.0.0-210.97.191.255 (Debian Bug#136631)
721
						added 210.178.0.0-210.183.255.255 (Debian Bug#137599)
722
						added 211.212.0.0-211.215.255.255 (Debian Bug#137724)
723
						APNIC:
724
						added 218.0.0.0-218.255.255.255 (Debian Bug#137386)
725
2002-02-17	release		jule		gwhois (20020217.3) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2002-02-17 23:26:03 +0100
726
						  * added 203.224 - 203.244 to KRNIC (close: Bug#130307)
727
						  * added 211.104 - 211.119 to KRNIC
728
						  * added 210.92 - 210.95 to KRNIC
729
						  * added 211.232 - 211.255 to KRNIC
730
						  * added 61.96 - 61.112 to KRNIC
731
2002-02-17	release		jule		gwhois (20020217.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sat, 2002-02-17 15:34:39 +0100
732
						  * added .hk (closes: Bug#131390)
733
						  * added 211.0/13 to JPNIC (closes: Bug#134148)
734
						  * added 211.21/16 to TWNIC (closes: Bug#132727)
735
						  * added .to (closes: Bug#132634)
736
						  * added 211.172 - 211.199 to KRNIC (closes: Bug#130307)
737
2002-02-17	pattern		jule		added .hk (Debian Bug#131390)
738
						added 211.0/13 to JPNIC (Debian Bug#134148)
739
						added 211.21/16 to TWNIC (Debian Bug#132727)
740
						added .to (Debian Bug#132634)
741
						added 211.172-211.199 to KRNIC (Debian Bug#130307)
742
						added 203.224-203.244 to KRNIC (Debian Bug#130307)
743
						added 211.104-211.119 to KRNIC (Debian Bug#130307)
744
						added 210.92-210.95 to KRNIC (Debian Bug#130307)
745
						added 211.232-211.255 to KRNIC (Debian Bug#130307)
746
						added 61.96-61.112 to KRNIC (Debian Bug#130307)
747
2002-02-01	pattern		jule		added .tv,.ua,.ug,.uy,.uz,.vu; changed .vi,.ws,adamsnames
748
						(latter closes Debian Bug#131866)
749
2002-01-20	release		jule		gwhois (20020120.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2002-01-20 00:16:39 +0100
750
						  * Added .biz and .info
751
2002-01-18	release		jule		gwhois (20020117.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Fri, 2002-01-18 23:20:46 +0100
752
						  * Added debconf question regarding addition to inetd.conf
753
						  * Added debconf question regarding sending mail (closes: Bug#129870)
754
2002-01-17	release		jule		gwhois (20020117.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Thu, 2002-01-17 13:49:17 +0100
755
						  * Added 210.248/13 = jpnic (closes: Bug#129489)
756
						  * Added 211.216/13 = krnic (closes: Bug#126637)
757
						  * Added 61.72 - 77 = krnic (closes: Bug#119200)
758
						  * Updated query to dknic   (closes: Bug#129026)
759
						  * added ripe blocks 80/81
760
						  * Reports when query failed (closes: Bug#122535)
761
2002-01-17	program		jule		Reporting if query to upstream whois server failed
762
						(Debian Bug#122535)
763
2002-01-17	pattern		jule		210.248/13 = jpnic (Debian Bug#129489)
764
		pattern		jule		211.216/13 = krnic (Debian Bug#126637)
765
		pattern		jule		61.72-61.77 = krnic (Debian Bug#119200)
766
		pattern		jule		changed dk-nic (Debian Bug#129026)
767
		pattern		jule		added ripe blocks 80/81
768
		pattern		jule		added .info and .biz
769
2001-06-10	release		jule		gwhois (20010312.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2001-06-10 21:27:46 +0200
770
						  * Depends on lynx changed to suggests. (closes: Bug#85595, Bug#99424)
771
2001-05-27	release		jule		gwhois (20010312.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2001-05-27 15:39:10 +0200
772
						  * Updated pattern
773
						  * Added depends for lynx (closed #85595)
774
2001-03-12	pattern		lutz		whois.cira.ca is new for *.ca (Hanno Foest)
775
		pattern		lutz		Kasachstan does not respond (Jan Ludewig)
776
		pattern		lutz		whois.ncst.ernet.in for .in (no better match)
777
		pattern		lutz		.be brushed up (Andreas Schoenberg)
778
2001-01-05	release		jule		gwhois (20001208.3) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Fri,  2001-01-05 21:42:10 +0100
779
						  * Fixed a typo (closes #81340)
780
2000-12-31	release		jule		gwhois (20001208.2) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2000-12-31 17:15:50 +0100
781
						  * Fixed a bug in the rules script (closes #80962)
782
2000-12-15	pattern		lutz		.in tested and failed.
783
2000-12-10	release		jule		gwhois (20001208.1) unstable; urgency=low / Juliane Holzt <debian@julijane.de>  Sun, 2000-12-10 21:04:44 +0100
784
						  * Initial Release.
785
2000-12-08	program		jule		Braindead answers from nsiregistry excluded (NSI again!)
786
2000-09-14	pattern		jule		.tj added.
787
		pattern		jule		added io, jo, mn, mw, sh
788
		pattern		lutz		added sg (per Tip)
789
2000-09-06	pattern		lutz		217/8 mapped to RIPE
790
2000-08-08	pattern		lutz		.ws added (Found it in spam, this registry is evil)
791
		pattern		lutz		added several domains providing whois.nic.~tld~ 
792
2000-07-18	pattern		lutz		.at readded (pfeifer@dbai.tuwien.ac.at)
793
2000-07-17	pattern		lutz		.hm added (jule)
794
2000-06-29	program		lutz		Multiple whois queries (jule)
795
2000-06-29	pattern		lutz		-RIPE should do multiple queries. (jule)
796
		pattern		lutz		added whois.nic.at, whois.dk-hostmaster.dk, whois.nic.hu
797
		pattern		lutz		added -BE, -DOMREG at RIPE, whois.isoc.org.il
798
2000-06-28	pattern		lutz		.is and -IS are supported by whois.isnet.is
799
		pattern		lutz		-DENIC is supported by whois.denic.de
800
2000-06-27	pattern		lutz		.de will bot longer supported by ripe until tomorrow.
801
		pattern		lutz		whois.nic.de is renamed to whois.denic.de
802
2000-06-26	pattern		lutz		domain-registry.nl renamed to whois.domain-registry.nl
803
						(ash@ash.de)
804
2000-06-20	pattern		lutz		.no, -NORID -> whois.norid.no
805
2000-06-07	pattern		lutz		co??- -> corenic
806
						nic.cx hat neuerdings whois!
807
2000-03-27	pattern		lutz		core- -> corenic (ash@ash.de)
808
2000-02-29	program		lutz		Removed obsolete cgibr.
809
		program		lutz		Fixed bug in IP queries.
810
2000-02-29	pattern		lutz		registro.br hat neuerdings whois! IP Netze gehen auch.
811
		pattern		lutz		Added my
812
2000-02-24	pattern		lutz		RIPE-IPs vervollstaendigt
813
2000-02-15	pattern		haegar		COCO- => whois.corenic.net
814
2000-02-14	pattern		lutz		-HST => arin
815
2000-02-08	program		lutz		Braindead answers from nsiregistry excluded
816
						Workaround for bug@internic removed.
817
2000-02-07	pattern		lutz		210.160.0.0 - 210.175.255.255 => Japan
818
		pattern		jule		adamsnames changed
819
		pattern		jule		213/8 => Ripe
820
1999-12-01	program		jule		Support for new Internic two-step Whois
821
1999-12-01	pattern		jule		.com/.net/.org changed to two-step whois
822
1999-08-04	program		lutz		Minor fixed
823
1999-08-04	pattern		lutz		Added gs, ms, tc, tf, vg
824
1999-08-03	pattern		lutz		Added sm
825
1999-07-05	pattern		lutz		Fixed 203.178-203.183
826
1999-07-01	program		lutz		Allowed spaces, commas and colons
827
1999-07-01	pattern		lutz		Fixed kr, Added IPv6
828
1999-04-12	program		lutz		Hotfix for problems with LWP::Simple
829
1999-04-12	pattern		jule		Added tr
830
		pattern		lutz		Added va
831
1999-04-01	pattern		lutz		Fixed 160.44-160.63
832
1999-03-30	pattern		jule		Added md
833
1999-03-29	pattern		lutz		Added AS...
834
1999-03-04	pattern		lutz		Fixed es, se
835
						Added cx, eu.org
836
1998-12-21	program		lutz		solving problems with ripe handles.
837
1998-12-18	program		lutz		Mirrors possible
838
		program		jule		GWhoIs::Core::wwwsgrep with LWP::Simple
839
		program		lutz		multiple options bug fixed
840
		program		jule		whois access made with LWP::Simple
841
		program		lutz		Cosmetic changes,
842
						Configurable,
843
						Dies without line numbers,
844
						Direct server access
845
		program		jule		External Configuration File,
846
						Major rewrite
847
1998-12-18	pattern		jule		Extracted from orginal source
848
1998-12-17	program		lutz		Published due to jule
849
*********************************************************************************************************