Update release date and mention tests
[email-reminder.git] / Changes
blobfed89bc28428f0a829e31cfcf5dbc8a0620c5d23
1 0.7.7 (2014-01-27)
2     - update URL for the email-reminder homepage
3     - update author email address
4     - fix tests to work with a recent version of Perl
6 0.7.6 (2010-01-31)
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)
10 0.7.5 (2009-03-11)
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
19 0.7.4 (2008-11-20)
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
25 0.7.3 (2008-04-13)
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
32 0.7.2 (2008-02-21)
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
40 0.7.1 (2008-01-12)
41     - warn when the configuration file cannot be read because of permission problems
42     - fix a taint error while connecting to the SMTP server
44 0.7.0 (2007-12-11)
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
53 0.6.0 (2007-08-13)
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
59 0.5.7 (2007-05-29)
60     - add the date field to emails that we send out since some MTAs don't 
61       include that field (patch by Ron Guerin)
63 0.5.6 (2005-12-11)
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
71 0.5.5 (2005-08-26)
72     - display the date of the occurence in advance notifications
74 0.5.4 (2005-06-07)
75     - fix the name of the global config file so that system configuration 
76       is actually taken into account 
78 0.5.3 (2005-04-25)
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
83 0.5.2 (2005-01-31)
84     - fix email subject when sending advance notice of a birthday
85     - add version number and project URL to signature
87 0.5.1 (2004-09-08)
88     - fix the cron job so that it can find the send-reminders script
90 0.5.0 (2004-09-07)
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
96     - user documentation
98 0.2.0 (2004-08-11)
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
109         
110 0.1.0 (2004-07-01)
111     - Initial private release