* [NEW] Processor hook, a process that recieves samples as they are parsed
by the servers and performs actions on them before handing them
over to the clients.
* [NEW] CollectDCrypto support
* [NEW] StatsD Persistent Gauges
* [NEW] Graphite added backoff_factor and backoff_max parameters
* [FIX] More/Better Python3 support
* [FIX] Gauges are constant until overwritten, and not reset at flush time
* [FIX] Make metricsd server kill its handler subprocesses
* [FIX] Fix handling of collectd counter wrapping
* [FIX] Collectd types bounds checking
* [FIX] resolve bind() endpoint in udpserver, allowing to bind to hostname or ipv6 addresses
* [FIX] handle None returned from collectd metric name converter correctly