librazor/transaction.c
2014-08-20 Update gnulib
2012-03-23 Fix bug causing razor_transaction_resolve() to spin
2011-11-10 Use Windows KTM (atomic transactions) where supported.
2009-09-28 Fix bug causing updates to fail on systems with multiple versions of a package installed
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.