aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-27 21:02:55 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-27 21:02:55 +0000
commit3509b7bb723c5b6fcf64f0b933b4b223e96728ef (patch)
tree1fa256c40f391604e734b45989d3b20f59b5bb67 /ChangeLog
parent4f0c71585d9dfe09060ee750a6528c44ddd2c1b9 (diff)
downloadcalcurse-3509b7bb723c5b6fcf64f0b933b4b223e96728ef.tar.gz
calcurse-3509b7bb723c5b6fcf64f0b933b4b223e96728ef.zip
Better error checking and memory handling when in daemon mode.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d60b63..f6eb930 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,9 @@
* src/utils.c (free_user_data): new function
* src/dmon.c: work on allocating and freeing memory associated
- with user data
+ with user data + log problems related to data file access
+
+ * src/io.c (io_file_exist): new function
2009-07-26 Frederic Culot <frederic@culot.org>