summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-09 12:11:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-09 12:11:32 +0100
commita9f1297022319c97e16f6d904254a6d0bae4442e (patch)
tree55347962328500afc784946c5e965b0c02871b10 /HISTORY
parentf8058586f9d438bfd3c501a3a313a1cc1c30299b (diff)
downloadvdr-a9f1297022319c97e16f6d904254a6d0bae4442e.tar.gz
vdr-a9f1297022319c97e16f6d904254a6d0bae4442e.tar.bz2
Fixed adding new source types in case they are already registered
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 56cfa23e..79986831 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8203,7 +8203,7 @@ Video Disk Recorder Revision History
- Fixed detecting broken video data streams when recording.
- Fixed handling frame detection buffer length (reported by Eike Sauer).
-2014-03-08: Version 2.1.6
+2014-03-09: Version 2.1.6
- Revoked "Fixed some compiler warnings with Clang 3.4.1" from ci.c, because this
did not compile with older versions of gcc (thanks to Sören Moch).
@@ -8215,3 +8215,5 @@ Video Disk Recorder Revision History
on some HD channels to get stuck and resulted in buffer overflows.
- Fixed handling PAT packets when detecting frames, so that they can be properly
taken into account when regenerating the index of a recording.
+- Fixed adding new source types in case they are already registered (reported by Rolf
+ Ahrenberg).