annotate ChangeLog @ 9:e226ec6c1e74

ChangeLog addition and version bump to 0.3.2 for now.
author mmj
date Thu, 22 Apr 2004 22:09:52 +1000
parents 21ce01de8109
children 80d78590635e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
e226ec6c1e74 ChangeLog addition and version bump to 0.3.2 for now.
mmj
parents: 0
diff changeset
1 o Cleanup and reimplementation of several functions that needed it badly
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
2 0.3.1
21ce01de8109 Initial revision
mmj
parents:
diff changeset
3 o Add BINDIR (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
4 o Fix retstruct->emaillist initialize (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
5 o Log handling adjustments (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
6 o Touch subscribers and index (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
7 0.3.0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
8 o Footer addition. Make a file called /path/to/listname/footer and it will be
21ce01de8109 Initial revision
mmj
parents:
diff changeset
9 added to all mails.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
10 o Implement the help function. Send a mail to listname+help to get help. Also
21ce01de8109 Initial revision
mmj
parents:
diff changeset
11 address used as From: address when sending sub/unsub mails
21ce01de8109 Initial revision
mmj
parents:
diff changeset
12 o Make find_subscriber more safe (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
13 o Completely use EXIT_macro (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
14 0.2.2
21ce01de8109 Initial revision
mmj
parents:
diff changeset
15 o Add proper checks for the execpl (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
16 o Use EXIT_ macros for exit (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
17 o Try /dev/urandom before /dev/random
21ce01de8109 Initial revision
mmj
parents:
diff changeset
18 o Make the random_int() function work without /dev/random, which is not
21ce01de8109 Initial revision
mmj
parents:
diff changeset
19 present on DEC-Unix/Tru64 (mortenp)
21ce01de8109 Initial revision
mmj
parents:
diff changeset
20 o Make -V print the version
21ce01de8109 Initial revision
mmj
parents:
diff changeset
21 0.2.1
21ce01de8109 Initial revision
mmj
parents:
diff changeset
22 o Make the From: header on sub/unsub mails be listname+help
21ce01de8109 Initial revision
mmj
parents:
diff changeset
23 o Double check the subscription address before adding.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
24 o The From header should be generated according to archive in the list mails
21ce01de8109 Initial revision
mmj
parents:
diff changeset
25 for proper bounce handling
21ce01de8109 Initial revision
mmj
parents:
diff changeset
26 o Cannot specify both -c and -C to mlmmj-{unsub,sub}scribe
21ce01de8109 Initial revision
mmj
parents:
diff changeset
27 o Small bugfixes
21ce01de8109 Initial revision
mmj
parents:
diff changeset
28 0.2.0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
29 o Implement subscription and unsubscription by email
21ce01de8109 Initial revision
mmj
parents:
diff changeset
30 o Remove the need for the -l switch by introducing a listaddress file in the
21ce01de8109 Initial revision
mmj
parents:
diff changeset
31 mailinglist directory
21ce01de8109 Initial revision
mmj
parents:
diff changeset
32 o Make use of a queue directory, and not move mails to the archive before they
21ce01de8109 Initial revision
mmj
parents:
diff changeset
33 are processed by mlmmj-send.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
34 0.1.4
21ce01de8109 Initial revision
mmj
parents:
diff changeset
35 o Properly handle the replies from the mailserver on our requests. Still need
21ce01de8109 Initial revision
mmj
parents:
diff changeset
36 some kind of requeing mechanism though.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
37 o Use automake and autoconf
21ce01de8109 Initial revision
mmj
parents:
diff changeset
38 o Use fcntl instead of flock
21ce01de8109 Initial revision
mmj
parents:
diff changeset
39 o Add a script to make the mailinglist directories - thanks hennebird
21ce01de8109 Initial revision
mmj
parents:
diff changeset
40 0.1.3
21ce01de8109 Initial revision
mmj
parents:
diff changeset
41 o Make it write \r\n for each \n.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
42 o Convert everything possible to snprintf
21ce01de8109 Initial revision
mmj
parents:
diff changeset
43 o Make valgrind (http://developer.kde.org/~sewardj/) find no error, leaks
21ce01de8109 Initial revision
mmj
parents:
diff changeset
44 anything
21ce01de8109 Initial revision
mmj
parents:
diff changeset
45 0.1.2
21ce01de8109 Initial revision
mmj
parents:
diff changeset
46 o Made mlmmj-unsubscribe
21ce01de8109 Initial revision
mmj
parents:
diff changeset
47 o Made mlmmj-subscribe
21ce01de8109 Initial revision
mmj
parents:
diff changeset
48 o Fix the indexnumber in the From header. Was reversed.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
49 0.1.1
21ce01de8109 Initial revision
mmj
parents:
diff changeset
50 o Custom headers. Add a file called 'customheaders' in the listdir
21ce01de8109 Initial revision
mmj
parents:
diff changeset
51 and it will be added. Should be used for Reply-To: if God forbid someone
21ce01de8109 Initial revision
mmj
parents:
diff changeset
52 wants to use that.
21ce01de8109 Initial revision
mmj
parents:
diff changeset
53 o Cleanup a bit
21ce01de8109 Initial revision
mmj
parents:
diff changeset
54 0.1.0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
55 o Initial version working with archiving and not much else apart from the
21ce01de8109 Initial revision
mmj
parents:
diff changeset
56 same functionality as a list in /etc/aliases