-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
154 lines (121 loc) · 3.88 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
* 2024-11-18:
- Version 1.00.16
- Upgraded CMake support files
* 2024-03-23:
- Version 1.00.15
- Upgraded CMake support files
* 2023-12-02:
- Version 1.00.14
- Upgraded CMake support files
* 2023-05-01:
- Version 1.00.13
- Upgraded CMake support files
* 2022-06-26:
- Version 1.00.12
- Upgraded CMake support files
* 2021-06-26:
- Version 1.00.11
- Added support for Python 3.10
* 2020-05-31:
- Version 1.00.10
- More robust way to derive Boost.Python component (even if not used)
* 2020-05-30:
- Version 1.00.9
- Removed dependency on Python
* 2019-07-11:
- Version 1.00.8
- CMake support files updated for Python 3.8
* 2019-01-15:
- Version 1.00.7
- CMake nows finds out automatically the right Boost.Python library version
- Python 3.4 is the new minimum required version
* 2017-08-06:
- Version 1.00.6
- Fixed the FTBFS issue related to newer Boost Serialization (from 1.63)
Issue #2: http://github.com/airsim/stdair/issues/2
* 2017-02-25:
- Version 1.00.5
- Attempt to fix the FTBFS issue related to new Boost 1.63 serialization
* 2015-08-30:
- Version 1.00.4
- New API for Boost.Test for Boost 1.59
* 2015-06-28:
- Version 1.00.3
- Documentation: moved the project hosting to GitHub (from SourceForge)
* 2015-05-31:
- Version 1.00.2
- Removed the dependency on ZeroMQ (only AirInv is dependent on it, not StdAir)
* 2012-11-28:
- Version 1.00.1
- Minor fix of the NEWS file.
* 2012-11-28:
- Version 1.00.0
- Open source release.
* 2011-12-18:
- Version 0.46.0
- Two new criteria have been added to the fare rule and to the booking request.
- The CMake build system now accepts independent unit tests (not dependent on
the core module being built). That allows, for instance, to benchmark the
project with third-party libraries.
* 2011-12-04:
- Version 0.45.0
- Began to improved the JSON import/export API
- Added a dummy schedule-related BOM tree, so that the simulator works seamlessly
when selecting the sample BOM option
- Updating LD_LIBRARY_PATH is no longer necessary thanks to the run-path feature
- The package version is now part of the CMake cache, and can be read from there
by third party utilities.
- The new MetaSim wrapper project is now fully supported
* 2011-11-17:
- Version 0.44.3
- Added a schedule error input files for error tests
* 2011-11-05:
- Version 0.44.1
- Improved the support for the CMake-based build process
on older systems (e.g., RedHat/CentOS 5.x)
- A third generation of the PDF reference manual is performed
- SOCI-3.1.0 is now fully supported (and the version
correctly retrieved)
* 2011-11-02:
- Version 0.44.0
- Added the dummy inventory construction needed by RMOL in
the default sample BOM construction.
* 2011-10-24:
- Version 0.43.3
- Specified Bom Manager methods for a segment date and its
corresponding marketing segment dates.
* 2011-10-21:
- Version 0.43.2
- The C++ code is compatible with RedHat EL 5.x and g++-4.1.
* 2011-10-18:
- Version 0.43.1
- The build framework is now compatible with CMake 2.6 (the
exclusive dependency on CMake 2.8 has been removed).
* 2011-10-06:
- Version 0.43.0
- Removed stored operating segment date in segment date object.
- Removed useless object.
* 2011-09-29:
- Version 0.42.0
- Added flight periods and OnDs to the basic bom tree.
- Re-structured a few things in partnership development.
* 2011-09-20:
- Version 0.41.0
- Added support for file path object definition.
* 2011-09-06:
- Version 0.40.0
- Added support for SimFQT command line binary.
* 2011-08-30:
- Version 0.39.2
- Added support for airline codeshare: links are created between
operating and marketing flights/segments/legs.
* 2011-08-15:
- Version 0.38.0
- A list() method has been added to the API (STDAIR_Service), in order
to retrieve the list of flight-dates for given parameters (optionally,
airline code and/or flight number).
* 2011-07-31:
- Version 0.36.1
- Release of RPMs for Fedora 15.
* 2010-07-13:
- Release of RPMs for Fedora 13.