1.0.0; bump version number and update HISTORY.
git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-25
* Add support for MIME signed mails. (Simon Huggins)
* Ensure existance of domain list for users.
* Move config out to a separate file.
+
+1.0.0 - 2nd November 2006
+
+* Tidy up waiting for GPG termination.
+* Add MASTER command for setting master server to slave from.
+* Allow longer TLDs (6 chars instead of 4).
+* Add ADDUSER command to allow new user creation via email.
+* Various minor code cleanups.
+* Bump version to 1.0.0; the code is reasonably mature now.
-autodns 0.0.8 - A program to aid auto addition of secondary DNS.
-Copyright 1999-2005 Jonathan McDowell for Project Purple.
+autodns 1.0.0 - A program to aid auto addition of secondary DNS.
+Copyright 1999-2006 Jonathan McDowell for Project Purple.
http://www.earth.li/projectpurple/progs/autodns.html
#!/usr/bin/perl -Tw
-# autodns 0.0.8
+# autodns 1.0.0
# Copyright 1999-2006 Project Purple. Written by Jonathan McDowell
# See ACKNOWLEDGEMENTS file for full details of contributors.
# http://www.earth.li/projectpurple/progs/autodns.html
use vars qw($me $ccreply $conffile $domainlistroot @cfgfiles $usersfile
$lockfile $reload_command $expiry $zonefiledir);
-$VERSION = "0.0.8";
+$VERSION = "1.0.0";
#
# Load our config