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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: miekg/dns
base: v1.1.24
Choose a base ref
head repository: miekg/dns
compare: v1.1.25
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 9, 2019

  1. Add CODEOWNERS (#1042)

    git shows:
    
     git shortlog -sne | head
      3311	Miek Gieben <miek@miek.nl>
       157	Tom Thorogood <me+github@tomthorogood.co.uk>
        39	Alex Sergeyev <asergeyev@dyn.com>
        37	Andrew Tunnell-Jones <andrew@tj.id.au>
        34	Filippo Valsorda <filippo@cloudflare.com>
        21	Rafael Dantas Justo <rafael@registro.br>
        19	Michael Haro <mharo@google.com>
        14	Alex Sergeyev <abc@alexsergeyev.com>
        13	chantra <chantra@users.noreply.github.com>
        11	Alex Ciuba <alexciuba@gmail.com>
    
    I took the top 2, but happy to extend this obvs.
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Dec 9, 2019

Commits on Dec 11, 2019

  1. Use crypto/rand for random id generation. (#1044)

    * Use crypto/rand for random id generation.
    
    Fixes #1043 and #1037
    
    * Panic on rare crypto/rand error.
    
    * Fixes in response to review.
    jsha authored and miekg committed Dec 11, 2019
  2. Release 1.1.25

    miekg committed Dec 11, 2019