summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-18 12:47:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-18 12:47:01 +0100
commit53f77dddedba4fd2d0322dbb7de8df1fbc480790 (patch)
treeae4b09b966560884925244ba7fbf0748316add48 /HISTORY
parent273d6c53a68566f31f4241bf094416956bde9562 (diff)
downloadvdr-53f77dddedba4fd2d0322dbb7de8df1fbc480790.tar.gz
vdr-53f77dddedba4fd2d0322dbb7de8df1fbc480790.tar.bz2
Now resetting the channel number if the number entered through the numeric keys exceeds the maximum channel number
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 452a506d..7789b301 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4339,3 +4339,5 @@ Video Disk Recorder Revision History
- Made CharArray::DataOwnData::assign() in 'libsi' more robust against invalid
data (suggested by Oliver Endriss). Also changed CharArray::DataOwnData::Delete()
so that it sets 'size' and 'data' to 0.
+- Now resetting the channel number if the number entered through the numeric keys
+ exceeds the maximum channel number (thanks to Rolf Ahrenberg).