summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-19 11:37:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-19 11:37:15 +0100
commitf714ee0f55920c09738abf37d61d7f1295b5d2e7 (patch)
treecdadb35bcd943446a0acdf88eead14f3a2de5507 /HISTORY
parent7b9b2ad92d7fa53013cad051173c28af3cf2061c (diff)
downloadvdr-f714ee0f55920c09738abf37d61d7f1295b5d2e7.tar.gz
vdr-f714ee0f55920c09738abf37d61d7f1295b5d2e7.tar.bz2
Removed some unneeded code and fixed access to unallocated memory in cEvent::FixEpgBugs()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9a873b81..12836d48 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3415,3 +3415,8 @@ Video Disk Recorder Revision History
from starting Transfer Mode in order to replay DD over the DVB device.
- Added missing reset of the 'repacker' to cTS2PES::Clear() (thanks to Marco
Schlüßler for reporting this one).
+
+2005-02-19: Version 1.3.22
+
+- Removed some unneeded code and fixed access to unallocated memory in
+ cEvent::FixEpgBugs() (thanks to Wolfgang Rohdewald).