Version 2.0.0  - Dec 2019
  - Rename GNAT projects and split the library in several parts
  - New samples to show compression, decompression, encryption, decryption streams
  - Added AES encryption and decryption
  - Added password based key derivation function (PBKDF2)
  - Added encoders error correction code (ECC)
  - Added generic concurrent sequence queues
  - Added generic work queue executor

Version 1.9.0   - Jul 2018
  - Improvement and fixes of the JSON, XML, CSV serialization
  - Improvement of properties to also read and describe INI files
  - Add encoders to support SHA256 and HMAC-SHA256
  - Added a command package for implementation of command line tools
  - Added event timer list management
  - Fix on the HTTP curl support
  - Implementation of x-www-form-urlencoded serialization
  - Added localized date parsing

Version 1.8.0   - Dec 2015
  - Added support for immediate flush and file appending to the file logger
  - Added support for RFC7231/RFC2616 date conversion
  - Improvement of configure and installation process with gprinstall (if available)
  - Added file system stat/fstat support
  - Use gcc intrinsics for atomic counters (Intel, Arm)

Version 1.7.2   - May 2015
  - Fix end condition when reading stream buffer

Version 1.7.1   - Jul 2014
  - Support XmlAda 2014
  - Fixed Get_Week_Start/Get_Week_End when the system timezone is
    different than the asked timezone

Version 1.7     - Feb 2014
  - Added a text and string builder
  - Added date helper operations to get the start of day, week or month time
  - Support XmlAda 2013
  - Added Objects.Datasets to provide list beans (lists of row/column objects)
  - Added support for shared library loading
  - Support for the creation of Debian packages
  - Update Ahven integration to 2.3
  - New option -r <test> option for the unit test harness to execute a single test
  - Port on FreeBSD

Version 1.6.1   - Feb 2013
  - Fix compilation with gcc 4.7.2 (workarround to avoid gcc bug 53737)

Version 1.6     - Dec 2012
  - Support for HTTP clients (curl, AWS, ...)
  - Support for REST APIs using JSON
  - New operations To_JSON and From_JSON for easy object map serialization
  - Added a listeners to help implementing the observer/listener design patterns
  - Added support for wildcard mapping in serializaton framework
  - New option -d <dir> for the unit test harness to change the working directory

Version 1.5     - May 2012
  - Added concurrent fifo queues and arrays
  - Changed Objects.Maps to use a String instead of an Unbounded_String as the key
  - Support for shared or static build configuration
  - Implement input/output/error redirection to a file for process launch
  - Added a string tokenizer

Version 1.4     - Jan 2012
  - Support for localized date format
  - Support for process creation and pipe streams (on Unix and Windows)
  - Support for CSV in the serialization framework
  - Integrate Ahven 2.1 for the unit tests (activate with --enable-ahven)
  - Add a tool to generate perfect hash function

Version 1.3     - Sep 2011
  - Added concurrent object pools
  - Support XmlAda 4.1 (GNAT 2011)
  - Better support to report errors in the serialization framework
  - Optimize Util.Log implementation

Version 1.2	- May 2011
  - Integrates the Ada EL beans framework
  - Added encoders (base16, base64, SHA1, HMAC-SHA1)
  - Added serialization framework (JSON, XML) - EXPERIMENTAL
  - Added reference counters

Version 1.1	- Aug 2010
  - Added text transformations
  - Added Locales
  - Added property bundles

Version 1.0	- Jul 2010
  - Supports logs, properties, concurrent counters
