summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-27 09:59:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-27 09:59:29 +0100
commit3649145acbffbb8cbbee85c5bf23e7f119fe84d8 (patch)
tree776798f5e61891dea3a9ee67523cca477563fecf /HISTORY
parent4545c9e93e390834ca25bdb5e0f79dbc9ce4ad8d (diff)
downloadvdr-3649145acbffbb8cbbee85c5bf23e7f119fe84d8.tar.gz
vdr-3649145acbffbb8cbbee85c5bf23e7f119fe84d8.tar.bz2
Making sure that plugins include the VDR header files from the actual VDR source directory when doing "make plugins"
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5b4513dd..5794c359 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7459,3 +7459,8 @@ Video Disk Recorder Revision History
- Fixed cIndexFile::GetNextIFrame() to properly handle the case where the very last frame
is an I-frame (which normally shouldn't occur).
- Fixed replaying ongoing recordings from other VDR instances.
+
+2012-12-27: Version 1.7.35
+
+- Making sure that plugins include the VDR header files from the actual VDR source
+ directory when doing "make plugins" (suggested by Christoper Reimer).