2003-05-09 Andreas Kupries * resolv.tcl (::resolv::init): Added missing [expr] bracing. 2003-05-05 Andreas Kupries * * Released and tagged Tcllib 1.4 ======================== * 2003-04-14 Pat Thoyts * dns.tcl: Added error message to the timeout. * resolv.tcl: incorporated some of Emmanuel's updated code. 2003-04-12 Pat Thoyts * dns.man: *Renamed* to tcllib_dns.man to avoid a name clash with the dns manpage from the scotty package. 2003-04-11 Pat Thoyts * dns.tcl: Try to read the whole reply when using tcp. Added a catch to avoid bgerrors within the handler. * dns.tcl: * dns.man: * pkgIndex.tcl: hiked version to 1.0.4 2003-04-11 Andreas Kupries * dns.tcl: * dns.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.0.3 throughout. Added package 'resolv' to index. 2003-03-04 Pat Thoyts * dns.tcl: converted from the log package to logger. Enable UDP as the default if available. 2003-02-27 Pat Thoyts * resolv.tcl: Imported Emmanuel Frecon's code from the Tclers Wiki. Provides a name cache and simplifies usage of the dns package. 2003-02-25 Pat Thoyts * dns.tcl: Tested the UDP transmission using a fixed TclUDP. * dns.tcl: Implemented inverse queries. (Pretty useless though). * dns.tcl: Added errorcode procedure. 2003-01-30 Pat Thoyts * dns.tcl: Implemented UDP transmission. Currently not tested because tcludp doesn't handle binary data. 2003-01-24 Pat Thoyts * pkgIndex.tcl: * dns.man: Added Tcl 8.2 as minimum Tcl version to resolve bug * dns.tcl: #674330. Upped version to 1.0.2 * dns.test: Added some tests for the dns uri handling and fixed a bug in decoding the class and type section. 2003-01-16 Andreas Kupries * dns.man: More semantic markup, less visual one. 2002-08-30 Andreas Kupries * dns.tcl: Updated 'info exist' to 'info exists'. 2002-06-07 Andreas Kupries * dns.man: * dns.tcl: * pkgIndex.tcl: Version up to 1.0.1 * dns.tcl: moved var initialization code to the end, as it uses the 'dns::configure' command, and thus should be called after its definition. This is the reason for bug #564670, thus now fixed. 2002-06-05 Andreas Kupries * dns.man: Added note to manpage regarding DNS via TCP and possible pitfalls.