John McNulty <[email protected]> writes: > I'd like to step back through the versions to find out which release after > 9.20.7 introduced the change in behaviour before filing a bug report. But > I've not been successful in locating a source that contains them. Copr > only holds the latest release.
They're available as tags in git at least. Makes easier to bisect the issue. bjorn@canardo:/usr/local/src/git/bind9$ git remote -v isc https://gitlab.isc.org/isc-projects/bind9 (fetch) isc https://gitlab.isc.org/isc-projects/bind9 (push) bjorn@canardo:/usr/local/src/git/bind9$ git tag -l v9.20.* v9.20.0 v9.20.1 v9.20.10 v9.20.11 v9.20.12 v9.20.13 v9.20.15 v9.20.2 v9.20.3 v9.20.4 v9.20.5 v9.20.6 v9.20.7 v9.20.8 v9.20.9 (Note that v9.20.14 was withdrawn, which I assume is the reason it is missing) Bjørn -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list.

