summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-12-22 15:59:18 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-12-22 15:59:18 +0100
commit8841097e3af1aa7009ae5222b8ffa15497b22278 (patch)
tree7583cc3f9a677cf34139f2d9681a63dc6ac6462b /HISTORY
parent0acb4dc6d0339bbe87739259ba00cf57f94ae8a1 (diff)
downloadvdr-8841097e3af1aa7009ae5222b8ffa15497b22278.tar.gz
vdr-8841097e3af1aa7009ae5222b8ffa15497b22278.tar.bz2
Fixed an alignment problem in CAM access on 64bit systems
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0ad9796d..af645997 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2503,4 +2503,6 @@ Video Disk Recorder Revision History
define _GNU_SOURCE for this to work (see the example plugin Makefiles and
'newplugin').
- Fixed a problem with crc32 in SI handling on 64bit systems (thanks to Pedro
- Miguel Sequeira de Justo Teixeira for reportign this one).
+ Miguel Sequeira de Justo Teixeira for reporting this one).
+- Fixed an alignment problem in CAM access on 64bit systems (thanks to Pedro
+ Miguel Sequeira de Justo Teixeira for reporting this one).