/*
 * CHANGES
 *
 * T38FAX Pseudo Modem
 *
 * Original author: Vyacheslav Frolov
 *
 */

Changelog for t38modem 0.8.4

* Fixed incompatibilities with some endpoints.
* Fixed big file descriptors problem.
* Fixed some possible dead locks.
* Implemented AT#HCLR command.
* Added ability to set range of IP ports to use.

  NOTE: To compile t38modem since version 0.8.4 you need
        openh323 since version 1.19.1.

Changelog for t38modem 0.8.3

* Fixed race condition on start up.
* Added -v option to keep Debian packaging happy.

Changelog for t38modem 0.8.2

* Fixed incompatibilities with some endpoints.
* Fixed UDPTL size.

Changelog for t38modem 0.8.1

* Fixed incompatibilities with some fax applications.
* Implemented some AT commands.
* Fixed some bugs.

Changelog for t38modem 0.8.0

* Ported to Windows.

Changelog for t38modem 0.7.0

* Implemented FCS generation. The DCE transfers FCS octets after
  the HDLC data to the DTE (as it should be).
  HylaFax Users: the config parameter "Class1FrameOverhead: 2"
  should be discarded if it was used.
* Implemented ECM support.

