-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
71 lines (52 loc) · 3.08 KB
/
ChangeLog
File metadata and controls
71 lines (52 loc) · 3.08 KB
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
* Sun Jan 18 2026 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.14
- Synchronized the CMake conf files with StdAir
* Thu Dec 25 2025 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.13
- Upgraded CMake conf for Python
* Wed Dec 17 2025 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.12
- Fixed a few issues with the doc and man pages
* Mon Mar 31 2025 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.11
- Upgraded CMake support files
* Mon Jan 27 2025 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.10
- Upgraded CMake support files
* Sat Mar 23 2024 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.9
- Upgraded CMake support files
* Mon May 01 2023 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.8
- Upgraded CMake support files
* Sun Jun 26 2022 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.7
- Upgraded CMake support files
* Sat Jun 26 2021 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.6
- Upgraded CMake support files
* Sat May 30 2020 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 1.00.5
- Removed dependency on Python
* 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 21 2015 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 1.00.2
- The CMake helper files are now aligned with those of StdAir.
* Sun Dec 23 2012 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 1.00.1
- Fixed compilation issues on RedHat/CentOS 5.x (e.g., support of ncurses).
* Mon Dec 10 2012 Gabrielle Sabatier <g-sabatier at users dot sourceforge dot net> 1.00.0
- Open source release
- TravelCCM implements three different algorithms to calculate the travel
solution matching the best any customer simulated preferences.
1) PriceOrientedModel: choose the cheapest travel solution within the given
list of travel solutions.
2) HardRestrictionModel: choose the cheapest travel solution which satisfies
the restrictions such as change fees and non refundable.
3) HybridModel: choose the cheapest travel solution after having added
disutility values for each unsatisfied restriction.
* Mon Dec 05 2011 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 0.5.3
- [Doc] Improved a little bit the documentation
- [Build] Improved the CMake build framework
* Wed Oct 19 2011 Denis Arnaud <denis_arnaud at users dot sourceforge dot net> 0.5.1
- The build framework is now compatible with CMake 2.6 (the exclusive
dependency on CMake 2.8 has been removed).
* Sat Aug 20 2011 Denis Arnaud <denis_arnaud at users dot sourceforge.net> 0.5.0
- TravelCCM is able to calculate the travel solution matching the best any
customer simulated preferences, when faced with any incoming booking request,
thanks to the batch (airsched). An interactive utility has still to be
implemented.
* Thu Sep 10 2009 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.4.0-1
- Initial RPM release