summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-12-25 10:57:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-12-25 10:57:36 +0100
commit1045069fee38d6ca05fa02d7faf6a587e6054ec9 (patch)
tree71ef951e3eba5315d4c3a5f8210cb560887a8748 /HISTORY
parentcca9d858a7db91f6d73e19d588732e789dc10b4f (diff)
downloadvdr-1045069fee38d6ca05fa02d7faf6a587e6054ec9.tar.gz
vdr-1045069fee38d6ca05fa02d7faf6a587e6054ec9.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 a13f195b..7a770cf9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7854,7 +7854,7 @@ Video Disk Recorder Revision History
the last replayed recording (if any) by pressing Ok repeatedly in the Recordings
menu.
-2013-11-16: Version 2.0.5
+2013-12-25: Version 2.0.5
- The LIRC remote control now connects to the socket even if it doesn't yet exist when
VDR is started (thanks to Lars Hanisch).
@@ -7862,3 +7862,5 @@ Video Disk Recorder Revision History
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).