2 - removed "No reminders found for..." message unless verbose is set
3 - added lots of tests from Andy Chilton
4 - update homepage URL in the footer of emails
5 - remove the doap.xml file
6 - move TODO items to an embedded cil repo
9 - subject line is now properly encoded as UTF-8
10 - don't bother untainting the home directory of system user accounts
11 - allow dots in user home directories
12 - debugging output is now UTF-8 encoded
13 - removed warning in monthly events validation
16 - fixed a bug where the reminders file would not be saved in the UTF-8 encoding
17 and hence would not be read by the XML parser
18 - support UTF-8 characters in emails sent out
19 - removed unnecessary "Encoding" from the example desktop file
20 - added doap.xml description file to the tarball
21 - only display the "non-writable file" warning when editing the file
24 - warn when the configuration file cannot be read because of permission problems
25 - fix a taint error while connecting to the SMTP server
28 - create a new collect-reminders utility so that send-reminders can be run
29 without root privileges
30 - added support for SMTP servers requiring authentication
31 - report SMTP server errors in send-reminders
32 - enable taint mode on both cron job scripts
33 - make use of the 3-parameter open() function
34 - removed warning in weekly events validation
37 - release under the GPL v3
38 - add monthly and weekly recurrences
39 - in the example cron job (INSTALL), don't output an error message when
40 the script cannot be found
43 - add the date field to emails that we send out since some MTAs don't
44 include that field (patch by Ron Guerin)
47 - support for sending the events to multiple email addresses throught the
48 <recipients> ... </recipients> tag list
49 - display the full date of the occurence in advance notifications
50 (also fixes a bug with events w/o starting years)
51 - fixed typo in anniversary reminders
52 - update FSF's mailing address
55 - display the date of the occurence in advance notifications
58 - fix the name of the global config file so that system configuration
59 is actually taken into account
62 - add support for the <reminder-name> and <reminder-email> tags
63 which allows for different events to be sent to different accounts
64 - fix problems with events set on February 29th
67 - fix email subject when sending advance notice of a birthday
68 - add version number and project URL to signature
71 - fix the cron job so that it can find the send-reminders script
74 - Initial public release
75 - custom data stores for lists (improves save speed)
76 - support birthdays and anniversaries without years
77 - normalize the date as entered by the user
78 - licensing everything on the GPL
82 - Second private release
83 - select "same day" reminder by default
84 - gray out the spin button while "in advance" checkbox is disabled
85 - automatically fill-in the user's Full Name if possible
86 - ignore invalid email addresses
87 - warn about exiting with empty email address
88 - when some fields are not set, don't mention them in the email
89 - when send-reminder is not run as root, it looks only at the user's events
90 - add a test button to run send-reminders in the GUI
91 - ship a GNOME menu icon
94 - Initial private release