;;; -*- Mode: Common-Lisp; Package:User; Base:10.; Patch-File:T -*-
;;; Patch directory for STUB-RESOLVER version 2
;;; Written 27-Apr-89 14:18:25 by Victor,
;;; while running on John Jameson from band LOD3
;;; With SYSTEM 4.61, VIRTUAL-MEMORY 4.4, EH 4.5, MAKE-SYSTEM 4.5, MICRONET 4.5, LOCAL-FILE 4.1,
;;;  BASIC-PATHNAME 4.12, NETWORK-SUPPORT-COLD 4.1, NAMESPACE 4.22, NETWORK-NAMESPACE 4.2,
;;;  DISK-IO 4.13, DISK-LABEL 4.0, BASIC-FILE 4.7, MAC-PATHNAME 4.5, NETWORK-PATHNAME 4.1,
;;;  COMPILER 4.13, TV 4.85, DATALINK 4.14, CHAOSNET 4.18, GC 4.3, MEMORY-AUX 4.0,
;;;  NVRAM 4.6, SYSLOG 4.0, STREAMER-TAPE 4.4, UCL 4.1, INPUT-EDITOR 4.0, METER 4.3,
;;;  ZWEI 4.18, DEBUG-TOOLS 4.2, NETWORK-SUPPORT 4.5, NETWORK-SERVICE 4.0, DATALINK-DISPLAYS 4.0,
;;;  FONT-EDITOR 4.0, SERIAL 4.0, PRINTER 4.8, PRINTER-TYPES 4.2, IMAGEN 4.0, SUGGESTIONS 4.0,
;;;  MAIL-DAEMON 4.7, MAIL-READER 4.6, TELNET 4.1, VT100 4.6, NAMESPACE-EDITOR 4.5,
;;;  PROFILE 4.4, VISIDOC 4.5, IP 3.19, RPC 4.14, NFS 3.2, Experimental NFS-PATCHES 2.8,
;;;  TI-PROLOG 2.11, GRAPHICS-WINDOW 4.1, GED 4.1, TREE 4.0, VISIDOC-SERVER 4.0, Experimental SYSTEM-PATCHES 3.123,
;;;  Experimental ICU-DOCS 12.2, Experimental SYSTEM-ENHANCEMENTS 19.5, Experimental TCP-IMAGEN 10.0,
;;;  Experimental NAME-DRAGON 4.1, Experimental TEXINFO 5.5, Experimental ICU-LIBRARY 14.2,
;;;  Experimental DOMAIN 5.0, Experimental STUB-RESOLVER 2.6,  microcode 534, Band Name: 4.61 w DNS & Prolog,
;;;  890104/Vic

(:PATCH-SYSTEM-NAME "STUB-RESOLVER" :MAJOR-VERSION 2 :LATEST-MINOR-VERSION 7)

(:EXPERIMENTAL
((0 "STUB-RESOLVER Loaded" "Victor" NIL)
  (1 "STUB-GET-HOST-INFO-OF-NAME got mangled - undid it." "Victor" NIL)
  (2 "Made the stub resolver set up the best MX record as :MAIL-GATEWAY-HOST of the host object.
Also made the stub resolver handle local-only operations (e.g. lookups), by
not looking the DNS object up on the network." "Victor" NIL)
  (3 "Added a variable DNS:*CASE-OF-HOSTS-MATTER* to choose whether to try and
canonicalize character case of hosts by looking up their IN-ADDR.ARPA PTR.
Default T." "Victor" NIL)
  (4 "Set up (:GATEWAY :IP :IP-GATEWAY) service and (:IP-ADDR-SUBNET-BITS :GROUP) attribute
for gateways (hosts with more than one address).
Doesn't mung the routing table yet (is that necessary?)." "Victor" NIL)
  (5 "Delete duplicates from services list parsed from WKS records.
This really exposes an incompatibility between DNS and Explorer networking - Explorers
think hosts have the same services on all interfaces." "Victor" NIL)
  (6 "Split DNS-STUB-MAKE-HOST-OBJECT in two, one for looking up info and one for building the object." "Victor" NIL)
  (7 "Added &key CLASS to stub-get-resource-record, so we can play with *CLASS-CHAOS*." "Victor" NIL)
  ))