summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-12-24 11:34:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-12-24 11:34:11 +0100
commitc8cc3a6e366d5fbea27085417be938c4557e31f5 (patch)
tree36dfa8fb3aac9e1c9d5b7fe39fe04246f132cb42 /HISTORY
parent5bc4b0072c16cd98fd405ff89f0ced638eb250e1 (diff)
downloadvdr-c8cc3a6e366d5fbea27085417be938c4557e31f5.tar.gz
vdr-c8cc3a6e366d5fbea27085417be938c4557e31f5.tar.bz2
Fixed inclusion of <stdarg.h>
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 19492eec..84bd8f59 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6481,7 +6481,7 @@ Video Disk Recorder Revision History
from Osama Alrawab). See INSTALL for information on how to turn this on.
- Added Arabian language texts (thanks to Osama Alrawab).
-2010-12-12: Version 1.7.17
+2010-12-24: Version 1.7.17
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
- Fixed following symbolic links in RemoveFileOrDir() (cont'd) (thanks to
@@ -6509,3 +6509,4 @@ Video Disk Recorder Revision History
"ST:TNG Panels" skins, because it is often wrong and nothing but irritating.
- Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys
variables where additional 'k_...' flags are used.
+- Fixed inclusion of <stdarg.h> (thanks to Henning Heinold).