github StackExchange/dnscontrol v4.0.1

latest releases: v4.9.0, v4.8.2, v4.8.1...
11 months ago

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!)
  • AXFRPROVIDER's "INFO" output no longer counts as a change (#2372) (@fritterhoff)
  • CLOUDFLAREAPI now uses the newest library (#2367) (@hmoffatt)
  • New macro: M365_BUILDER() which can be used to simply set up Microsoft 365 for a domain in an opinionated way. (#2365) (@juliusrickert)

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

Changelog

Major features:

Provider-specific changes:

Other changes and improvements:

Don't miss a new dnscontrol release

NewReleases is sending notifications on new releases.