From db8886daedabcfc1e5af280b83b94850684bac19 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Thu, 2 Nov 2006 12:52:49 +0000 Subject: [PATCH] Release 1.0.0 1.0.0; bump version number and update HISTORY. git-archimport-id: noodles@earth.li--pie/autodns--mainline--1.0--patch-25 --- HISTORY | 9 +++++++++ README | 4 ++-- autodns.pl | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 4ee8cfe..1431b73 100644 --- a/HISTORY +++ b/HISTORY @@ -48,3 +48,12 @@ * 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 cfe3116..ca4e2a2 100644 --- 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 diff --git a/autodns.pl b/autodns.pl index a15fc71..df5f38e 100755 --- a/autodns.pl +++ b/autodns.pl @@ -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 -- 2.39.2