summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2006-06-11 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2006-06-11 18:00:00 +0200
commit2bb325135433521694b0a387a60225d7727a980e (patch)
tree0fbcb7c4d345e441597bf53ef26a790003fa30ab /HISTORY
parent21f3eaf6c98751cc5931ccfd7bc123f7b7ac38f8 (diff)
downloadvdr-patch-lnbsharing-2bb325135433521694b0a387a60225d7727a980e.tar.gz
vdr-patch-lnbsharing-2bb325135433521694b0a387a60225d7727a980e.tar.bz2
Version 1.4.1vdr-1.4.1
- Changed the log messages when grabbing an image from 'isyslog()' to 'dsyslog()' 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).
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 7 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 2fa2f94..856803b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4753,7 +4753,7 @@ Video Disk Recorder Revision History
- Removed all the compatibility '#if APIVERSNUM...' stuff and instead increased
the API version number - plugins will have to be recompiled.
- Removed the call to pthread_setschedparam(childTid, SCHED_RR, 0) in thread.c,
- because it caused a compiler warning with g++ 4.1.1 (reported by Ville Skyttä).
+ because it caused a compiler warning with post-2.4 glibc (reported by Ville Skyttä).
Since the third parameter has to be non-null to have any effect, the call was
presumably a NOP, anyway.
- Fixed the 'clean-plugins' target in the Makefile to also remove additional
@@ -4776,3 +4776,9 @@ Video Disk Recorder Revision History
- Now switching to non-VPS timers' channels 60 seconds before the timer starts
(if a free device is available), to allow for the updating of EPG data and CA
descriptors before the actual recording starts.
+
+2006-06-11: Version 1.4.1
+
+- Changed the log messages when grabbing an image from 'isyslog()' to 'dsyslog()'
+ 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).