|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [Unreleased] |
| 3 | +## [Version 1.1.7] - 2016-12-01 |
4 | 4 |
|
5 | 5 | ### Added
|
6 | 6 |
|
|
61 | 61 | - **BREAKING CHANGE** The ouput flushing function must be passed explicitly as
|
62 | 62 | a function pointer to the `pcmsolver_new` function during library
|
63 | 63 | initialization.
|
64 |
| - The function pointer has the signature `typedef void (*HostWriter)(const char |
65 |
| - * message)` thus accepting a single argument instead of the previous two. |
66 |
| - |
67 |
| -### Deprecated |
68 |
| - |
69 |
| -### Removed |
70 |
| - |
71 |
| -### Fixed |
72 |
| - |
73 |
| -### Security |
| 64 | + The function pointer has the signature |
| 65 | + `typedef void (*HostWriter)(const char * message)` |
| 66 | + thus accepting a single argument instead of the previous two. |
| 67 | +- [GNU standard installation |
| 68 | + directories](http://www.gnu.org/prep/standards/html_node/Directory-Variables.html) |
| 69 | + have been imposed, thanks to work by @loriab. |
| 70 | + Given a prefix, header files are now installed to `include/pcmsolver`, |
| 71 | + executables to `bin`, libraries to `lib` and scripting tools to `share`. |
| 72 | + The install prefix and the installation directories can be specified by the |
| 73 | + `--prefix`, `--bindir`, `--libdir`, `--includedir` and `--datadir` options to |
| 74 | + the `setup.py` script (or the corresponding CMake variables) |
74 | 75 |
|
75 | 76 | ## [Version 1.1.6] - 2016-09-20
|
76 | 77 |
|
|
237 | 238 |
|
238 | 239 | ## v1.0.0 - 2014-09-30 [YANKED]
|
239 | 240 |
|
240 |
| -[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...HEAD |
| 241 | +[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.7...HEAD |
| 242 | +[Version 1.1.7]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.6...v1.1.7 |
| 243 | +[Version 1.1.6]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...v1.1.6 |
241 | 244 | [Version 1.1.5]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.4...v1.1.5
|
242 | 245 | [Version 1.1.4]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.3...v1.1.4
|
243 | 246 | [Version 1.1.3]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.2...v1.1.3
|
|
0 commit comments