iauthd-c 1.0.1
iauthd-c 1.0.1 is a bugfix release for the iauthd-c 1.0 release series.
It corrects a bug in the config file parser that would ignore the key2 value2 part of a single-line construct like object { key1 value1; key2 value2 } (due to improper backtracking when it observed the closing brace instead of a semicolon).
It also fixes a minor typo in the example config file, and adds an explanation to the INSTALL file about how to pull in libevent on some systems.