]> the.earth.li Git - autodns.git/commitdiff
cscvs to tla changeset 4
authorJonathan McDowell <noodles@earth.li>
Wed, 15 Jun 2005 10:41:53 +0000 (10:41 +0000)
committerJonathan McDowell <noodles@earth.li>
Wed, 15 Jun 2005 10:41:53 +0000 (10:41 +0000)
Author: noodles
Date: 2004/04/08 10:48:35
0.0.7; update docs to bump version number.

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

ACKNOWLEDGEMENTS
HISTORY
README
autodns.pl

index 022deb2040c7820c9a619e3e122edf81ba2a7969..95bd087832769e31be49225009100b4eefa1a9bd 100644 (file)
@@ -26,3 +26,9 @@ Dominic Hargreaves <dom@earth.li>
 
 Provided add-dns.pl, the beginning (and possibly end) of the contrib
 directory.
+
+
+James Harrison <james.harrison@safenames.co.uk>
+
+Fixed problems with gpg flushing when dealing with lots of domain names in
+a single mail.
diff --git a/HISTORY b/HISTORY
index 2956f22fb34386b8f9ef6907df6ea3a36621ef0a..6a845aebb6659df36cf009e58e3aaa617b2af502 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -37,3 +37,8 @@
 0.0.6 - 4th June 2003
 
 * Allow / characters in .in-addr.arpa zones as per RFC2317. (Simon Huggins)
+
+0.0.7 - 8th April 2004
+
+* Fix for problems with gpg flushing & lots of domains. (James Harrison)
+* Fix bug with writing filenames with /s in them - we convert them to :s now.
diff --git a/README b/README
index b2988c649afbcfbf8230b219ed370b8d2e24a958..dbdc8eb6d592b53c9df11aee426641e44d556751 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-autodns 0.0.6 - A program to aid auto addition of secondary DNS.
-Copyright 1999-2003 Jonathan McDowell for Project Purple.
+autodns 0.0.7 - A program to aid auto addition of secondary DNS.
+Copyright 1999-2004 Jonathan McDowell for Project Purple.
 http://www.earth.li/projectpurple/progs/autodns.html
 
 
index 4ddd2af4bf98ce30dbd8f2f723c3b31979e03881..2b973ee4efe39c52273c1e31e9465d7c72e8537b 100755 (executable)
@@ -1,11 +1,11 @@
 #!/usr/bin/perl -Tw
-# autodns 0.0.6
-# Copyright 1999-2003 Project Purple. Written by Jonathan McDowell
+# autodns 0.0.7
+# Copyright 1999-2004 Project Purple. Written by Jonathan McDowell
 # See ACKNOWLEDGEMENTS file for full details of contributors.
 # http://www.earth.li/projectpurple/progs/autodns.html
 # Released under the GPL.
 #
-# $Id: autodns.pl,v 1.3 2004/04/08 10:45:44 noodles Exp $
+# $Id: autodns.pl,v 1.4 2004/04/08 10:48:35 noodles Exp $
 #
 
 use strict;
@@ -19,7 +19,7 @@ my ($user, $server, $inprocess, $delcount, $addcount, $reload_command);
 my ($domain, @MAIL, @GPGERROR, @COMMANDS, %zones);
 my ($me, $ccreply, $conffile, $domainlistroot, @cfgfiles, $VERSION);
 
-$VERSION="0.0.6";
+$VERSION="0.0.7";
 
 #
 # Local configuration here (until it gets moved to a config file).
@@ -205,7 +205,7 @@ print REPLY <<EOF;
 Subject: $subject
 
 AutoDNS $VERSION
-Copyright 1999-2001 Project Purple. Written by Jonathan McDowell.
+Copyright 1999-2004 Project Purple. Written by Jonathan McDowell.
 Released under the GPL.
 
 EOF