0.9 01/27/03 - Change main menu title to "DnsAdmin Main Menu" 01/09/03 - update version number - Change "Main Menu" to "Main DnsAdmin Menu" 0.8 10/4/02 < Chris Stump > - Fixed mod_domain.html to include "dname" in delete domain form. Now you can delete domains from the modify domain interface. 08/22/02 - Modified display_domain() to show domain listings in sets of 50 for large domains. Added "Next" & "Previous" cgi links 08/21/02 - Modified display_domain() to show *every* requested domain listing specified in the tinydns data file. 08/19/02 - Modified list_domains() to find and use the actual domain name 08/16/02 - Modified mod_domain() so that it actually modifies the tinydns data file - B. Plagge - Added call to get_options() in main() in dnsdata.c 08/12/02 - Modified Makefile.am so that .htaccess & dnsadmin.acl are not overwritten during install if they already exist. Install also now creates html/en-us file. - Added global_par call to view_domain so that "Modify Domain" button presses work correctly. > 0.7 03/27/02 - update .h .c headers 03/21/02 - update INSTALL - make the default permission on .htaccess to be 644 Most web servers want that permisison. 0.6 02/28/02 - remove fs_data usage from dnsdata.c 01/23/02 - Move over dns/mysql utils from 0.4 release - add in Dave Wieners slave zone support and zone file ripping Lots of new changes 01/04/02 - change add domain to automatically append the domain name to each host. If the host is blank it just creates a record for the domain instead of prepending the hostname. - tested setting defaults for all the input values on add_domain works great! - add show all domains main menu action - change "show domains" to search domains on main menu 01/02/02 - new simple cgi program - add simple list domains feature will list all domains or just domains that contain the specified string - add simple view domain feature: displays each entry for the domain - add simple delete domain feature - set default background to white with black letters 0.5 09/24/01 - check for ";" comment in zone file 08/16/01 - add .htaccess INSTALL instructions - add .htaccess make install-strip setup 0.4 08/01/01 - dnsloadzone: support freshstudios.com. IN MX 10 mail syntax in the body of the zone file. 0.3 07/10/01 - dnsadmin: many new features - dnsloadzone: support for " IN A IP" in zone files. it used to generate PARSE ERROR 4 Daryl Jones - dnsloadzone: keyed columns need NOT NULL in create statements - dnsloadzone: was not using the config.h database values - dnsloadzone: add -x option to not drop/create tables - dnsloadzone: change index on domains to use domain_id - dnsloadzone: add index on domains table for domain column - dnsloadzone: change domains from domain varchar(100) to varchar(200) - dnsloadzone: change records host varchar(100) to varchar(200) - dnsloadzone: CNAME records didn't get fully qualified - dnsfix: added new program, changes CNAME to A records, almost nobody needs a CNAME. And if they do, they should rethink why. 0.2 07/09/01 - add cgi code from vqadmin - configure: add for user, password, hostname and database - dnsloadzone: use new options - dnsloadzone: add getting options from command line - dnszone: use full hostnames and dots at end - dnszone: add getting options from command line - dnszone: add using defaults from config.h - dnsdata: add getting options from command line - dnsdata: add using defaults from config.h - dnszone: set SOA record using first NS record - dnsadmin: add in support files for cgi/web support - dnsadmin: add primitive main menu, view domain, show domains - dnsloadzone: accept debug levels - added more INSTALL instructions 0.1 07/07/01 - first beta version