-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
63 lines (50 loc) · 1.62 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
* 2024-03-23:
- Version 1.00.9
- Upgraded CMake support files
* 2023-05-01:
- Version 1.00.8
- Upgraded CMake support files
* 2022-06-26:
- Version 1.00.7
- Upgraded CMake support files
* 2021-06-26:
- Version 1.00.6
- Upgraded CMake support files
* 2020-08-09:
- Version 1.00.5
- Updated the use of ZeroMQ API
* 2020-05-30:
- Version 1.00.4
- Removed dependency on Python
* 2019-07-11:
- Version 1.00.3
- CMake support files updated for Python 3.8
* 2019-01-15:
- Version 1.00.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.00.1
- The CMake helper files are now aligned with those of StdAir.
2012-12-12:
- [Dev] Computation of availability done after each booking instead of each request.
- [Dev] Operating airline code and flight number can be defined either in the
schedule or in the inventory input file.
- [Dev] AirInv now depends on SEvMgr which allows to add events in the
queue (such as revenue management events, inventory snapshots).
- [WebApp] New services in the Django-based Web application exchanging JSON
messages with the C++ server.
- [Build] Test coverage option with gcov.
2011-12-04:
- Version 0.1.2
- [Doc] Added a missing BOM tree (PNG) image. The (PDF) reference manual is now
successfully generated.
- [Doc] Fixed a few typos in the README file.
- [WebApp] Documented a little bit more the Django-based Web application.
Added a few sample pages/scripts.
2011-10-30:
- Version 0.1.1
- Suppressed any support to the GNU Autotools.
2011-10-27:
- Version 0.1.0
- Works with StdAir-0.43.3 and RMOL-0.25.1.