File Release Notes and Changelog
Release Name: 0.0.2
Notes:
Released mainly because I have a lot of work to do and won't be able to add much
more in the near future (ie, next week or so) so I thought I'd get a snapshot
of the current state out. I've significantly reworked the interface to what
I had already to make it more 'natural'; I haven't expanded the set of things
that can be done from Python, though.
Changes:
Mostly interface cleanups in this version; the major changes are
* Cache files now look like dictionaries, providing [], len, keys, values, etc
* Package states can now be retrieved directly from the package; the messiness
of subscripting the cache file with a package directly was eliminated
* Packages now provide their versions as a tuple
* Versions provide the various package-record members as attributes:
maintainer, description, shortdesc, etc.