version 1.65 (5/20/02)
 - Module Support
 - NorthStar now has it's own API
 - Huge internal changes
 - CGI.pm v3.x support
 - Automated installation script
 - various bugfixes

version 1.6 (4/1/02)
 - The addresses table is gone.  Addresses are now added as /32 networks.
 - Devices are no longer required to add a network
 - Devices can be linked to any combination of Location/Owner or can be 
   set to 'Global' to add without a specific Location or Owner
 - The View select and Template select pages are bypassed if only one 
   view/template exists.
 - Their is now a Range function for both Addresses and Netblocks.   You 
   can add a consecutive range of blocks with a specific mask length.
 - Net::IP is really gone now
 - When deleting a network you can now select whether you want to delete
   the block and all children or just move the children up the tree.
 - Block Priorities are now supported.  The Allocation Wizard uses these 
   to help pick the best block.
 - Java network viewer.  This Java applet make viewing networks much better
   by using a client-side applet instead of HTML tables that have to reload
   everytime you expand or collapse something.
 - The documentation has had a major update
 - Various bugfixes

version 1.5 (3/6/02):
 - Net::IP dependency removed
 - Block status bits (Allocated,Assigned,Reclaim,Blocked)
 - Network Allocation Wizard
 - Tree Update fixes
 - Various bug fixes
 - Audit log searching

version 1.4 (2/7/02):
 - changed SQL to be more DB Independent (MySQL should work)
 - removed old listing code (pre-tree's stuff)
 - removed old HTML files not in use anymore
 - audit logging added
 - views added
 - code cleanup

version 1.3 (1/26/02):
 - template based object additions
 - html cleanup
 - code cleanup
 - other misc. features
 - database independent

version 1.25 (12/19/2001):
 - changed to using Net::IP big integers to store net values
 - added depth & path tracking on the trees so views dont collapse
   on adds/updates
 - html changes to get rid of old menu stuff
 - changes in addresses.lib to make it db independent and work
   with new net storage format

version 1.2 (12/13/2001):
 - config file parser 
 - CGI.pm conversion 
 - documentation
 - user interface overhaul
 - user administration interface
 - split ui.lib into different files
 - other code updates

version 1.11 (11/27/2001):
 - device dropdowns were not being created right breaking network additions

version 1.1 (11/27/2001):
 - nested devices and locations
 - search functions
 - code cleanup
 - fixed net_show_listitem.html to update the action menu right
 - various other bug fixes

version 1.02 (11/19/2001):
 - changed everything to use DBI (changes were based on a patch from 
   Omachonu Ogali <missnglnk@informationwave.net> plus additional
   changes by me)
 - fixed bug in AddNet which allowed adding a subnet that was outside the parent
   net's boundaries
 - made address_updaddr.html have the right heading and took out the 
   input for the address
 - made address_detailshow_body.html show the DNS Name
 - changed calls to db_rescheck to pass a reference to $res
 - lots of code cleanup to make sub's use my() for all variables

version 1.01 (11/14/2001):
 - escape form input to make SQL commands work right. (HP)
 - move the INSERT of the admin user in NorthStar.sql up to fix Postgres 
   errors (HP)
 - add a confirmation page to all object deletions (HP)
 - changed the phone and state regex check to be more accomodating of (HP)
   international phone numbers, and made state field optional on owner add
 - other updates in util.lib (HP)
 - update templates to accomodate above changes (HP)