main.c
2008-02-04 Support for less/equal/greater version in requires/conflicts, etc
2008-01-17 Use the package iterator for looping over file owners too.
2008-01-17 Add a package iterator for iterating through property owners.
2008-01-10 Move more front-end logic from razor_set_list_property_packages() to main.c.
2008-01-10 Fix a few warnings.
2008-01-03 Add iterator API, boot-strap test suite.
2007-11-08 First steps towards rpm installation.
2007-11-08 Extend rpm dumper into an rpm importer.
2007-11-07 Add the first bits of rpm file parser.
2007-11-05 Improve download error handling, don't use libcurl progress.
2007-11-05 Only download yum files if they're not there.
2007-11-05 Link to curl and download yum files automatically.
2007-11-04 Parse filelists.xml.gz too, so we import the yum files too.
2007-11-03 Import obsoletes and conflicts; add commands to list them.
2007-10-31 Store requires and provides in the same list.
2007-10-24 Track files per package and add command to list them.
2007-10-23 Add fnmatch() filtering to output to improve tab-completion.
2007-10-22 Track file owner ship.
2007-10-22 Fix argument parsing for a couple of commands.
2007-10-21 Implement listing only files in a subdirectory.
2007-10-21 Add a file tree section to the package set structure.
2007-10-05 Fix typo in command_update().
2007-10-05 Add diff function to compute the difference between two package sets.
2007-09-30 Split command line interface out into main.c.