Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80060 - dnspython: Version 1.3.3 available
Summary: dnspython: Version 1.3.3 available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://www.dnspython.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 05:52 UTC by Martin Jackson (RETIRED)
Modified: 2005-01-30 18:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jackson (RETIRED) gentoo-dev 2005-01-30 05:52:44 UTC
dnspython 1.3.3 has been released.

New since 1.3.2:

    	dns.message.Message.find_rrset() now uses an index, vastly
	improving the from_wire() performance of large messages such
	as zone transfers.

	Added dns.message.make_response(), which creates a skeletal
	response for the specified query.

	Added opcode() and set_opcode() convenience methods to the
	dns.message.Message class.  Added the request_payload
	attribute to the Message class.

        The 'file' parameter of dns.name.Name.to_wire() is now
	optional; if omitted, the wire form will be returned as the
	value of the function.

	dns.zone.from_xfr() in relativization mode incorrectly set
	zone.origin to the empty name.

	The masterfile parser incorrectly rejected TXT records where a
	value was not quoted.

This release fixes all known bugs.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Fernando Serboncini (RETIRED) gentoo-dev 2005-01-30 18:13:06 UTC
bumped on CVS. Thanks for the note.