------------------------
* Depend on python2.5 or newer
* Modified Null not to return self for __setattr__ and __delattr__
* Added indexing support for the Null class
* Allow a Null object to be a descriptor
* Added __len__ method to the Null class
* Added iteration support for the Null class
* Added __contains__ method to the Null class
* Added context management support to the Null class
* Added discard_observer method to NotificationCenter
* Added comment to clarify behaviour
* Fixed threading issues with adding and removing observers
* Fixed handling of settings which contain uppercase characters and dashes
* Added support for weakly referencing observers in the notification system
* Added example of how to have a weakly referenced notification observer
* Removed deprecated functionality
* Added purge_observer method on NotificationCenter
* Added dynamic host properties to application.system
* Removed resolution test from Hostname configuration data type
* Improved error message for invalid type in IPAddress
* Removed twisted logging backend and added a logging extension for twisted
* Improved logging functions and added some commonly used aliases
* Fixed initial setting of the current log level