diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-15 19:16:21 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-15 19:16:21 +0000 |
commit | a93d88c370bde6eacef40e65b21efb5eae353b5a (patch) | |
tree | be96c08981bcd75306cd0084471a9415ac98942d /ChangeLog | |
parent | 3fe85503732c885bd3833b9c1c56a8a70d45f253 (diff) | |
download | calcurse-a93d88c370bde6eacef40e65b21efb5eae353b5a.tar.gz calcurse-a93d88c370bde6eacef40e65b21efb5eae353b5a.zip |
Dates are now written properly again when using the '-r' flag (thanks Chris again for your report).
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ * src/io.c: could not import ical files anymore if notes were not attached to items (thanks Chris for reporting it) + + * src/args.c (app_arg): memory leak fixed + + * src/args.c (parse_args): dates are now written properly again + when using the '-r' flags (thanks again Chris for your report) 2009-07-12 Frederic Culot <frederic@culot.org> |