summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2011-01-03 01:40:00 +0100
committerJannis Pohlmann <jannis@xfce.org>2011-01-03 01:42:52 +0100
commita26d885cf4eddb3c22c6e0ad84e313ec0ae7b1dd (patch)
tree9f9bf3fccb6c2153c4b305869d2929933da2a565 /NEWS
parent3d7ca539b94d972c36a712f69edf96e636f06e21 (diff)
downloadthunar-a26d885cf4eddb3c22c6e0ad84e313ec0ae7b1dd.tar.gz
Properly try alternative names when creating links (bug #6867).
This was a regression compared to the Thunar code based on ThunarVFS. When creating a symbolic link with a name for which a file already exists, we need to try alternative names such as "link to foo", "another link to foo" and "4th link to foo", just like we do when copying files. This commit hopefully fixes this and also makes the "Make link(s)" action in the "Edit" menu work again.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8e71ca4c..d42d5e52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.1.x
+=====
+- Properly try alternative names when creating links (bug #6867).
+
1.1.6
=====
- Fix unused variable warning when building with GLib < 2.20.