File: NEWS

package info (click to toggle)
jwhois 3.1.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,624 kB
  • ctags: 1,044
  • sloc: ansic: 10,692; sh: 3,376; yacc: 318; makefile: 313
file content (71 lines) | stat: -rw-r--r-- 2,352 bytes parent folder | download
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
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.