aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-21 18:16:21 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-21 18:16:21 +0000
commit627fd8a8aa380c3343800012c58ff0431c566614 (patch)
tree3209af506b43c59ef558eda23680ec6c32fdb017 /ChangeLog
parentbff0d973a426a5c9b55e824ab2a11560a2245938 (diff)
downloadcalcurse-627fd8a8aa380c3343800012c58ff0431c566614.tar.gz
calcurse-627fd8a8aa380c3343800012c58ff0431c566614.zip
Basic lock mechanism implemented to avoid having two calcurse instances running at the same time.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7779a4..c6cc4a8 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
* src/utils.c: fixed a memory leak caused by a wrong usage of the
notify_app structure
+
+ * src/io.c (io_set_lock, io_unset_lock): new functions to
+ implement a basic locking mechanism in order to avoid having two
+ calcurse instances running at the same time
2009-06-20 Frederic Culot <frederic@culot.org>