summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-12-22 14:18:48 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-12-22 14:18:48 +0100
commit0acb4dc6d0339bbe87739259ba00cf57f94ae8a1 (patch)
tree798bd233bd85c8faaebcd105ac380b017aca6b5e /HISTORY
parent7ff59171e3f907a5584b72f0f8588ed65f22c0bd (diff)
downloadvdr-0acb4dc6d0339bbe87739259ba00cf57f94ae8a1.tar.gz
vdr-0acb4dc6d0339bbe87739259ba00cf57f94ae8a1.tar.bz2
Fixed a problem with crc32 in SI handling on 64bit systems
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 616d29f9..0ad9796d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2502,3 +2502,5 @@ Video Disk Recorder Revision History
- Added 'cRWlock' to 'thread.[hc]'. Note that all plugin Makefiles need to
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).