File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,6 +221,12 @@ https://github.com/networkupstools/nut/milestone/10
221221 known deficiencies in Windows platform support, as well as some un-awareness
222222 about configuration key words which appeared in NUT since 2013. [#2290]
223223
224+ - The `tools/gitlog2changelog.py.in` script was revised, in particular to
225+ convert section titles (with contributor names coming from Git metadata)
226+ into plain ASCII character set, for `dblatex` versions which do not allow
227+ diacritics and other kinds of non-trivial characters in sections. This can
228+ cause successful builds of `ChangeLog.pdf` file on more platforms, but at
229+ expense of a semi-cosmetic difference in those names. [PR #2360, PR #2366]
224230
225231Release notes for NUT 2.8.1 - what's new since 2.8.0
226232----------------------------------------------------
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ Changes from 2.8.1 to 2.8.2
4444 appear as comments, or enabled by specifying the `-U` command-line
4545 option several times. [#2221]
4646
47+ - The `tools/gitlog2changelog.py.in` script was revised, in particular to
48+ convert section titles (with contributor names) into plain ASCII character
49+ set, for `dblatex` versions which do not allow diacritics and other kinds
50+ of non-trivial characters in sections. A number of other projects seem to
51+ use the NUT version of the script, and are encouraged to look at related
52+ changes in `configure.ac` and `Makefile.am` recipes. [PR #2360, PR #2366]
53+
4754 Changes from 2.8.0 to 2.8.1
4855---------------------------
4956
You can’t perform that action at this time.
0 commit comments