Release 1.2.1 - 08.05.2020

NEW FEATURES
- Modules: added new 'cpuTime' statistic to show total CPU time consumed
  by the current/last run of a module (issues #311, #325).
- CSV Export: added new module export_csv to write events to a text file
  in Comma-Separated-Values format (issue #312).
- SDK API Modules: allow any generic inputs to initialize any generic
  outputs using output.setup(input) (issue #321).
- YNoise, KNoise: added new noise filtering modules (issue #308).

BUG FIXES
- MacOS X: handle edge-case error code returned on network write()
  correctly in TCP Output Module and ConfigServer (issue #300).
- ArchLinux AUR: fixed symlink related installation failure (issue #322).
- File Input: shutting down while paused will now reset pause (issue #302).
- Accumulator: color demosaicing option will not be auto-enabled on
  every module start, respecting the users' choice (issue #305).
- File Input: fix possible crash due to incorrectly accessing cached
  elements past the end of a vector (issue #323).