]> the.earth.li Git - autodns.git/commitdiff
Release 1.0.0 main
authorJonathan McDowell <noodles@earth.li>
Thu, 2 Nov 2006 12:52:49 +0000 (12:52 +0000)
committerJonathan McDowell <noodles@earth.li>
Thu, 2 Nov 2006 12:52:49 +0000 (12:52 +0000)
1.0.0; bump version number and update HISTORY.

git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-25

HISTORY
README
autodns.pl

diff --git a/HISTORY b/HISTORY
index 4ee8cfee335402078e3a8e0fffbeb6731278afed..1431b731f3cf341a0b3f21e9f1e930380b7ffcff 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * 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.
diff --git a/README b/README
index cfe311671c7ab90206e956f20a51a9bd99d372c6..ca4e2a2807ef755eb8090adfafda03140ab73712 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-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
 
 
index a15fc71d2912b8652fb5c77cb98f87b3aaf29c91..df5f38e54ce727eb3566c25c0160d0d1147a4dcb 100755 (executable)
@@ -1,5 +1,5 @@
 #!/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
@@ -23,7 +23,7 @@ my ($domain, @MAIL, @GPGERROR, @COMMANDS, %zones, $VERSION);
 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