* 2024-03-23:
- Version 1.01.9
- Upgraded CMake support files

* 2023-05-01:
- Version 1.01.8 
- Upgraded CMake support files

* 2022-06-26:
- Version 1.01.7
- Upgraded CMake support files

2021-06-26:
- Version 1.01.6
- Upgraded CMake support files

2020-06-03:
- Version 1.01.5
- Removed dependency on ZeroMQ

2020-05-30:
- Version 1.01.4
- Removed dependency on Python

2019-07-11:
- Version 1.01.3
- CMake support files updated for Python 3.8

2019-01-15:
- Version 1.01.2
- CMake nows finds out automatically the right Boost.Python library version
- Python 3.4 is the new minimum required version

2015-06-14:
- Version 1.01.1
- The CMake helper files are now aligned with those of StdAir.

2014-06-07:
- Version 1.01.1
- Future version.

2013-06-08:
- Version 1.01.0
- Renamed from AirSched into AirTSP, for trademark issue with Pancor.

2012-12-13:
- Version 1.00.0
- Open source release
- [Dev] List of available services in the Computerised Reservation System:
	1) Build the list of travel solutions corresponding to the booking request.
	2) Calculate the fare of each travel solution in the list.
	3) Compute the availability for each travel solution in the list.
	4) Register a booking.
	5) Take inventory snapshots.
	6) Register a  cancellation.
	7) Optimise (revenue management) a flight-date/network-date.
- [Build] Test coverage option with gcov.

2011-12-06:
- Version 0.1.1
- [Dev] Adapted the database-related source code to the new SOCI-3.1 API.
- [Build] Improved the CMake build framework. For instance, the package
  versions are now correctly handled, for the simulator-related components,
  as well as for third-party libraries (e.g., Xapian, SOCI, Boost). The
  rpath/run-path is now inserted into the (library, executable) binaries
  (only when needed, though).
- [Build] Removed any support for the GNU Autotools.

2011-11-23:
- Version 0.1.0
- First release

