-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
91 lines (73 loc) · 2.42 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
* 2024-03-23:
- Version 1.01.11
- Upgraded CMake support files
* 2023-05-01:
- Version 1.01.10
- Upgraded CMake support files
* 2022-06-26:
- Version 1.01.9
- Upgraded CMake support files
* 2021-06-26:
- Version 1.01.8
- Upgraded CMake support files
* 2020-05-30:
- Version 1.01.7
- Removed dependency on Python
* 2020-02-06:
- Version 1.01.6
- Fixed pkg-config template
* 2019-07-11:
- Version 1.01.5
- CMake support files updated for Python 3.8
* 2019-01-15:
- Version 1.01.4
- CMake nows finds out automatically the right Boost.Python library version
- Python 3.4 is the new minimum required version
* 2016-09-04:
- Version 1.01.3
- Fixed a compatibility issue with C++11 with std::istringstream.
BZ #1307310
* 2015-06-13:
- Version 1.01.2
- Aligned with StdAir for CMake helper files.
* 2013-08-12:
- Version 1.01.1
- airtsp-config now supports multilib (32 and 64bit versions).
* 2013-06-08:
- Version 1.01.0
- Renamed from AirSched into AirTSP, for trademark issue with Pancor.
* 2012-12-11:
- Version 1.00.0
- Open source release.
- [Dev] Added FRAT5 curve and Fare Family disutility curve in the schedule
input file (needed by the Fare Family implementation).
- [Dev] Added the operating leg description for marketing flights in the
schedule input file.
- [Build] Test coverage option with gcov.
* 2011-12-05:
- Version 0.1.4
- [Dev] The BOM sample tree is no longer built when not invoking explicitly
the built-in option of the (AIRSCHED_Service) 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-04:
- Version 0.1.3
- The code is now compatible with g++ 4.1 and Boost 1.33.
* 2011-10-26:
- Version 0.1.2
- Updated the CMake build macros, so as to support CMake-2.6 (and not only
CMake-2.8).
* 2011-08-21:
- Version 0.1.1
- Just added a small description within the README file.
- Took into account the feedback from various review requests (bugs #732205,
#728649, #732218)
* 2011-08-20:
- Version 0.1.0
- First release. AirSched is able to calculate travel solutions for
any incoming booking request, thanks to the batch (airsched). An
interactive utility has still to be implemented.