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