4e5663f06bdc8af95d63e382b741f6fa1335016b
[eoc.git] / NEWS
1 NEWS file for Enemies of Carlotta, a mailing list manager
2
3 Significant user-visible changes from version 1.2.4 to version 1.2.5:
4
5     * The change in 1.2.3 used the wrong log printing function, this
6       release uses the right one.
7
8 Significant user-visible changes from version 1.2.3 to version 1.2.4:
9
10     * A fix to CVE-2006-5875, a security problem where EoC did not quote
11       shell command line arguments properly. Thanks to Antti-Juhani
12       Kaijanaho for finding the problem.
13
14 Significant user-visible changes from version 1.2.2 to version 1.2.3:
15
16     * When there is a problem with MIME header encodings, don't kill EoC,
17       just print a warning.
18
19 Significant user-visible changes from version 1.2.1 to version 1.2.2:
20
21     * Manual page: documents the values to the --posting option, and has
22       instructions for Courier-MTA users.
23     
24     * When someone is told to wait for moderation, the message now contains
25       a few words of explanation that it might have happened due to spam.
26       
27     * A German translation courtesy of Johannes Berg.
28     
29     * Fixes to mail template headers (missing MIME-Type added, typos in
30       Content-Type headers).
31       
32     * Bug fixes to avoid problems when mail headers are wrong (and encoding
33       them correctly fails), or when mail headers contain colons, or when
34       there's problems sending mail. Also, List-* headers are removed from
35       incoming e-mails.
36       
37     * CRLF line endings in incoming messages are converted to LF.
38
39 Significant user-visible changes from version 1.2 to version 1.2.1:
40
41     * Bugfix: Checking for base64 encodings now works.
42
43 Significant user-visible changes from version 1.1.5 to version 1.2:
44
45     * When the list manager sends a mail with an attached message (e.g.,
46       a bounce), they are marked as "Content-disposition: inline" so that
47       they are shown by default (by sensible mail user agents).
48       
49     * A footer is not appended to messages that are base64 encoded.
50     
51     * Updated translations for templates and manual pages.
52
53 Significant user-visible changes from version 1.1.4 to version 1.1.5:
54
55     * Debug logs no longer go to stderr, just to the log file. This should
56       prevent sudden deaths from MTA buffers becoming full.
57       
58     * Bugs about treating addresses in case-insensitive manners fixed.
59     
60     * Lists can now be configured to ignore bounces. (By Jaakko Niemi.)
61     
62     * Moderators for posting can be separate from list owners. (By Pascal
63       Hakim.)
64       
65     * Header MIME encoding can be disabled per list.
66
67 Significant user-visible changes from version 1.1.3 to version 1.1.4:
68
69     * Fixed race condition when multiple moderators approve or reject the
70       same message at the same time. This could result in the message being
71       sent multiple times.
72
73 Significant user-visible changes from version 1.1.2 to version 1.1.3:
74
75     * Mails sent by EoC now get their headers MIME encoded (if the version
76       of Python in use has the email.Header module).
77
78     * A bunch of new command line options: --get, --set, --language,
79       --mail-on-forced-unsubscribe, --mail-on-subscription-changes,
80       --version
81       
82     * Making an empty template file prevents the corresponding mail from
83       being sent at all. This can be used, for example, to prevent
84       "please wait for moderation" mails.
85       
86     * The beginnings of a plugin architecture, where plugins can modify
87       EoC's operation or the mails it sends. There is only one supported
88       hook at the moment, though, but more will be added as needed.
89       
90     * --show-lists now shows lists in alphabetical order.
91
92 Significant user-visible changes from version 1.1.1 to version 1.1.2:
93
94     * This is still a DEVELOPMENT release. There have been many changes
95       and the documentation and translations are probably out of date.
96       There may be bugs lurking as well.
97       
98     * Headers of messages sent to the list can be manipulated in simple
99       ways: some headers can be removed and others added.
100       
101     * Error messages are now user-friendlier than Python's stack traces.
102     
103     * When EoC attaches a message to something it sends to a user, it
104       does so by making it a proper MIME attachment.
105       
106     * Message templates are now in UTF-8.
107     
108     * Manual page in Spanish.
109
110 Significant user-visible changes from version 1.1.0 to version 1.1.1:
111
112     * This is still a DEVELOPMENT release. There have been many changes
113       and the documentation and translations are probably out of date.
114       There may be bugs lurking as well.
115       
116     * Manual page mentions the "templates" sub-directory of the list specific
117       directory.
118       
119     * QMQP implementation is now installed by "make install".
120     
121     * Bashism in the Makefile have been removed.
122     
123     * Bugs regarding lists with names that are not all lower case have
124       been fixed.
125
126     * This release is dedicated to Jaakko Niemi who found most bugs in 1.1.0.
127
128 Significant user-visible changes from version 1.0.3 to version 1.1.0:
129
130     * This is a DEVELOPMENT release. There have been many changes and the
131       documentation and translations are probably out of date. There may be
132       bugs lurking as well.
133       
134     * QMQP support from Jaakko Niemi.
135     
136     * Command line syntax errors result in an error message rather than 
137       a stack trace.
138
139     * Upper and lower case are no longer treated as being different characters
140       in e-mail addresses.
141       
142     * New options --sender and --recipient.
143     
144     * Subscription and posting moderation requests now use the rejection
145       address to make life easier for mutt users.
146       
147     * Swedish translation.
148     
149     * Mails sent by EoC now have a "real name" in the From header, to lessen
150       the chance they are caught by spam filters.
151
152 Significant changes from version 1.0.2 to version 1.0.3:
153
154     * Added option --post, to bypass moderation.
155     
156     * The manual page now documents all mail command addresses.
157     
158     * Bug fix: Qmail section in the manual page had extra quotation marks.
159     They have been removed.
160     
161     * Bug fix: Log file didn't get more than the first message of each
162     run. Now fixed so that it gets all messages. (Stderr got everything
163     even before, though.)
164
165 Significant changes from version 1.0.1 to version 1.0.2:
166
167     * Manual page fix: the example for creating a new list now actually
168     works.
169     
170     * Added option --show-lists, to list all lists.
171
172 Significant changes from version 1.0 to version 1.0.1:
173
174     * Bug fixes only.
175     
176     * --help option implemented.
177     
178     * --create: If ~/.enemies-of-carlotta exists, but a file named
179     "secret" inside it doesn't, create the file instead of crashing.
180     
181     * Bounce handling fixed.