2000-01-07 - release 0.4.2 - added missing include. - corrected a possible buffer overrun bug in the history file reader/parser histread.c that may cause Xwhois to crash if started with a oldformat history file. - added whois.abuse.net to whois server database. - added whois.crsnic.net to whois server database. - added whois.fapesp.br to whois server database. - added whois.nic.net.sg to whois server database. - added whois.registry.hm to whois server database. - added domainz.waikato.ac.nz to whois server database. - added whois.tonic.to to whois server database. - added whois.opensrs.net to whois server database. - added whois.tucows.com to whois server database. - added whois.domaindirect.com to whois server database. - added whois.nic.ac to whois server database. - added whois.mynic.net to whois server database. - added whois.thnic.net to whois server database. - added whois.twnic.net to whois server database. - added whois.adamsnames.tc to whois server database. 1999-12-12 - release 0.4.1 - did a workaround for a weird Sun Solaris malloc() behaviour (possible bug?) in the history parser function. - added missing carrige-return stripoff in readserv.c - added statusbar for displaying status messages, width some initial support for message handling thru sbprintf() function, more to come later. - added Swedish entries to GNOME desktop file. - added geektools.com to whois server database. - added namespace.org to whois server database. - added whois.register.com to whois server database. - added whois.nsiregistry.net to whois server database. - added whois.networksolutions.com to whois server database. 1999-11-18 - release 0.4.0 - removed non standard C function snprintf() from histread.c - fixed some a error in configure.in that made Xwhois broke on cc systems. - fixed null pointer bug in cb_combolist() in xwhois.c. - added static build option for Sun WorkShop C compiler to configure.in. - fixed some glitches for the Sun WorkShop C compiler in configure.in. (Sun WorkShop 'cc' dont cope with the standard '-g3' debug & optimize flag like SGI Mips Pro and DEC/Compaq Digital Unix/Tru64 Alpha C compilers do). - rewrote netintwhois.c to handle multiple parallel queries. - new threaded parallel scanner backend for whois servers with both POSIX Threads and fork/pipe threads support. - slimmed down the borders, changed widget padding from 10 pixels to 5 pixels, I may consider changing back if people dislike the new look. - added prototype declarations for some non ANSI C functions to xwhois.h, to pass tru the gcc -ansi option flag. - added some ANSI C compliance check options to configure.in. 1999-08-16 - release 0.3.9 - fixed variable initializion bug in netintwhois.c - fixed an buffer overrun bug in histread.c that causes Xwhois to crash if started with an old style history file. 1999-08-09 - release 0.3.8 - added server activation and history to the object history list. - added support for muliple search objects is a single whois query. 1999-08-06 - release 0.3.7 - added options for static and IPv6 to configure.in. - added IPv6 networking support to netintwhois.c - wrote a navigator backend to hyperlink that lets you browse whois servers a'la Netscape. - merged Jeremy Elson's hyperlink code and his patch for hyperlink help bug into source tree. - changed installation path for GNOME specific desktop files. - added whois.6bone.net to whois server database. 1999-06-06 - release 0.3.6 - added missing timeout alarm signal handling for connect() in netintwhois.c - added missing timeout handling on read() loop in netintwhois.c. 1999-05-08 - release 0.3.5 - optimized and cleaned up old junk code from netintwhois.c, should save some clock cycles and use less memory now. - fixed object bug in histread.c, it should read object entries correct now. - optimized and cleaned up old junk code in netextwhois.c and netextfwhois.c - added check for glib-config in configure.in. 1999-04-01 - release 0.3.4 - better GTK+ version checking in configure.in, now it works with all existing GTK+ versions. - fixed possible BO issues and memory leaks. - cleaned out some unnessesary source and header files to make it build faster. - fix to the junk/trashing of query string problem. - removed enter button callback for gtk_combo->entry. - changed xwhois system default dir from $(prefix)/lib/xwhois to $(prefix)/share/xwhois. - added whois.nic.or.kr to whois server database. - created dialog for whois server handling, supports adding, removing, changing of whois server entrys. 1999-02-10 - release 0.3.3 - quick bug fix relese to fix the GTK+ development versions API incompatibly problems, should work ok now on anything from GTK+ 1.1.13 and up. 1999-02-09 - release 0.3.2 - more source code clean up. - begin working on the new object history handler. - fixed bug in object history add, strip out empty fields, spaces, newline chars, etc. - fixed bug in about dialog so it handles window manager close signals correct. 1999-02-08 - release 0.3.1 - GTK+ version check added to configure. - source code clean up. - added whois.cdnnet.ca to server database. 1999-02-02 - release 0.3.0 - added compiler optimize flags for Alpha 21164/EV56 - created GNU autoconf/automake package. - added whois.sics.se to server database. - added whois.uk.com to server database. - added whois.gb.com to server database. - added whois.gb.net to server database. - added whois.ripn.net to server database. - added whois.stanford.edu to server database. 1999-01-19 - release 0.2.9 - tooltips feature for whois servers added. - added whois.nic.tm to server database. - added whois.nic.tj to server database. - added whois.nic.sh to server database. - added whois.nic.lk to server database. - added whois.nic.pw to server database. - added whois.nic.li to server database. - added whois.nic.hm to server database. - added whois.nic.bt to server database. - added whois.nic.as to server database. - added whois.nic.af to server database. 1999-01-17 - release 0.2.8 - fixed buffer overflow bug that causes segmentation fault on big querys. - added whois.nic.br to server database. - added whois.dns.pt to server database. 1998-12-27 - release 0.2.7 - some source cleanup. - added whois.nic.cx to server database. - added whois.nic.mx to server database. - added whois.nic.ch to server database. 1998-12-19 - release 0.2.6 - fixed Solaris 2.5.x snprintf() bug, should compile ok now on Solaris 2.5.x systems. 1998-11-26 - release 0.2.5 - minor source and package updates. 1998-11-10 - release 0.2.4 - added object history and fixed some SystemV compaliance issues in Makefile. 1998-10-23 - release 0.2.3 - maintaince release, minor bugfixes. 1998-10-20 - release 0.2.2 - cleaned up Makefile a bit and fixed some GUI glitches. 1998-10-19 - release 0.2.1 - fixed bug in network code so it wont segmentation fault if resolve is unsuccessful. 1998-10-12 - release 0.2.0 - added help button and fixed minor GUI glitches. 1998-08-20 - release 0.1.9 - fixed minor bugs in Makefile and added fallback to system global config file. - fix/port to SGI IRIX platform. 1998-08-16 - release 0.1.8 - fix/port to Digital Unix 4.x platform. 1998-07-25 - release 0.1.7 - added Gnome desktop config file and pixmap. - new entrys to whois server database. 1998-07-09 - release 0.1.6 - no info availble. 1998-07-08 - release 0.1.5 - no info availble. 1998-06-27 - release 0.1.4 - no info availble. 1998-06-27 - release 0.1.3 - no info availble. 1998-06-12 - release 0.1.2 - no info availble. 1998-06-05 - release 0.1.1 - no info availble. 1998-06-04 - release 0.1.0 - first official release.