Skip to content

Commit

Permalink
Changelog note and README description for #263
Browse files Browse the repository at this point in the history
- Merge #263: Add bash autocompletion script for nsd-control.
  • Loading branch information
wcawijngaards committed Jan 30, 2023
1 parent 4308537 commit 643a06d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/README
Expand Up @@ -34,3 +34,7 @@ USE AT YOUR OWN RISK.
* patch_for_s6_startup_and_other_service_supervisors.diff : patch to
use -r option for nsd to signal readiness with READY_FD, from Cameron Nemo.
Apply with patch -p0 < contrib/patch_for_s6_startup_and_other_service_supervisors.diff

* autocomplete_nsd-control.bash : It completes options, all commands and zone
arguments for commands. From Christian Weiske. To use it, call:
source contrib/autocomplete_nsd-control.bash
3 changes: 3 additions & 0 deletions doc/ChangeLog
@@ -1,3 +1,6 @@
30 January 2022: Wouter
- Merge #263: Add bash autocompletion script for nsd-control.

27 January 2022: Wouter
- Fix #262: Zone(s) not synchronizing properly via TLS.
- Fix ixfr_and_restart test to wait for processes to come to a stop.
Expand Down
1 change: 1 addition & 0 deletions doc/RELNOTES
Expand Up @@ -3,6 +3,7 @@ NSD RELEASE NOTES
4.6.2 (upcoming)
================
FEATURES:
- Merge #263: Add bash autocompletion script for nsd-control.
BUG FIXES:
- Fix #239: -Wincompatible-pointer-types warning in remote.c.
- Fix configure for -Wstrict-prototypes.
Expand Down

0 comments on commit 643a06d

Please sign in to comment.