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