librazor/transaction.c
2009-06-12 Add basic support for uninstall scripts.
2009-06-03 Add automatic provides for lua pre-loaded modules
2009-01-08 Remove unnecessary include of sys/mman.h
2008-07-01 convert the NULL sentinel to RAZOR_DETAIL_LAST
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-29 protect all exported functions by checking the input parameters for NULL input
2008-06-26 Add missing newline for conflicts output
2008-06-25 Get the test driver compiling and running again (but not passing).
2008-06-23 Move a couple of unrelated functions out of transaction.c.
2008-06-23 Use GCC 4 -fvisibility to control exported symbols.
2008-06-20 When uniquifying properties, also sort them on the owning package.
2008-06-20 Break up the monolithic razor.c.