2 - update URL for the email-reminder homepage
3 - update author email address
4 - fix tests to work with a recent version of Perl
7 - fix to make yearless events work again (thanks to Will Berriss!)
8 - more tolerant parsing of config options (yes/no, true/false now supported)
11 - fix anniversary reminders not been sent if they have a special name
12 - email a warning message for occurring events which can't be processed
13 - use the correct recipient name in the salutation when the reminder is not
14 going to a third-party
15 - no longer require the Net::SMTP::SSL module
16 - update author email address
17 - option to send birthday wishes to the email-reminder author
20 - support for SSL SMTP servers
21 - removed "No reminders found for..." message unless verbose is set
22 - added lots of tests from Andy Chilton
23 - update homepage URL in the footer of emails
26 - subject line is now properly encoded as UTF-8
27 - don't bother untainting the home directory of system user accounts
28 - allow dots in user home directories
29 - debugging output is now UTF-8 encoded
30 - removed warning in monthly events validation
33 - fixed a bug where the reminders file would not be saved in the UTF-8 encoding
34 and hence would not be read by the XML parser
35 - support UTF-8 characters in emails sent out
36 - removed unnecessary "Encoding" from the example desktop file
37 - added doap.xml description file to the tarball
38 - only display the "non-writable file" warning when editing the file
41 - warn when the configuration file cannot be read because of permission problems
42 - fix a taint error while connecting to the SMTP server
45 - create a new collect-reminders utility so that send-reminders can be run
46 without root privileges
47 - added support for SMTP servers requiring authentication
48 - report SMTP server errors in send-reminders
49 - enable taint mode on both cron job scripts
50 - make use of the 3-parameter open() function
51 - removed warning in weekly events validation
54 - release under the GPL v3
55 - add monthly and weekly recurrences
56 - in the example cron job (INSTALL), don't output an error message when
57 the script cannot be found
60 - add the date field to emails that we send out since some MTAs don't
61 include that field (patch by Ron Guerin)
64 - support for sending the events to multiple email addresses throught the
65 <recipients> ... </recipients> tag list
66 - display the full date of the occurence in advance notifications
67 (also fixes a bug with events w/o starting years)
68 - fixed typo in anniversary reminders
69 - update FSF's mailing address
72 - display the date of the occurence in advance notifications
75 - fix the name of the global config file so that system configuration
76 is actually taken into account
79 - add support for the <reminder-name> and <reminder-email> tags
80 which allows for different events to be sent to different accounts
81 - fix problems with events set on February 29th
84 - fix email subject when sending advance notice of a birthday
85 - add version number and project URL to signature
88 - fix the cron job so that it can find the send-reminders script
91 - Initial public release
92 - custom data stores for lists (improves save speed)
93 - support birthdays and anniversaries without years
94 - normalize the date as entered by the user
95 - licensing everything on the GPL
99 - Second private release
100 - select "same day" reminder by default
101 - gray out the spin button while "in advance" checkbox is disabled
102 - automatically fill-in the user's Full Name if possible
103 - ignore invalid email addresses
104 - warn about exiting with empty email address
105 - when some fields are not set, don't mention them in the email
106 - when send-reminder is not run as root, it looks only at the user's events
107 - add a test button to run send-reminders in the GUI
108 - ship a GNOME menu icon
111 - Initial private release