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