summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-03 13:46:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-03 13:46:46 +0100
commit6ca541e876124fc3e903cf87b435e80b5c011b40 (patch)
tree58db3122d2c2a9b1a571f347174bb1c82f17ce1d /HISTORY
parent780aeab4ff95dff26baea1ec63f60f52a99bdfd9 (diff)
downloadvdr-6ca541e876124fc3e903cf87b435e80b5c011b40.tar.gz
vdr-6ca541e876124fc3e903cf87b435e80b5c011b40.tar.bz2
Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..."
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ddcc48fc..1f211e98 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7361,3 +7361,5 @@ Video Disk Recorder Revision History
- Fixed calling iconv_close() only with a valid iconv_t value (thanks to Juergen Lock).
- Fixed faulty opening of the Recordings menu when pressing the Play key during normal
live viewing mode in case there is a "last viewed" recording.
+- Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..."
+ (thanks to Lars Hanisch).