summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-23 10:12:04 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-23 10:12:04 +0200
commit6cdfb489aea9b4e8ea7f3287c76227a573b75161 (patch)
tree937ecbce053b95deb5c9738f8795c02b1c338974 /HISTORY
parent02921f8851e5e864beafcaf085fec1017a93bde2 (diff)
downloadvdr-6cdfb489aea9b4e8ea7f3287c76227a573b75161.tar.gz
vdr-6cdfb489aea9b4e8ea7f3287c76227a573b75161.tar.bz2
Added a note about cFont::GetFont() not being thread-safe
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 2ef05959..f7775a8f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6075,7 +6075,7 @@ Video Disk Recorder Revision History
- cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to
Oliver Endriss for reporting broken index generation after a buffer overflow).
-2009-05-21: Version 1.7.8
+2009-05-23: Version 1.7.8
- Fixed a typo in aspect ratio 2.21:1 (reported by Reinhard Nissl).
- The name of the function cDevice::GetVideoSize() wasn't very well chosen
@@ -6108,3 +6108,4 @@ Video Disk Recorder Revision History
- The new setup option "Recording/Pause key handling" can be used to define
what happens if the Pause key on the remote control is pressed during
live tv (thanks to Timo Eskola).
+- Added a note about cFont::GetFont() not being thread-safe.