2009-11-16 release-0.7
-Added MANIFEST to fix install problems.

2009-11-16 release-0.6
- Made roster_client_lib have a fallback if errors cant be made nicer
- Made nice error if zone does not exist in dnsmkhost
- Made dnsmkzone actually have a -t option
- Made dnsmkhost not include views in zone_info so the error message is more specific
- Fixed dnsmkzone's handling of reverse zones, fixed unittest
- Fixed dnsmkview erroring out after already making view.
- Fixed dnslsview KeyError with dns server sets.
- Removed list function from dnsmkhost.
- Fixed dnsmkview erroring out for no acl existing after creating a view
- Fixed dnsmkview unittest.
- Removed -i flag in dnslshost as it is not used.
- Fixed errors in remove record in cli_record_lib.
- Changed default ttl from 5 to 3600 in dns*host.
- Made ttl an int in cli_record_lib.
- Fixed dnsrmhost not removing PTR records.
- Standardized record not found error in dnsrmhost.
- Made cli record/common lib into classes.
- All user tools use a config file.
- Roster Client Lib replaces expired infinite credential strings.
- Added a --version flag to all user tools.
- Made a roster_user_tools.conf file, made it install with setup.py.
- Added better documentation of dnsuphost output file.
- Removed ListZones from MakeHostsFile.
- Made dnsmkzone get cidr block from unreverse ip.
- Added --config-file to all user tools.
- Improved error of config file not found.
- Fixed config file missing error.
- Removed server name constant from roster client lib.
- Made ListRecords in cli_record_lib use record_args_dict. Updated unittest.
- cli_record_lib checks core return on RemoveRecord.
- Caught xml Exceptions in roster_client_lib to make errors nicer.
- Allowed xml Exceptions to be raised rather than printed.

2009-09-23 release-0.5
- Made trunk install as version 0.1
- Fixed current_version variable in setups
- Fixed dnsmkzone and made unittests use a configuration file in home directory
- Made seperate "SERVER ERROR" and "CLIENT ERROR" messages
- Fixed some inports in unittests and implemented a new function in roster client lib
- Fixed dnsrmrecord integer problems
- Fixed dnsrmhost and unittest printing errors and not catching raised errors used for comparison
- Fixed spelling of raise in roster_client_lib
- Fixed dnsmkview not allowing dns server set view assignments
