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