summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-17 11:04:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-17 11:04:36 +0100
commit7076f20b446740c5b92037ff4aac23ea381b8dfc (patch)
treee24c752449a22cfa85291338c6f5cd63006e571f /HISTORY
parent30e10239ca608434bd76ecae3c50717d232c6a95 (diff)
downloadvdr-7076f20b446740c5b92037ff4aac23ea381b8dfc.tar.gz
vdr-7076f20b446740c5b92037ff4aac23ea381b8dfc.tar.bz2
Credit to Matthias Senzel
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9f43a333..9ed309bb 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7630,7 +7630,8 @@ Video Disk Recorder Revision History
Ville Skyttä).
- Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock().
- Fixed determining the priority of the primary device in case it is neither replaying
- nor receiving a live channel.
+ nor receiving a live channel (thanks to Matthias Senzel for reporting a problem with
+ switching back to live viewing after replay in a setup with device bonding).
- Removed all \return and \param tags from comment lines marked with "///<" for Doxygen.
There was only a rather small number of these, and I would probably always forget to
put them in place when writing future comments, so I decided to drop them entirely.