summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-06-17 09:48:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-06-17 09:48:50 +0200
commit9fe7b98cdb656c8c6f0a0ea7bc2d5cfa68696c02 (patch)
treebe92cba5f850f725747d7371342123c542187792 /HISTORY
parent182224b65f42113829bb85b5cb1fd9a209754fe4 (diff)
downloadvdr-9fe7b98cdb656c8c6f0a0ea7bc2d5cfa68696c02.tar.gz
vdr-9fe7b98cdb656c8c6f0a0ea7bc2d5cfa68696c02.tar.bz2
Fixed handling relative link targets in the ReadLink() function
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6f5600db..5fb2bf58 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4783,7 +4783,7 @@ Video Disk Recorder Revision History
so that they can be suppressed in normal operation mode to avoid clogging the
log file in case this function is used frequently (suggested by Helmut Auer).
-2006-06-16: Version 1.4.1-1
+2006-06-17: Version 1.4.1-1
- Added "-fPIC" to the compiler options in Make.config.template when compiling
plugins (thanks to Udo Richter). If you use your own Make.config file, you may
@@ -4797,3 +4797,5 @@ Video Disk Recorder Revision History
- Modified rcu.c to better handle RC5 codes.
- Added a missing variable initialization in cRingBufferLinear::cRingBufferLinear()
(thanks to Prakash Punnoor).
+- Fixed handling relative link targets in the ReadLink() function (reported by
+ Patrick Cernko).