summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-12-24 14:41:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-12-24 14:41:09 +0100
commit7a2d3d993c932a12d17236f34a03f542c8943221 (patch)
treedf7233b94b8502a5fa16cd163d46c954855a6c15 /HISTORY
parenta9acab6b7ef720a6b5f4a9059f3d7843fb83777b (diff)
downloadvdr-7a2d3d993c932a12d17236f34a03f542c8943221.tar.gz
vdr-7a2d3d993c932a12d17236f34a03f542c8943221.tar.bz2
Fixed a possible crash if the recordings list is updated externally while the Recordings menu is open
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 92fe649a..36ad3751 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8032,7 +8032,7 @@ Video Disk Recorder Revision History
the last replayed recording (if any) by pressing Ok repeatedly in the Recordings
menu.
-2013-11-15: Version 2.1.3
+2013-12-24: Version 2.1.3
- Changed the return value of cPositioner::HorizonLongitude() to 0 in case the
latitude of the antenna location is beyond +/-81 degrees.
@@ -8065,3 +8065,5 @@ Video Disk Recorder Revision History
by Marko Mäkelä).
- Fixed uninitialized item area coordinates in cSkinLCARSDisplayMenu (reported by
Marko Mäkelä).
+- Fixed a possible crash if the recordings list is updated externally while the
+ Recordings menu is open (reported by Lars Hanisch).