Subversion Repositories vgwhois

Rev

Rev 12 | Details | Compare with Previous | Last modification | View Log | RSS feed

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