summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorWolfgang Rohdewald <wolfgang@rohdewald.de>2008-12-23 18:13:26 +0100
committerWolfgang Rohdewald <wolfgang@rohdewald.de>2008-12-23 18:13:26 +0100
commit49cfc945118c01be016a2364efab476934357219 (patch)
tree15619469522169272fee39b34896476109aaa7c2 /HISTORY
parente3fad1a508f4f0e0fa21bf0d32c1da71bcc7d0dc (diff)
downloadvdr-plugin-muggle-49cfc945118c01be016a2364efab476934357219.tar.gz
vdr-plugin-muggle-49cfc945118c01be016a2364efab476934357219.tar.bz2
another fix to ticked #32 if the TLD path contains a symlink
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8cf2845..222d1bd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -373,3 +373,6 @@ Balke.
- importing subdirectories with mugglei: sorting by folder did not work for
those tracks. Found by Thomas Balke.
- fix bug #32 reported by Anonymous: mugglei will not run from a linked subfolder
+- when checking if we are in or under the top level dictory, no longer translate
+ current path to realpath - always go through all symlinks. Fixes bug fix for
+ bug #32, reported by Thomas. Hoping this does not break other configurations.