Makefile
2008-06-04 Flesh out the rpm -q part of the rpm command line wrapper.
2008-06-03 Start rpm commandline compatible wrapper.
2008-04-07 Reduce harmless warnings from run_script().
2008-03-12 install: Initialize package array correctly.
2008-02-29 use -Wmissing-prototypes to help find dead code
2008-02-07 split array and hashtable code out into a new file
2008-02-06 fix dependencies
2008-02-05 s/import/yum/
2008-02-04 don't use -O2 for now
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-13 Add the start of a test suite for the core razor functionality.
2007-11-07 Add the first bits of rpm file parser.
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-10-25 Fix yum importer.
2007-09-30 Split command line interface out into main.c.
2007-09-20 Split the property pool into three pools; requires, provides and packages.
2007-09-20 Implement the rest of package updating.
2007-09-19 Add importer for system rpm database.
2007-09-18 Split importers to import.c.
2007-09-18 Add makefile rule to download and import yum data.
2007-09-13 Use equality of string pool indices for string equality tests.
2007-09-03 Initial commit.