-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
68 lines (52 loc) · 3.13 KB
/
ChangeLog
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
* Sun Mar 24 2024 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.11
- Upgraded CMake support files
* Sat Mar 23 2024 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.10
- Upgraded CMake support files
* Mon May 01 2023 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.9
- Upgraded CMake support files
* Sun Jun 26 2022 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.8
- Upgraded CMake support files
* Sat Jun 26 2021 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.7
- Added support for Python 3.10
* Sat May 30 2020 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.6
- Removed dependency on Python
* Mon Nov 11 2019 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> - 1.00.5
- CMake helper files for newer versions of Boost
* Thu Jul 11 2019 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> - 1.00.4
- CMake support files updated for Python 3.8
* Tue Jan 15 2019 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> - 1.00.3
- CMake nows finds out automatically the right Boost.Python library version
- Python 3.4 is the new minimum required version
* Sun Jun 14 2015 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 1.00.2
- Moved the Python utilities into standard directories
* Sun Jun 14 2015 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 1.00.1
- The CMake helper files are now aligned with those of StdAir.
* Tue Dec 11 2012 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 1.00.0
- Open source release.
- [Dev] Events no longer stored in the StdAir BOM root: new module SEvMgr
handling events through an event queue.
- [Dev] Services dedicated to JSON export of events.
- [Build] Test coverage option with gcov.
* Sun Dec 18 2011 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 0.2.3
- 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.
* Mon Dec 12 2011 Denis Arnaud <denis_arnaud at users dot sourceforge.net> 0.2.2
- Took into account feedback from the review request (#728815). The test/math/
sub-directory has been moved out into a dedicated GitHub repository
(https://github.com/denisarnaud/playground). The other tests (sequential
generation) are now checked.
* Mon Dec 05 2011 Denis Arnaud <denis_arnaud at users dot sourceforge.net> 0.2.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.
* Sun Aug 07 2011 Denis Arnaud <denis_arnaud at users dot sourceforge.net> 0.1.0
- First release. The demand rule sets are parsed either from a CSV file or
from a built-in sample BOM tree. Then, TraDemGen generates booking requests
according to the given rule sets.