* Macro processor: line numbers after `@#define, @#include` and
`@#includepath` directives were off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/50a2737e41cd449d6551622b918f64e514c3d2fc)
* The indexing of `M_.endo_trends` was off by 1 (bug fixed in https://git.dynare.org/Dynare/preprocessor/-/commit/2758f46c83f847fb56a5107b16a05300ee11dc70)
* Under Windows, when the default installation location is chosen (`c:\dynare\`), Dynare installation files can be modified by unpriviledged local users (bug fixed in 689355ebc8850472508e997674b2482e5233601e)
* OccBin:
* running `calib_smoother` with `smoother_inversion_filter` would crash unless `likelihood_inversion_filter` was also specified (bug fixed in 4e4cd75c)