aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-15 19:16:21 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-15 19:16:21 +0000
commita93d88c370bde6eacef40e65b21efb5eae353b5a (patch)
treebe96c08981bcd75306cd0084471a9415ac98942d /ChangeLog
parent3fe85503732c885bd3833b9c1c56a8a70d45f253 (diff)
downloadcalcurse-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-xChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14eb99a..1004c6a 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>