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