[ANNOUNCE] VDR version 2.6.9 released

Klaus Schmidinger <[email protected]> Mon, 15 Jul 2024 11:32:58 +0200
Newsgroups gmane.linux.vdr
Message-ID <[email protected]>
VDR version 2.6.9 is now available at the official VDR GIT archive

       git://git.tvdr.de

You can also get the latest stable version with

       git clone --branch stable/2.6 git://git.tvdr.de/vdr.git

or as a tar archive with

       http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/2.6.9;sf=tbz2

The changes since version 2.6.8:

- Fixed a crash in strreplace() for multiple replacements with strings of different
   lengths (reported by Markus Ehrnsperger).
- Fixed handling of cSkinDisplayMenu::GetTextAreaFont() (reported by Matthias Senzel).
- Fixed a timeout in cDvbDevice while tuning after the frontend has been reopened.
- Fixed setting the editable width in the LCARS skin (reported by Matthias Senzel).
- Fixed restarting the EPG scan and keeping the frequency of calls to
   Device->SetPowerSaveIfUnused() low.
- Added the lines from 'Fixed a timeout in cDvbDevice while tuning after the frontend
   has been reopened' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger).

Homepage: http://www.tvdr.de
Facebook: https://www.facebook.com/VideoDiskRecorder

Have fun!

Klaus