]> the.earth.li Git - autodns.git/blob - HISTORY
Release 1.0.0
[autodns.git] / HISTORY
1 0.0.1 - 11th December 1999
2
3 * First release.
4
5 0.0.2 - 22nd December 1999
6
7 * Added check to make sure there are no illegal characters in the
8   domain name we are adding.
9 * Added checking of existing zones so that it's not possible to add the
10   same zone twice.
11
12 0.0.3 - 17th February 2000
13
14 * Added check for mail from mailer-daemon, so we don't try to parse
15   bounces.
16 * Fixed to work with use strict.
17 * Wrote a README.
18 * Forced domains into all lower case.
19
20 0.0.4 - 12th July 2001
21
22 * Fixed stupid bug that meant we could add zones that already existed.
23 * Added HELP command.
24 * Added DEL command.
25 * Added better checking of domain syntax.
26 * Fixed gpg locale error (we assumed English messages for parsing).
27 * Added user configuration file.
28 * Added locking.
29 * Don't reply to the same address twice (cc & to).
30 * Better GPG error checking.
31 * Added contrib directory (currently with just add-dns.pl in it)
32
33 0.0.5 - 10th November 2002
34
35 * Changed valid domain regex to allow 4 character TLDs (triggered by .info).
36
37 0.0.6 - 4th June 2003
38
39 * Allow / characters in .in-addr.arpa zones as per RFC2317. (Simon Huggins)
40
41 0.0.7 - 8th April 2004
42
43 * Fix for problems with gpg flushing & lots of domains. (James Harrison)
44 * Fix bug with writing filenames with /s in them - we convert them to :s now.
45
46 0.0.8 - 9th April 2005
47
48 * Add support for MIME signed mails. (Simon Huggins)
49 * Ensure existance of domain list for users.
50 * Move config out to a separate file.
51
52 1.0.0 - 2nd November 2006
53
54 * Tidy up waiting for GPG termination.
55 * Add MASTER command for setting master server to slave from.
56 * Allow longer TLDs (6 chars instead of 4).
57 * Add ADDUSER command to allow new user creation via email.
58 * Various minor code cleanups.
59 * Bump version to 1.0.0; the code is reasonably mature now.