summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-05-21 12:40:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-05-21 12:40:42 +0200
commit299335153644eb24276724cd2e9f4234ee77cdca (patch)
tree5455fb2edf79d78a4788d9b9487bcd67260265ff /HISTORY
parent85af76ab639c7771dcadf05ad8ae3dccca760e09 (diff)
downloadvdr-299335153644eb24276724cd2e9f4234ee77cdca.tar.gz
vdr-299335153644eb24276724cd2e9f4234ee77cdca.tar.bz2
Now sorting the source file names in the call to xgettext
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1dca1626..e72cda8a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6614,3 +6614,7 @@ Video Disk Recorder Revision History
- Avoiding a gcc 4.6 compiler error in the skincurses plugin (thanks to Tobias Grimm).
- TsGetPayload() now checks if there actually is a payload in the given TS packet
(reported by Dirk Leber).
+- Now sorting the source file names in the call to xgettext, to make sure the results
+ are not dependent on the sequence of the files.
+ Plugin authors may want to change the line containing the xgettext call in their
+ Makefile accordingly by changing "$^" to "`ls $^`".