File rubygem-dnsruby.changes of Package rubygem-dnsruby

-------------------------------------------------------------------
Mon Feb  3 09:35:29 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 1.72.3, see bundled RELEASE_NOTES.md

-------------------------------------------------------------------
Mon Nov  4 16:33:39 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 1.72.2, see bundled RELEASE_NOTES.md

-------------------------------------------------------------------
Fri Jun 21 09:46:47 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 1.72.1, see bundled RELEASE_NOTES.md

-------------------------------------------------------------------
Tue Nov 14 18:25:31 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 1.70.0, see bundled RELEASE_NOTES.md

-------------------------------------------------------------------
Tue Jan 25 06:50:04 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.61.9
 see installed RELEASE_NOTES.md

  ## v.1.61.9
  
  * Remove unused net-ftp dependency
  
  ## v.1.61.8
  
  * Fix compatability with Ruby 3.1 - thanks @byroot Jean Boussier
  * Get the digdlv demo to enable dnssec
  

-------------------------------------------------------------------
Thu Jun 24 17:17:21 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.61.7
 see installed RELEASE_NOTES.md

  ## v1.61.7
  
  * Fix namespace issue from v1.61.6
  
  ## v1.61.6
  
  * RD bit not set on Recursor queries (thanks Sean Dilda!)
  * Handle quoted strings followed by unquoted strings in TXT records
  * do not worry about rogue repeated Ids - just log an error and get on with life
  * Clear Ruby warnings
  * Use GitHub Actions rather than Travis
  

-------------------------------------------------------------------
Wed Jan 20 12:32:19 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.61.5
 see installed RELEASE_NOTES.md

  ## v1.61.5
  
  * CAA record fixes - add contactphone and contactemail
  * Fix eprecation warnings
  

-------------------------------------------------------------------
Fri Sep 25 13:52:08 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated to version 1.61.4
 see installed RELEASE_NOTES.md


-------------------------------------------------------------------
Mon Feb 10 14:28:55 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 1.61.3
 see installed RELEASE_NOTES.md

-------------------------------------------------------------------
Wed Sep  5 10:09:56 UTC 2018 - coolo@suse.com

- updated to version 1.61.2
 see installed RELEASE_NOTES.md

  ##v1.61.2
  
  * Add new root key

-------------------------------------------------------------------
Thu Jul 12 08:04:08 UTC 2018 - factory-auto@kulow.org

- updated to version 1.61.1
 see installed RELEASE_NOTES.md

  ## v1.61.1
  
  * Add Addressable as a gem runtime dependency

-------------------------------------------------------------------
Wed Jul 11 15:02:57 UTC 2018 - factory-auto@kulow.org

- updated to version 1.61.0
 see installed RELEASE_NOTES.md

  ## v1.61.0
  
  * Add URI, CDS and CDNSKEY records
  * Supply port to DNS.new as optiona parameter
  * Supply timeout to zone transfer connect
  * Fix multi-line strings
  * Try absolute name as candidate in DNS even if not dot supplied
  * Do not try to generate candidates if no domain is given
  * Handle new OpenSSL interface as well as old
  * Handle new DSA interface
  * fix encode error select thread issue
  * handle encoding errors
  * add punycode support
  * Make sure dnssec is enabled in verifier and also in digroot demo
  * Other minor fixes and changes to test code and infrastructure

-------------------------------------------------------------------
Mon Aug 28 05:17:17 UTC 2017 - coolo@suse.com

- updated to version 1.60.2
 see installed RELEASE_NOTES.md

  ## v1.60.2
  
  * Fix deletion of TXT records with spaces in dynamic updates (thanks Sean Dilda)
  * Fix use of non-default ports in Dnsruby::Resolver (thanks Thomas Morgan)
  * Fix NAPTR encoding for null rdata dynamic update packets
  * Fix CAA resource record encoding
  * Avoid changing ruby global thread abort behavior (thanks Brent Cook)

-------------------------------------------------------------------
Tue May 23 09:49:37 UTC 2017 - coolo@suse.com

- updated to version 1.60.1
 see installed RELEASE_NOTES.md

  ## v1.60.1
  
  * DNSSEC validation switched OFF by default (but can still be switched on)
  * Add APL RR support (thanks Manabu Sonoda)
  * Various test fixes (thanks Keith Bennett)
  * 'include' issues fixed (thanks Keith Bennett!)
  * Fixnum replacement (thanks Keith Bennett)
  * Zone transfer fixes (thanks Manabu Sonoda)
  * Name decoding fix
  * MX record passing error now raised
  * CAA RR support (thanks Richard Luther)
  * TLSA RR support (thanks Manabu Sonoda)

-------------------------------------------------------------------
Wed Nov  2 05:33:06 UTC 2016 - coolo@suse.com

- updated to version 1.60.0
 see installed RELEASE_NOTES.md

  ## v1.60.0
  
  * TCP multi-packet support fixed
  * Response 'Message' now included with exception.
  * Docs added
  * CNAME dynamic update fix

-------------------------------------------------------------------
Thu May 26 04:28:54 UTC 2016 - coolo@suse.com

- updated to version 1.59.3
 see installed RELEASE_NOTES.md

  ## v1.59.3
  
  * Output TXT record multiple strings correctly
  * NONE class encoding fix
  * only add name labels if there are any

-------------------------------------------------------------------
Sat Feb 27 05:34:50 UTC 2016 - coolo@suse.com

- updated to version 1.59.2
 see installed RELEASE_NOTES.md

  ## v1.59.2
  
  * Timeout error fix

-------------------------------------------------------------------
Sun Jan 17 05:36:34 UTC 2016 - coolo@suse.com

- updated to version 1.59.1
 see installed RELEASE_NOTES.md

  ## v1.59.1
  
  * Support for HMAC SHA512 TSIG keys
  * Fix TCP pipelining tests
  * IDN encoding error returned as Dnsruby::OtherResolvError

-------------------------------------------------------------------
Thu Oct 22 04:29:07 UTC 2015 - coolo@suse.com

- updated to version 1.59.0
 see installed RELEASE_NOTES.md

  ## v1.59.0
  
  * Add LICENSE file
  * Add Cache max_size (gihub issue 64)
  * Disable caching for SOA lookups in demo check_soa.rb
  * Fix for invalid nameserver in config
  * Fix encoding for OPT data (thanks Craig Despeaux)
  * Various test system fixes
  * OPT fixes
  * DNSSEC verification failure handling wrt lack of DS chain
  * DNSSEC validation policy name constants
  * Fix for BOGUS DLV chains
  * demo upgrades
  * Resolver hints improvements

-------------------------------------------------------------------
Fri Mar 27 05:29:52 UTC 2015 - coolo@suse.com

- updated to version 1.58.0

-------------------------------------------------------------------
Tue Feb 10 17:38:14 UTC 2015 - coolo@suse.com

- updated to version 1.57.0

-------------------------------------------------------------------
Wed Jul 31 05:45:53 UTC 2013 - coolo@suse.com

- updated to version 1.54

-------------------------------------------------------------------
Tue May 15 15:49:44 UTC 2012 - johann.luce@wanadoo.fr

-Update for ruby 1.9.1 

-------------------------------------------------------------------
Thu Dec  8 09:34:50 UTC 2011 - johann.luce@wanadoo.fr

-rubygem dnsruby for opensuse first release 

openSUSE Build Service is sponsored by