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