import Net::Whois::Raw into install/5.005 directory *sigh*
[freeside.git] / install / 5.005 / Net-Whois-Raw / Changes
1 Revision history for Perl extension Net::Whois::Raw.
2
3 0.01  Jul 05 12:35:47 2000
4         - original version; created by h2xs 1.19
5
6 0.02 - 0.22  ???
7         -  ???
8
9 0.23  Mar 25 09:23:37 PST 2003
10         - only exports &whois by default, the other variables are exportable still.
11         - incorporated new whois servers ( thanks Toni Mueller <support@oeko.net> )
12         - now tests the main tlds
13         - added some more regexen to strip out disclaimers and such ( for $OMIT_MSG > 2 ).
14         - moved %servers to %Net::Whois::Raw::Data::servers
15
16 0.24  Nov 18 2003       Walery Studennikov <despair@cpan.org>
17         - fixed whois server for .org domains and add new whois servers
18           for multilingual domains
19         - fixed recursive whois requests for .org domains
20         - new fail-check and strip patterns added
21         - more verbose error messages
22         - added support for third level domains
23         - some bugfixes
24
25 0.25  Nov 21 2003       Walery Studennikov <despair@cpan.org>
26         - fixed multilingual domains whois via whois.melbourneit.com server
27         - whois_config function for setting config variables
28           (if setting imported variables $OMIT_MSG, $CHECK_FAIL etc.
29           doesn't work for some reason, for example because of
30           namespace problems in mod_perl scripts)
31
32 0.26  Jan 09 2004       Walery Studennikov <despair@cpan.org>
33         - added recursive whois requests for .cc domains
34         - fixed recursive whois requests for whois.crsnic.net
35
36 0.27  Feb 10 2004       Alex Kapranoff <alex@kapranoff.ru>
37         - patch to check availability of .info and .biz domains
38
39 0.28  Feb 20 2004       Alex Kapranoff <alex@kapranoff.ru>
40         - fixed documentation for pwhois.PL
41
42 0.29  Feb 24 2004       Walery Studennikov <despair@cpan.org>
43         - fixed extra rules which strips the copyright message or disclaimer
44         - removed pwhois.PL. "pwhois" is shipped now instead.
45         - data structures in Net/Whois/Raw/Data.pm reformatted
46         - new strip patterns for whois.crsnic.net
47
48
49 0.30  Mar 15 2004       Walery Studennikov <despair@cpan.org>
50         - added strip rules for whois.dns.be
51
52 0.31  Mar 19 2004       Walery Studennikov <despair@cpan.org>
53         - more robust recursive whois queries