Changes since tdaq-01-09-00
- Many configuration keys have a confusion of upper and lower case
initial characters. To avoid exceptions caused by looking up values
with the wrong case, the Config class has been modified to look for
keys with both upper and lower case first letter. The key is first
searched for in the exact case that is given before trying the
alternative so in the extremely unlikely event that different keys
exist only differing by the case of the first character they will
still be retrieved correctly.