<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git, branch soa_interval_fix</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>fix test failures due to valid OPT TTL fields being outside the bounds of TTLs</title>
<updated>2021-11-14T22:15:24+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-14T22:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=4e535db1017b918359bf5982356b01ce3164ecaf'/>
<id>4e535db1017b918359bf5982356b01ce3164ecaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow unsigned 32 bit values for SOA refresh, retry, and expire [#724].</title>
<updated>2021-11-14T22:00:30+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-14T22:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=94ff70eb82ffd48136e019adcb483f97cfc36d57'/>
<id>94ff70eb82ffd48136e019adcb483f97cfc36d57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle DHCP servers returning domains prefixed by dot [#687].</title>
<updated>2021-11-07T18:41:54+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-07T18:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=246febc405089c8551cdba3e636d174e7446ca13'/>
<id>246febc405089c8551cdba3e636d174e7446ca13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update RD=0 example now that we have a flags parameter</title>
<updated>2021-11-07T18:29:40+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-07T18:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=03b94513d17119dfcb708886197c81293cce7be0'/>
<id>03b94513d17119dfcb708886197c81293cce7be0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #719 from paulehoffman/rd=0-example</title>
<updated>2021-11-07T18:27:04+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-07T18:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=b4e36f0a414de62bf755dcaab87b718574f6d04a'/>
<id>b4e36f0a414de62bf755dcaab87b718574f6d04a</id>
<content type='text'>
Extended the example to include one with RD=0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extended the example to include one with RD=0</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #718 from paulehoffman/examples-doc</title>
<updated>2021-11-02T21:31:57+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-02T21:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=02b02c53908e29ad2b744376f5b844308c31a425'/>
<id>02b02c53908e29ad2b744376f5b844308c31a425</id>
<content type='text'>
Added small section to the manual about examples</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added small section to the manual about examples</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #720 from bwelling/make-query-flags</title>
<updated>2021-11-02T21:31:13+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-02T21:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=ed34c2358a96613507afb03df544e3f349fa4330'/>
<id>ed34c2358a96613507afb03df544e3f349fa4330</id>
<content type='text'>
Add flags to dns.message.make_query().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add flags to dns.message.make_query().</pre>
</div>
</content>
</entry>
<entry>
<title>Add flags to dns.message.make_query().</title>
<updated>2021-11-02T17:41:15+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2021-11-02T17:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=d52b840088a2c4e496a0e68f6db441c8c1340c41'/>
<id>d52b840088a2c4e496a0e68f6db441c8c1340c41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extended the example to include one with RD=0</title>
<updated>2021-11-02T16:43:10+00:00</updated>
<author>
<name>Paul Hoffman</name>
<email>phoffman@proper.com</email>
</author>
<published>2021-11-02T16:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=51e28f301d625792c565df2f2220d5dd45e6ad50'/>
<id>51e28f301d625792c565df2f2220d5dd45e6ad50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added small section to the manual about examples</title>
<updated>2021-11-02T16:30:27+00:00</updated>
<author>
<name>Paul Hoffman</name>
<email>phoffman@proper.com</email>
</author>
<published>2021-11-02T16:30:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=2eeabd459f9a4f32cd29e74b32244cb2ace49796'/>
<id>2eeabd459f9a4f32cd29e74b32244cb2ace49796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
