
2003-06-05  Bob Halley  <halley@dnspython.org>

	* (Version 1.0.0a2 released)
	
2003-06-05  Bob Halley  <halley@dnspython.org>
	
	* DNS/node.py: removed __getitem__ and __setitem__, since
	they are not used by the codebase and were not useful in
	general either.

	* DNS/message.py (from_file): from_file() now allows a
	filename to be specified instead of a file object.

	* DNS/rdataset.py: The is_compatible() method of the
	DNS.rdataset.Rdataset class was deleted.

2003-06-04  Bob Halley  <halley@dnspython.org>

	* DNS/name.py (class Name): Names are now immutable.

	* DNS/name.py: the is_comparable() method has been removed, since
	names are always comparable.

	* DNS/resolver.py (Resolver.query): A query could run for up
	to the lifetime + the timeout.  This has been corrected and the
	query will now only run up to the lifetime.

2003-06-03  Bob Halley  <halley@nominum.com>

	* DNS/resolver.py: removed the 'new' function since it is not the
	style of the library to have such a function.  Call
	DNS.resolver.Resolver() to make a new resolver.

2003-06-03  Bob Halley  <halley@dnspython.org>

	* DNS/resolver.py (Resolver._config_win32_fromkey): The DhcpServer
	list is space separated, not comma separated.

2003-06-03  Bob Halley  <halley@dnspython.org>

	* DNS/update.py: Added an update module to make generating updates
	easier.

2003-06-03  Bob Halley  <halley@dnspython.org>

	* Commas were missing in some of the __all__ entries in various
	__init__.py files.

2003-05-30  Bob Halley  <halley@dnspython.org>

	* (Version 1.0.0a1 released)
