Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-11-16 14:41:38 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-11-16 14:41:38 (GMT)
commitf444faebb607e14ba75193545a98c5cd00a2da2d (patch)
treef8d58bfed7167f628f9c2f153f12dcc70969caeb /ChangeLog
parent67654fe8c933af2932e2c87ec2a4560cb064c545 (diff)
Fix a race condition when creating symlink. Increase the counter avoiding
2006-11-16 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_create_tmp_symlink), (ev_window_cmd_file_open_copy_at_dest): Fix a race condition when creating symlink. Increase the counter avoiding an infinite loop. Really fixes bug #357472. (Based on patch by Mathias Hasselmann).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1afc00e..998dd12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-11-16 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c: (ev_window_create_tmp_symlink),
+ (ev_window_cmd_file_open_copy_at_dest):
+
+ Fix a race condition when creating symlink. Increase the counter
+ avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
+ Mathias Hasselmann).
+
2006-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/Makefile.am: