-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
35 lines (29 loc) · 1.17 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
* 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.