summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorscop <scop>2005-03-22 20:29:23 +0000
committerscop <scop>2005-03-22 20:29:23 +0000
commita59471ab622166ad2e39cfa7bd56c42db9f5a26d (patch)
treeca245129ff73667f80688e17de38f11d7704c66c /HISTORY
parentedd619a95864d1d9dd47a334ded14326b0172c81 (diff)
downloadvdr-plugin-dxr3-a59471ab622166ad2e39cfa7bd56c42db9f5a26d.tar.gz
vdr-plugin-dxr3-a59471ab622166ad2e39cfa7bd56c42db9f5a26d.tar.bz2
Fix open() return value checks for em8300-* fifos.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 44d1208..ad93da9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -269,8 +269,8 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
dxr3interface.c, removed not needed #includes (Christian Gmeiner)
- fixed OSD getting pink (bug #1022810, Christian Gmeiner)
- added support for VDR 1.3.13 and later (Luca Olivetti, Peter Dittmann)
-- if we cant open control fifo, plugin now returns a correct error message
- (Christian Gmeiner)
+- fixed checking of return falues when opening the em8300-* fifos
+ (Christian Gmeiner, Ville Skyttä)
- removed explicit linking with zlib (Christian Gmeiner)
- compiles now with 3.4.x gcc's (Christian Gmeiner, Ville Skyttä)
- use $CXX for generating dependencies instead of hardcoded g++ (Ville Skyttä)