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