Repository: StackExchange/dnscontrol · Tag: v4.0.1 · Commit: 3cd907b · Released by: github-actions[bot]
A small but useful bugfix release. The dnscontrol version command was broken and a provider wasn't calculating the number of corrections correctly.
dnscontrol version now works (this time for sure!)Because we've had problems with version before, I thought I'd show some proof of testing:
MacOS:
$ ./dnscontrol version
dnscontrol "4.0.1" ("3cd907bfd3bc069b09b31e5d81ee6eb7790d2a9b") built 18 May 23 19:09 EDT
LInux:
$ rpm2cpio dnscontrol-4.0.1.x86_64.rpm | cpio --no-absolute-filenames -idmv
cpio: Removing leading `/' from member names
usr/bin/dnscontrol
67977 blocks
$ usr/bin/dnscontrol version
dnscontrol "4.0.1" ("3cd907bfd3bc069b09b31e5d81ee6eb7790d2a9b") built 18 May 23 23:09 UTC
Windows:
PS C:\> C:\Users\tlimoncelli\Desktop\dnscontrol.exe version
dnscontrol "4.0.1" ("3cd907bfd3bc069b09b31e5d81ee6eb7790d2a9b") built 18 May 23 23:09 UTC
M365_BUILDER() to menu and code tricks (#2371) (@cafferata)