
resolved in version 1.1.5 (2006/05/14):

- novi now handles source RPMS.  This helps cases in which your
  favorite RPM repository doesn't supply binary packages for your
  platform, so you must build from source.

- tweaked format of "list" output


resolved in version 1.1.4 (2006/05/07):

- corrected thinko in epoch handling

resolved in version 1.1.3 (2006/05/06):

- now uses RPM epoch for sort calcs.
  Note that this will cause problems for packages that
  misuse epoch (e.g. apply an older epoch to a newer release);
  a workaround is in progress.

resolved in version 1.1.2 (2005/10/01):

- purely a cleanup release: migrated classes into separate
  files to simplify maintenance

resolved in version 1.1.1 (not released):

- added some missing libs in the Makefile's link section. I'm
  not sure how this slipped past... perhaps libtool compensated
  for my error.


resolved in version 1.1.0 (2005/07/18):

- added a new way to load data: it uses a Yum repo data file, 
  which already has the header information from the RPMs.
  In turn, this trims novi processing time because it gets to 
  skim a single XML file instead of loading hundreds of RPMs.

  For more information on yum repos and the repository metadata
  project, visit the following URLs:

resolved in version 1.0.1:

- fixed (lack of) error handling in RPM parsing:
	1/ Neglected to check for "not found" code; was
	   only checking for "error" code
	2/ Neglected to check whether file was readable
	   before passing it to RPM

- removed some extraneous extern defs that caused the build to
  fail under GCC 4 (FC4)

- added extra BuildRequires defs to the spec file, to catch missing
  build prereqs early

(no change log kept prior to version 1.0.1; those were all preview releases)
