librazor/razor.h
2009-06-03 Add automatic provides for lua pre-loaded modules
2009-05-01 Add very basic support for removing packages
2009-04-29 Add support for preloading lua modules. This is useful both when
2009-04-22 Add support for named roots so that we can understand MS-Windows paths
2009-01-22 Implement relocatations when installing rpms.
2008-07-08 Change the install iterator API to what we want.
2008-07-01 Document the razor_importer API.
2008-07-01 convert the NULL sentinel to RAZOR_DETAIL_LAST
2008-06-30 Get rid of razor_set_get_package().
2008-06-30 the vararg list must be terminated with zero else 64bit machines may crash
2008-06-30 convert razor_package_get_details() and razor_package_iterator_next() to varargs
2008-06-26 Add return codes to razor_set_open_files and open_details
2008-06-25 Get the test driver compiling and running again (but not passing).
2008-06-23 Implement rpm --query --file
2008-06-23 Nuke ARRAY_SIZE and obsolete razor_set_list_unsatisfied from razor.h.
2008-06-23 Set up gtkdoc for razor.
2008-06-23 Merge commit 'jbowes/master'
2008-06-20 Merge branch 'krh/master'
2008-06-20 Introduce install/remove iterators.
2008-06-20 Fix the razor_set_diff() callback prototype.
2008-06-20 Add getter to return system set for a razor_root.
2008-06-20 Rename razor_importer_new to _create to follow convention.
2008-06-20 Break up the monolithic razor.c.
2008-06-20 Record the time of dependencies (post, pre, postun, preun).
2008-06-16 Autoconfify razor.