Version 0.9
 - SSL.py: use load_verify_locations multiple times. This function seems to do
   more than my poor method of getting the cert store and adding certs by 
   hand, probably because load_certificate from a buffer can only handle one
   certificate at the time.
 - With the addition of SmartIO, the memory usage should be limited to 16k,
   after which the objects will be dumped on the disk in temporary files.
 - Fixed yet another file descriptor leak (and still in SSL).

Version 0.8
 - User-Agent, X-Info and X-Client-Version were not present in the HTTP
   headers; fixed
 - Completely deprecating rhnHTTPlib: swallowed reportError
 - Fixed stupid typo introduced when fixing the previous bug.
 - Fixed #69518 (up2date seems to never properly reauthenticate after a auth
   timeout)
 - Fixed #69311 (leaking file descriptors over SSL connections).
 - Fixed #68911 (and some other bugs that were related to this one).
 - Fixed s proxy related bug. Thanks to Gil Chilton <Gil.Chilton@capitalone.com>
   for helping me discover and test it.

Version 0.7
 - More careful distutils packaging.
