razor.h
2008-04-07 Mark package to be installed or removed after creating the transaction.
2008-04-07 Create the new repo file O_EXCL to prevent racing with another razor process.
2008-04-07 Merger razor_transaction_run() and destroy() as finish().
2008-04-06 Also store the package arch in the pacakge set file.
2008-04-06 Hide a bunch of depsolver internals in razor.c.
2008-03-12 fix up transaction descriptions a little more
2008-03-07 another checkpoint...
2008-03-05 keep track of both the install and the remove on an update
2008-03-05 clean up packages states some
2008-03-04 Fix version handling (particularly wrt epoch) on import
2008-03-03 redo some of the transaction code, get conflicts and obsoletes partly working
2008-02-29 Redo updates and removes in terms of a single razor_transaction abstraction
2008-02-21 Add support for removing packages
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 Use property iterator in razor_set_list_property_packages().
2008-01-03 Add iterator API, boot-strap test suite.
2008-01-03 Split a few functions out into new file util.c.
2007-11-08 First steps towards rpm installation.
2007-11-08 Drop support for half-baked rzr file idea.
2007-11-08 Extend rpm dumper into an rpm importer.
2007-11-07 Add the first bits of rpm file parser.
2007-11-04 Parse filelists.xml.gz too, so we import the yum files too.
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-21 Implement listing only files in a subdirectory.
2007-10-21 Add a file tree section to the package set structure.
2007-10-07 Extend importers to also pick up filelists for packages.
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.
2007-09-19 Refactor the import interface and make it opaque.
2007-09-19 Add importer for system rpm database.
2007-09-18 Split importers to import.c.