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