Petr Špaček
c58dd2790a
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.
2022-11-07 14:03:15 +01:00
Petr Špaček
d101490250
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 15:50:50 +02:00
Michał Kępień
cd736a334e
Add release note for GL #3327
2022-06-02 18:27:40 +02:00
Michał Kępień
f4cfcd3389
Reorder release notes
2022-06-02 18:27:40 +02:00
Michał Kępień
008dfecbd1
Tweak and reword release notes
2022-06-02 18:27:40 +02:00
Michał Kępień
3913e59508
Prepare release notes for BIND 9.19.2
2022-06-02 18:27:40 +02:00