8000 Comparing v1.1.65...v1.1.66 · miekg/dns · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miekg/dns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.65
Choose a base ref
...
head repository: miekg/dns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.66
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Apr 6, 2025

  1. Return error for empty target (#1627)

    * Return error for empty target
    
    * The @ is more important then this corner case and also happens more often
    taoso authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    739cf21 View commit details
    Browse the repository at this point in the history
  2. A comment concerning newline while scanning (#1645)

    * Add explaning comment
    
    explain how a newline can end up in a domain name while scanning a zonefile
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    
    * also use 1.24 in the build matrix
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    
    ---------
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    8a570c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Upgrade all deps (#1647)

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    8ec9f67 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. Add the rcode DSO-TYPE Not Implemented / RFC8490 (#1648)

    Signed-off-by: Rob Gill <rrobgill@protonmail.com>
    rrobgill authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    64211b3 View commit details
    Browse the repository at this point in the history
  2. DSO: Use Stateful as the suffix

    DSO is the acronym from rfc 8490, but use the more wordly Stateful, this
    allows for a nicer opcode name RcodeStateful and later for a Stateful
    (StatefulType?) table registering DSO Type Code Registry.
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Apr 20, 2025
    1 Configuration menu
    Copy the full SHA
    01abd80 View commit details
    Browse the repository at this point in the history
  3. RFC 8490: Implement DSO type registry

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    27318b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    ed312a3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Release 1.1.66

    miekg committed May 7, 2025
    Configuration menu
    Copy the full SHA
    10d76bc View commit details
    Browse the repository at this point in the history
Loading
0