summaryrefslogtreecommitdiffstats
path: root/jnlib/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-06-28 17:14:09 +0200
committerWerner Koch <wk@gnupg.org>2006-06-28 17:14:09 +0200
commit6c4ae71b5d62e5c4346c0f1eab599b813f77ae17 (patch)
treea6c9920dbbc2ddca800007f62a7ca54be40e9287 /jnlib/ChangeLog
parentVarious smaller changes (diff)
downloadgnupg2-6c4ae71b5d62e5c4346c0f1eab599b813f77ae17.tar.xz
gnupg2-6c4ae71b5d62e5c4346c0f1eab599b813f77ae17.zip
Remove stale lockfiles if created on the same node.
Diffstat (limited to 'jnlib/ChangeLog')
-rw-r--r--jnlib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog
index 61d12d580..5511dedcd 100644
--- a/jnlib/ChangeLog
+++ b/jnlib/ChangeLog
@@ -1,3 +1,15 @@
+2006-06-28 Werner Koch <wk@g10code.com>
+
+ * dotlock.c (make_dotlock, release_dotlock, read_lockfile)
+ (maybe_deadlock, destroy_dotlock, create_dotlock): Re-indented.
+ (create_dotlock): Repalces some log_fatal by log_error as it was
+ not intended that they should terminate. Write the nodename to
+ the locking file. Code cleanups.
+ (read_lockfile): Reworked to read the node name.
+ (make_dotlock): Test for identical node name and delete lock stale
+ file.
+ (release_dotlock): Likewise.
+
2006-05-23 Werner Koch <wk@g10code.com>
* libjnlib-config.h (JNLIB_NEED_UTF8CONV): Fixed typo in name.