Changes since 20080727:
* Improve discover support for UNIX platforms.
* Add support to hdhomerun_config for reading set value from stdin.
* Fix potential get/set buffer overflow.
* Fix null-termination error when PID filter is set to block-all.
* Add tuner resource lock support.
* Channel scan order reversed to scan highest frequency first.
* Add frequency tables for additional countries.
* Change channel_list API to use a channel_list object rather than the channelmap bitmask used previously. Channel list objects can be created for any channelmap or list of channelmaps by name.
* Deprecate API to get channelmaps by model. Application should read the current channelmap from the device or ask the user which channelmap to use.
* Increase max length of a channel name (needed for DVB-T).
* Change green (good) signal color to a lighter shade of green.
* Add extern-C statements to channel and channelscan headers.
* Fix bug causing channel names containing a space to be truncated.
* Fix communication problem triggered by selecting a HDHR unit by IP address when the host has multiple network interfaces.
* Fix memory warning where buffer was not zeroed before use.
* Add DVB-T support.
* Channel scan reads channelmap from device and scans channels from this channelmap (and any other associated channelmaps).
Changes since 20080430:
* Fix uninitialized pointer causing access violation error in
some situations.
* Extend maximum allowed wait time for upgrade upload complete message to
allow for actual time required to upload.
* New API for channel scan.
* Add model detection and model helper functions.
* Use RTP by default so network loss can be detected.
* Add define to enable exporting functions when building a Windows DLL.
* Report reception/network errors when using the
hdhomerun_config save command.
* Increase the minimum signal threshold to approx -83dBuV.
* Fix segfault in hdhomerun_config when a logged channel scan is run under
64-bit Linux.
Changes since 20070914:
* Change status color enumeration to ARGB format.
* Add APIs for obtaining number of channels that match a set of
channel maps.
* Enhance channel scan APIs to use a given set of channel maps.
Applicable changelog from 20070620:
* Tweak signal status color trip points.
* Update DHCP code to return server IP if known.
* Update channel scan to use HDHomeRun auto-modulation detection.
* Update DHCP code to support binding to specific local IP addresses.
* Add signal status color functions.
* Add API to dhcp code to test if operating.