summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-26 11:25:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-26 11:25:36 +0200
commit373c69043ae352778974735460753d5e4f500789 (patch)
tree22b3779da2aa43719c4beb339aea4f2f7fb30df0 /HISTORY
parent70ac6784ac749ecc479163806a4e23930ce6ae17 (diff)
downloadvdr-373c69043ae352778974735460753d5e4f500789.tar.gz
vdr-373c69043ae352778974735460753d5e4f500789.tar.bz2
Made tChannelID::operator==() inline for better performance
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c608f17f..764b7f98 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3563,3 +3563,5 @@ Video Disk Recorder Revision History
is pressed (thanks to Rolf Ahrenberg).
- Moved the NPTL and UTF-8 checks after the version and help output (thanks to
Andreas Kool for pointing out that 'vdr --version' failed on an UTF-8 system).
+- Made tChannelID::operator==() inline for better performance (thanks to Georg
+ Acher).