Commit c03ee7aa663c4361e23ca32b596adf6e8be0e8ac
1 parent
16705741
Prepare 11.9.1 release
Showing
2 changed files
with
31 additions
and
0 deletions
ChangeLog
| 1 | +2024-06-07 Jay Berkenbilt <ejb@ql.org> | |
| 2 | + | |
| 3 | + * 11.9.1: release | |
| 4 | + | |
| 5 | +2024-06-06 Jay Berkenbilt <ejb@ql.org> | |
| 6 | + | |
| 7 | + * Rewrite a recursive function to be iterative in linearization to | |
| 8 | + enable more complex files to be linearized, especially on Windows. | |
| 9 | + | |
| 10 | +2024-02-24 Jay Berkenbilt <ejb@ql.org> | |
| 11 | + | |
| 12 | + * Avoid non-standard use of `std::basic_string_view`. Contribution | |
| 13 | + from Zoe Clifford. | |
| 14 | + | |
| 1 | 15 | 2024-02-24 Jay Berkenbilt <ejb@ql.org> |
| 2 | 16 | |
| 3 | 17 | * 11.9.0: release | ... | ... |
manual/release-notes.rst
| ... | ... | @@ -38,6 +38,23 @@ Planned changes for future 12.x (subject to change): |
| 38 | 38 | |
| 39 | 39 | .. x.y.z: not yet released |
| 40 | 40 | |
| 41 | +11.9.1: June 7, 2024 | |
| 42 | + - Bug Fixes | |
| 43 | + | |
| 44 | + - Rework one piece of linearization to avoid potential stack | |
| 45 | + overflow on very complex files | |
| 46 | + | |
| 47 | + - Build Improvements | |
| 48 | + | |
| 49 | + - Add a CLion build configuration for building with static | |
| 50 | + libraries with Visual C++ on Windows. This configuration works | |
| 51 | + "out of the box" with CLion, Visual C++, and the external | |
| 52 | + libraries binary distribution without any additoinal external | |
| 53 | + tools. | |
| 54 | + | |
| 55 | + - Tweak use of ``std::string_view`` to handle upcoming changes to | |
| 56 | + the C++ standard. | |
| 57 | + | |
| 41 | 58 | 11.9.0: February 24, 2024 |
| 42 | 59 | - CLI Enhancements |
| 43 | 60 | ... | ... |