summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-12-29 11:35:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-12-29 11:35:40 +0100
commit343071cc6ab69169312ae04a7888cd55a79395d0 (patch)
tree0e5afec6f842e25c6acc7f55141e00ca38174c4b /HISTORY
parent9f60bd2fc401c0d195e2a55f24e0e09ec17bb824 (diff)
downloadvdr-343071cc6ab69169312ae04a7888cd55a79395d0.tar.gz
vdr-343071cc6ab69169312ae04a7888cd55a79395d0.tar.bz2
The include path to the freetype2 header files is now retrieved via a call to 'pkg-config --cflags freetype2'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 996a7a17..ff9f7d49 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-26: Version 1.7.17
+2010-12-29: Version 1.7.17
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
- Fixed following symbolic links in RemoveFileOrDir() (cont'd) (thanks to
@@ -6517,3 +6517,5 @@ Video Disk Recorder Revision History
Paul Menzel).
- Now updating the 'frames per second' data in the list of recordings when a new
recording is started that has a frame rate other than the default.
+- The include path to the freetype2 header files is now retrieved via a call to
+ 'pkg-config --cflags freetype2' (suggested by Andreas Oberritter).