<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/example2.good, branch full_match</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>Add DLV to example zone.</title>
<updated>2020-08-28T01:45:58+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-08-28T01:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6c3d900fa668292c477ddbf8855e2e611cb85a61'/>
<id>6c3d900fa668292c477ddbf8855e2e611cb85a61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds SMIMEA record type, RFC 8162</title>
<updated>2020-08-27T07:49:46+00:00</updated>
<author>
<name>Nils Wisiol</name>
<email>mail@nils-wisiol.de</email>
</author>
<published>2020-08-27T07:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=0f19845344b468325d3fc6d3919ccc0869b6ca9d'/>
<id>0f19845344b468325d3fc6d3919ccc0869b6ca9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not split OPENPGPKEY base64 into chunks. #577</title>
<updated>2020-08-26T16:38:25+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-08-26T16:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=d6a95982fcd454a10467260bfb874c3c9d31d06f'/>
<id>d6a95982fcd454a10467260bfb874c3c9d31d06f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SVCB and HTTPS support</title>
<updated>2020-08-08T02:13:36+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-08-07T03:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5891ac286ee4ba934738c94c7189ee2d868fcd3b'/>
<id>5891ac286ee4ba934738c94c7189ee2d868fcd3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the AMTRELAY type.</title>
<updated>2020-07-01T17:33:49+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-07-01T17:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=7482b94a28dfcd9a98a3518effcec2a6085235d1'/>
<id>7482b94a28dfcd9a98a3518effcec2a6085235d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve TXT records in example zone.</title>
<updated>2020-05-04T17:55:39+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-05-04T17:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=e32403119562d59d30ae5054a31da777d528cb2d'/>
<id>e32403119562d59d30ae5054a31da777d528cb2d</id>
<content type='text'>
This zone was copied from a zone file in BIND long ago.  BIND contains
both sample zone files and a script to generate sample zone files, but
the committed files appear to have been generated by a broken version of
the script.

This updates the TXT records to what the script would have generated,
which is far more complete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This zone was copied from a zone file in BIND long ago.  BIND contains
both sample zone files and a script to generate sample zone files, but
the committed files appear to have been generated by a broken version of
the script.

This updates the TXT records to what the script would have generated,
which is far more complete.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse decimal integer time in RRSIG records.</title>
<updated>2019-04-09T00:41:27+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2019-04-09T00:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=84d567e735b6adce893b679f9c27dac97155031c'/>
<id>84d567e735b6adce893b679f9c27dac97155031c</id>
<content type='text'>
Patch by Brian Wellington (thanks!)
[Issue #364]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Brian Wellington (thanks!)
[Issue #364]
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OPENPGPKEY RR support.</title>
<updated>2016-10-10T13:43:36+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2016-10-10T13:43:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1843bf28359bfda83ebf909bdf17f6a8b0832732'/>
<id>1843bf28359bfda83ebf909bdf17f6a8b0832732</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add AVC RR support.</title>
<updated>2016-09-20T20:00:33+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2016-09-20T20:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=d48647bb72904e4ee619f0d62245e60b51628207'/>
<id>d48647bb72904e4ee619f0d62245e60b51628207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CSYNC</title>
<updated>2016-05-23T22:18:47+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2016-05-23T22:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6e652fa09f9b9383a34d0a91e882e28b730a4aa6'/>
<id>6e652fa09f9b9383a34d0a91e882e28b730a4aa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
