summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-01 12:50:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-01 12:50:12 +0200
commit9491948f04d20f86133dbe8cf8dbd6997aeb5b62 (patch)
treeb59e8bdbdd08d3d9a7057346376ad69142156222 /HISTORY
parent073268bd45a4a36e0d20ba1a60d585e9cae13e30 (diff)
downloadvdr-9491948f04d20f86133dbe8cf8dbd6997aeb5b62.tar.gz
vdr-9491948f04d20f86133dbe8cf8dbd6997aeb5b62.tar.bz2
Fixed handling UNC values
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3c3b7605..57c7b08c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8995,3 +8995,5 @@ Video Disk Recorder Revision History
- CAMs are now sent a generated EIT packet that contains a single 'present event' for
the current SID, in order to avoid any parental rating dialogs.
+- Fixed handling UNC values (the shift operator behaves unexpected for shift values
+ larger than the size of the variable).