Petr Špaček
1275f47907
Repeat Known Issues at the top of Release Notes page
...
From now on all per-version notes link to the global list
of Known Issues. If there is a new note it should be listed twice:
In the per-version list, and in the global list.
(cherry picked from commit c58dd2790a )
2022-11-07 14:43:40 +01:00
Petr Špaček
dba86ce710
Add hyperlinks to all unique statement names
...
This shell script added hyperlinks to all unique statement names:
UNIQSTATEMENTS=$(\
sort \
<(git grep '.. namedconf:statement::' '*.rst' | sed -e 's/^.*:: //') \
<(git grep '.. rndcconf:statement::' '*.rst' | sed -e 's/^.*:: //') \
| uniq --unique)
ARMFILES=$(git ls-files 'doc/*.rst' | grep -v 'doc/man')
for STATEMENT in $UNIQSTATEMENTS; \
do sed -i -e "s/\`\`$STATEMENT\`\`/:any:\`$STATEMENT\`/g" $ARMFILES; \
done
This needs manual cleanup (see next commit) to fix syntax errors.
2022-07-04 16:08:59 +02:00
Michał Kępień
9a36774aee
Add release note for GL #3327
2022-06-02 20:43:07 +02:00
Michał Kępień
f353ea526b
Reorder release notes
2022-06-02 20:43:07 +02:00
Michał Kępień
71d315a461
Tweak and reword release notes
2022-06-02 20:43:07 +02:00
Michał Kępień
16006e959f
Prepare release notes for BIND 9.18.4
2022-06-02 20:43:07 +02:00