summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-03-11 15:01:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-03-11 15:01:01 +0100
commitccbe1905a130df54e91b34d9e53d33b359462a3e (patch)
treed40471bd25ba61582bb0e8701aea40514c8844fb /HISTORY
parent3488050173884b7baa16a33cf6f8c99fcefda75d (diff)
downloadvdr-ccbe1905a130df54e91b34d9e53d33b359462a3e.tar.gz
vdr-ccbe1905a130df54e91b34d9e53d33b359462a3e.tar.bz2
The 'plugins' target of the VDR Makefile now also copies files matching the wildcard "lib$$i-*.so" (previously only "libvdr-*.so") and also descends into subdirectories of the plugin source
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index cd04deb7..95a4ebad 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7737,3 +7737,6 @@ Video Disk Recorder Revision History
- Updated the Polish OSD texts (thanks to Marek Nazarko).
- Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the
terminating 0, while the latter doesn't).
+- The 'plugins' target of the VDR Makefile now also copies files matching the wildcard
+ "lib$$i-*.so" (previously only "libvdr-*.so") and also descends into subdirectories
+ of the plugin source.