Move TODO items to a cil repo
[email-reminder.git] / Changes
blob2d13ab46509bef5bfc9cd79f16c1896450f138a9
1 0.7.4 (UNRELEASED)
2     - update homepage URL in the footer of emails
3     - remove the doap.xml file
4     - move TODO items to an embedded cil repo
6 0.7.3 (2008-04-13)
7     - subject line is now properly encoded as UTF-8
8     - don't bother untainting the home directory of system user accounts
9     - allow dots in user home directories
10     - debugging output is now UTF-8 encoded
11     - removed warning in monthly events validation
13 0.7.2 (2008-02-21)
14     - fixed a bug where the reminders file would not be saved in the UTF-8 encoding
15       and hence would not be read by the XML parser
16     - support UTF-8 characters in emails sent out
17     - removed unnecessary "Encoding" from the example desktop file
18     - added doap.xml description file to the tarball
19     - only display the "non-writable file" warning when editing the file
21 0.7.1 (2008-01-12)
22     - warn when the configuration file cannot be read because of permission problems
23     - fix a taint error while connecting to the SMTP server
25 0.7.0 (2007-12-11)
26     - create a new collect-reminders utility so that send-reminders can be run
27       without root privileges
28     - added support for SMTP servers requiring authentication
29     - report SMTP server errors in send-reminders
30     - enable taint mode on both cron job scripts
31     - make use of the 3-parameter open() function
32     - removed warning in weekly events validation
34 0.6.0 (2007-08-13)
35     - release under the GPL v3
36     - add monthly and weekly recurrences
37     - in the example cron job (INSTALL), don't output an error message when 
38       the script cannot be found
40 0.5.7 (2007-05-29)
41     - add the date field to emails that we send out since some MTAs don't 
42       include that field (patch by Ron Guerin)
44 0.5.6 (2005-12-11)
45     - support for sending the events to multiple email addresses throught the
46       <recipients> ... </recipients> tag list
47     - display the full date of the occurence in advance notifications 
48       (also fixes a bug with events w/o starting years)
49     - fixed typo in anniversary reminders
50     - update FSF's mailing address
52 0.5.5 (2005-08-26)
53     - display the date of the occurence in advance notifications
55 0.5.4 (2005-06-07)
56     - fix the name of the global config file so that system configuration 
57       is actually taken into account 
59 0.5.3 (2005-04-25)
60     - add support for the <reminder-name> and <reminder-email> tags
61       which allows for different events to be sent to different accounts
62     - fix problems with events set on February 29th
64 0.5.2 (2005-01-31)
65     - fix email subject when sending advance notice of a birthday
66     - add version number and project URL to signature
68 0.5.1 (2004-09-08)
69     - fix the cron job so that it can find the send-reminders script
71 0.5.0 (2004-09-07)
72     - Initial public release
73     - custom data stores for lists (improves save speed)
74     - support birthdays and anniversaries without years
75     - normalize the date as entered by the user
76     - licensing everything on the GPL
77     - user documentation
79 0.2.0 (2004-08-11)
80     - Second private release
81     - select "same day" reminder by default
82     - gray out the spin button while "in advance" checkbox is disabled
83     - automatically fill-in the user's Full Name if possible
84     - ignore invalid email addresses
85     - warn about exiting with empty email address
86     - when some fields are not set, don't mention them in the email
87     - when send-reminder is not run as root, it looks only at the user's events
88     - add a test button to run send-reminders in the GUI
89     - ship a GNOME menu icon
90         
91 0.1.0 (2004-07-01)
92     - Initial private release