NEWS:
~~~~~~~~~~~~~~~~~~~~~~~~~~

Release 2.5.7 - October 25, 2017
  * Added method to read Timeout value of LDASTools::AL::Directory class
  * Added TriStatePool class which allows for proper cleaning up of
    tasks that have timed out. Currently only used by Directory
    class (#5929).
  * Replace readdir_r() with readdir() as readdir_r() has been
    depricated.
  * Removed dynamic throw specifications.
  * Removed installation of unused exception library.

Release 2.5.6 - November 14, 2016
  * Corrected allocation of dirent_type (#4739)

Release 2.5.5 - October 22, 2016
  * Have this package be responsible for LDAStools/__init__.py file

Release 2.5.4 - October 10, 2016
  * Corrections to how threads handle signals.
  * Optimized registration of signal handler.

Release 2.5.3 - September 26, 2016
  * Added ability to have verbose debugging of Threads class

Release 2.5.2 - September 9, 2016
  * Added functions Interval and Timeout needed by new diskcache

Release 2.5.1 - September 9, 2016
  * Added --disable-warnings-as-errors to allow compilation on systems
    where warning messages have not yet been addressed
  * Added conditional setting of DESTDIR in python.mk to prevent install
    issues.
  * Modified leap second table for gpstime for 2017 Jan 1 leap second.

Release 2.5.0 - April 7, 2016
  Official release of splitting LDASTools into separate source packages

Release 2.4.99.5 - March 24, 2016
  Modified postint to check for directory existance where applicable
  Added missing build dependencies to spec file

Release 2.4.99.4 - March 23, 2016
  Added postint and postrm files for Debian
  Made building for packages verbose

Release 2.4.99.3 - March 23, 2016
  Debian packaging fixes

Release 2.4.99.2 - March 22, 2016
  Debian packaging fixes

Release 2.4.99.1 - March 11, 2016
  RPM fixes

Release 2.4.99.0 - March 3, 2016
  Split LDASTools Suite into separate source packages.
