-
Notifications
You must be signed in to change notification settings - Fork 23
/
NEWS
102 lines (75 loc) · 2.91 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Changes in jwhois 4.0
* New feature: Configurable timeout on connects
* New feature: Lookup of CIDR6 blocks
* New feature: Added support for Libidn
* New feature: Conversion of whois server output to local charset
* GPLv3
* Updates of jwhois.conf
* Various bugfixes
Changes in jwhois 3.2.3
* Updated jwhois.conf
* Include host name in cache key
* Various bugfixes
Changes in jwhois 3.2.2
* Updated jwhois.conf
* Fixed redirection problem for .org
Changes in jwhois 3.2.1
* Updated jwhois.conf
Changes in jwhois 3.2.0
* Various bugfixes
* Added advanced rewrite of queries
* Various changes to jwhois.conf
Changes in jwhois 3.1.0
* Various bugfixes
* Added keyword "default" to configuration file format
* Various changes to jwhois.conf
Changes in jwhois 3.0.2
* Various bugfixes
Changes in jwhois 3.0
* Command line option to disable content redirection
* Lots of information added to the example configuration file
* IPv6 failover to IPv4
* Option to display redirections instead of hiding them
* Case insensitive hostname matching
* Introduced new host-specific configuration
* Limited support for rwhois
* Support for sending queries through a web interface via external browser
* Ability to rewrite queries before sending to whois server
* Support for whois-servers.net
Changes in jwhois 2.4
* Made it possible to use queries of the type foo@HOST
* Lots of information added to the example configuration file
Changes in jwhois 2.3.1
* Fixed a nasty bug that sometimes caused two extra bytes of output
to be appended
* Fixed the sample jwhois.conf
* Added distribution of debian/ and macros/
Changes in jwhois 2.3
* Support for redirection of a query to another server based on
returned content from another
* Support for cache functionality
* Bugfixes for little-endian machines
* Configuration parser rewritten -- you must now use \\ to get a
single \.
* ${datadir} no longer searched for global configuration file
* i18n support added
* Must enclose struct foo in "
Changes in jwhois 2.2
* Support for specifying CIDR blocks in the configuration file.
* More advanced features added to the configuration file.
* Port number separated from host names and IP numbers with space
instead of colon in configuration file.
* Support for IPv6 hosts
Changes in jwhois 2.1
* Default configuration file location changed from DATADIR to SYSCONFDIR
(normally /usr/local/etc/ or /etc/). jwhois will still search in DATADIR
if it can't find a configuration file for backwards compatibility.
* Added more information to the texinfo manual about RIPE extensions to
the WHOIS protocol.
* Added RIPE/APNIC and ARIN handles to the example configuration file.
* Added support for specifying port numbers, both on command line and
in configuration file.
Changes in jwhois 2.0
* jwhois-server is dropped from the packag
* jwhois is now written in C code.
* configuration file format has changed.