Changes since 0.1.1:
 * Removed KDE 3.1 support...seriously, upgrade.
 * Migrated to UIC for the prefs, more UIC coming soon.
 * Refactored the host info page.
 * We have graphics now!
 * Near full revamp of nmap code, new parsing, scanning, and presentation.
 * The automake code is less braindead now.
 * Stability has increased overall, as well as usefullness.
 * Seriously, soo many changes, if you want the details, than diff -Naur it.

Changes since 0.1.0:
 * KNetmap now compiles on Qt 3.1, with slight degradation of apperance.
 * The tree view now has proper sorting.
 * Various trivial cleanups.

Changes since prehistory:
 * Debianized KNetmap.
 * KNetmap now compiles with KDE 3.1.
 * Ports are now sorted properly in the host page.
 * Many cleanups and fixes.
 * Added default nmap profiles.
 * Scans  in scanwidget's menu, and nmap's RMB are now sorted.
 * Updated TODO, README, and LSM file.
 * Updated knetmap/pics/Makefile.am so that the icons get nuked on make uninstall.
 * Updated knetmap/knetmap.desktop.
 * Updated TODO file.
 * Rewrote the parser again, this time there is no threading, finally got all the bugs and glitches that plagued me with the damn threads...I've learned my lesson...for now.
 * Cleanups, bug fixes, and other small changes, gearing up for the 0.1.0 release.
 * Complete rewrite of KNetmapNmapParser.
 * KNetmapHost and KNetmapPort should now be thread safe.
 * Moved hostIcon and portIcon from globals in KNetmapView to ther respective classes.
 * Added (de)serialization to host and subnet code.
 * Fleshed out KNetmapDoc to support Saving/Opening.
 * Misc trivial cleanups.
 * Added General Pref Page.
 * Added option for root comand.
 * Changed NMap Scanner to use global root command.
 * Cleaned up scanner modules symantics: targets are now strings, not objects.
 * Trivial cleanup/optimization in NMap Parser.
