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