summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-12-02 11:30:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-12-02 11:30:19 +0100
commit19f39258f0b3131345c1b0b3aa1a5c03f88bc33a (patch)
treee031524a37d3ea229d11b33766e4233567f16412 /HISTORY
parent661da094e14b6ab76eae98a5eeb2c3ac6c914df4 (diff)
downloadvdr-19f39258f0b3131345c1b0b3aa1a5c03f88bc33a.tar.gz
vdr-19f39258f0b3131345c1b0b3aa1a5c03f88bc33a.tar.bz2
Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to avoid problems on 64-bit machines
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7aeb1345..2e0bedfc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4986,7 +4986,7 @@ Video Disk Recorder Revision History
- Fixed displaying the replay mode symbol in case of "Multi speed mode" (reported
by Marco Schlüßler).
-2006-12-01: Version 1.4.4-1
+2006-12-02: Version 1.4.4-1
- Some improvements to the man pages (thanks to Ville Skyttä).
- Fixed a possible segfault in cSkins::Message() (thanks to Udo Richter).
@@ -5006,3 +5006,5 @@ Video Disk Recorder Revision History
and waiting for 5 minutes before calling it again (thanks to Jörg Wendel for
reporting that cPlugin::Active() was called too often, and to Udo Richter for
some hints on how to improve this).
+- Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to
+ avoid problems on 64-bit machines.