summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-18 10:42:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-18 10:42:55 +0100
commit5ed4504ce0fc510d29492bcf480113f3e01f069e (patch)
tree8c6cf0c794ebd5aecf23a6cbbd6b4b18e6632b20 /HISTORY
parentafebd4b2fba946cbac1309bf282a88d1cc179f62 (diff)
downloadvdr-5ed4504ce0fc510d29492bcf480113f3e01f069e.tar.gz
vdr-5ed4504ce0fc510d29492bcf480113f3e01f069e.tar.bz2
Changed offset and size handling in 'libsi' from 'unsigned' to 'signed', so that overflows can be better detected
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 2a7c1ba0..5a605183 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4317,7 +4317,7 @@ Video Disk Recorder Revision History
- Added cSkin::GetTextAreaWidth() and cSkin::GetTextAreaFont(), so that a plugin
that wants to do special text formatting can do so (thanks to Alexander Rieger).
-2006-02-17: Version 1.3.43
+2006-02-18: Version 1.3.43
- Removed an unnecessary toFile->SetReadAhead() from cutter.c (thanks to Artur
Skawina).
@@ -4332,3 +4332,5 @@ Video Disk Recorder Revision History
- cMenuText now uses the given font (thanks to Rolf Ahrenberg).
- The ST:TNG skin now uses the fixed font if requested when displaying texts.
- Fixed some typos in the CONTRIBUTORS file (thanks to Frank Krömmelbein).
+- Changed offset and size handling in 'libsi' from 'unsigned' to 'signed', so that
+ overflows can be better detected (thanks to Marcel Wiesweg).