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