
		      XRouter v185q - Changes Since v185r
		      ===================================

- Fixed a problem whereby unsolicited chat peers could leave zombie
  chat sessions.

- When there was echoed text on the console, review mode would collapse
  some of the vertical whitespace and it wouldn't be restored when review
  ended - fixed.

- After a review had ended, the next received line was appended to the
  last line, instead of starting on a fresh line - fixed.

- Text was sometimes disappearing altogether upon review - fixed.

- Text from different consoles was sometimes getting mixed up - fixed.

- Added rudimentary "split DNS", to allow private domains to be resolved
  using their own servers.

  The "DNS=<ipaddr>" directive has been expanded to "DNS=<ipaddr> [domain]"
  where [domain] is the domain for which this server should be used.

  The DNS ADD command similarly takes the optional domain argument,
  e.g. "DNS ADD <ipaddr> [domain]"

  The [domain] argument may be specified with or without a trailing dot.
  e.g. ".ampr.org" or ".ampr.org.".

  If [domain] is specified, the server will only be used to resolve
  hostnames in that domain, and the hostnames in that domain will only
  be resolved using that server and no others.

  For example: "DNS=44.131.91.245 .ampr.org." tells XRouter to exclusively
  use the server 44.131.91.245 to resolve all ampr.org hostnames. That
  server will not be used to resolve hosts outside the ampr.org domain,
  and ampr.org will not be resolved using any other server.

73, Paula 13th February 2004
