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