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

Release NEXT - 
  * Continuation with Serialization infistructure
    - FrTable

Release 2.7.1 - March 9, 2021
  * Continuation with Serialization infistructure
  * Updated library version
    - libframecppcmn 11:1:0
    - libframecpp3 7:2:1
    - libframecpp4 9:2:1
    - libframecpp6 9:1:1
    - libframecpp7 5:1:1
    - libframecpp8 8:1:1
    - libframecpp 12:1:0
 
Release 2.7.0 - August 14, 2019
  * Converted to CMake (closes #33)
  * Converted framecpp_sample to use boost::program_options
  * Converted unit tests to use Boost::Test
  * Added over arching directive to build only FrameCPP library and support packages (closes #63).
  * Reformatted comments for Doxygen (Closes #66)
  * Corrected Portfile to have proper description (Closes #55)
  * Converted FrSimData::data_type from Common::SearchContainer to Common::Container (Closes #71)
  * Updated library version
    - libframecppcmn 11:0:0
    - libframecpp3 7:1:1
    - libframecpp4 9:1:1
    - libframecpp6 9:1:1
    - libframecpp8 8:1:1
    - libframecpp 12:1:0

Release 2.6.5 - January  8, 2019
  * Have IFrameStream::GetTOC() return shared_ptr to FrTOC to provide better memory protection symantics

Release 2.6.4 - December 6, 2018
  * Addressed packaging issues

Release 2.6.3 - November 27, 2018
  * Added requirement of C++ 2011 standard
  * Store in repository a static version of utility generated
    documentation (fixes #11)
  * Standardize source code format by using clang-format
  * Eliminated some warning messages noticed when compiling on Buster
  * Changed FrAdcData.GetUnits to return const STRING& (Fixes #36)
  * Addressed Debian Buster warning messages (Fixes #38)
  * Added checking of run number of FrameStreamPlan (Fixes #14)
  * Corrected problem with C-Interface compression (closes #44)
  * When compressing buffers, only returned compressed buffer
    iff it is greater than zero and less than the input buffer. (closes #48)
  * Updated library version
    - libframecppcmn 10:0:1
    - libframecpp3 7:0:1
    - libframecpp4 9:0:1
    - libframecpp6 9:0:1
    - libframecpp7 9:0:1
    - libframecpp8 8:0:1
    - libframecpp 11:0:1
    - libframecppc 3:5:1

Release 2.6.2 - June 27, 2018
  * Replaced ax_boost_unit_test_framework with simple header check

Release 2.6.1 - June 22, 2018
  * Updated packaging rules to have build time dependency on specific
    versions of LDAS Tools packages

Release 2.6.0 - June 19, 2018
  * Removed hand rolled smart pointers in favor of boost smart pointers
  * Added detector definitions for GEO, KAGRA, and TAMA

Release 2.5.8 - October 27, 2017
  * Made corrections for XCode 9.0
  * Corrections for GCC 7.2.0

Release 2.5.7 - August 25, 2017
  * Extended Python interface to read a subset of elements of the FrameH structure.
  * Extended Python interface to read type, user, detectSim, detectProc, history,
	auxData, and auxTable values from FrameH structure.

Release 2.5.6 - February 13, 2017
  * Needed to incriment library version number to reflect binary incompatibility change

Release 2.5.5 - January 27, 2017
  * Corrected support for reading FrEvent and FrSimEvent structures from
    frame stream (#4954)
  * Corrected Verify class's file checksum optimization (#4456)

Release 2.5.4 - October 22, 2016
  * Refactored code to support Python subport for MacPorts

Release 2.5.3 - October 10, 2016
  * Update to support Debian Sketch

Release 2.5.2 - September 9, 2016
  * Added --disable-warnings-as-errors to allow compilation on systems
    where warning messages have not yet been addressed
  * Added FRAMECPP_VERSION to Common/FrameSpec.hh file (#4279)
  * Added conditional setting of DESTDIR in python.mk to prevent install
    issues.
  * Reformatted extended DATA_INVALID error message to make it more readable.
  * Added 'none' as synonym for 'raw' to framecpp_compressor (#4327)
  * Removed verbose error message.

Release 2.5.1 - April 21, 2016
  Addressed potential infinite recursive call

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 rules to manage __init__.py
  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.
