|
1 | | -NOTE: This change log section represents git commits in range 'v2.6.0..HEAD' (commits '8103b4e5c..434cb36a3'). |
| 1 | +NOTE: This change log section represents git commits in range 'v2.6.0..HEAD' (commits '8103b4e5c..541c2ecf0'). |
2 | 2 |
|
3 | 3 | 2025-08-08 Jim Klimov <jimklimov+nut@gmail.com> |
4 | 4 |
|
| 5 | + * configure.ac: for now do not require (pre-)release tagged commits |
| 6 | + to build changelog by default - keep doing it on systems where we |
| 7 | + can though |
| 8 | + * configure.ac: rephrase the message about --enable-docs-changelog |
| 9 | + [#3019, #3053] |
| 10 | + * ci_build.sh: limit default "configure --enable-docs-changelog=no" |
| 11 | + for CI builds on systems where CANBUILD_DOCS_ALL!=yes |
| 12 | + * ci_build.sh: add support for WITH_CHANGELOG envvar to pass down as |
| 13 | + configure --enable-docs-changelog=... |
| 14 | + * .github/workflows/codeql.yml: configure --disable-docs-changelog in |
| 15 | + CI builds |
| 16 | + * configure.ac: for (pre-)release builds we default |
| 17 | + nut_enable_docs_changelog auto=>yes - do so loudly, and default |
| 18 | + --with-doc man=>auto as well for all builds to have a chance to try |
| 19 | + this |
| 20 | + * docs/maintainer-guide.txt: update the guide |
| 21 | + * docs/maintainer-guide.txt: commit that in tools/gitlog2version.sh: |
| 22 | + for development, set fallback NUT_VERSION_DEFAULT=X.Y.Z.1 |
| 23 | + * docs/maintainer-guide.txt: remind to double-check that release |
| 24 | + NUT_VERSION_DEFAULT in tools/gitlog2version.sh must be a triplet |
5 | 25 | * tools/gitlog2version.sh: for release, set fallback |
6 | 26 | NUT_VERSION_DEFAULT=2.8.4 |
7 | 27 | * appveyor.yml: SKIP for now NUT-Monitor prereqs |
|
0 commit comments