diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 10f4a3db..e6f46541 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1996,6 +1996,7 @@ Ville Skytt for fixing cConfig::Load() for g++ version 4.7.0 for fixing some typos in HISTORY and CONTRIBUTORS for fixing some spellings in osd.h and svdrp.c + for adding missing $(LDFLAGS) to the Makefile of the dvbhddevice plugin Steffen Beyer for fixing setting the colored button help after deleting a recording in case the next diff --git a/HISTORY b/HISTORY index 159d759e..fbaef751 100644 --- a/HISTORY +++ b/HISTORY @@ -7585,7 +7585,7 @@ Video Disk Recorder Revision History - Fixed formatting and removed some superfluous break statements in vdr.c's command line option switch. -2013-02-15: Version 1.7.38 +2013-02-16: Version 1.7.38 - Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). @@ -7623,3 +7623,5 @@ Video Disk Recorder Revision History - Fixed a crash in cMenuEditChanItem::Set() when entering a channel number that doesn't exist (reported by Mikael Hübsch). - Fixed displaying pending timers in "alert" mode in the LCARS skin. +- Added missing $(LDFLAGS) to the Makefile of the dvbhddevice plugin (thanks to Ville + Skyttä).