librazor/razor-internal.h
2014-11-13 Add razor_install_prefix_iterator_create()
2014-10-17 Fix multiple memory allocation problems (found with valgrind)
2014-09-09 Add error domains and codes
2014-08-23 Drop drive letter from path to razor root when RAZOR_ROOT set.
2014-08-20 Add secondary text to errors
2012-02-16 Allow multiple atomic transactions to be used with one root object.
2012-02-11 Add an error object.
2012-02-09 Emulate atomic transactions
2011-11-10 Use Windows KTM (atomic transactions) where supported.
2009-10-01 Implement proper locking
2009-07-08 Fix bugs when removing files and directories
2009-07-07 Pass installation-count to scripts
2009-07-03 Go back to having all info in one rzdb file.
2009-07-03 Support RPM_INSTALL_PREFIX{n} during uninstall
2009-06-12 Add basic support for uninstall scripts.
2009-05-09 Add support for topological sorting (needed to order transactions)
2009-04-22 Ensure ssize_t is declared before we use it
2009-02-05 Implement lua scripts with support for standard and posix libraries.
2009-01-22 Implement relocatations when installing rpms.
2009-01-07 Avoid unportable "uint" type
2009-01-06 Support platforms without mmap
2008-07-09 Use strings to identify section types in the on-disk repo format.
2008-06-30 convert razor_package_get_details() and razor_package_iterator_next() to varargs
2008-06-29 add missing licencing information at the top of each source file
2008-06-23 Nuke ARRAY_SIZE and obsolete razor_set_list_unsatisfied from razor.h.
2008-06-23 Use GCC 4 -fvisibility to control exported symbols.
2008-06-20 Merge branch 'krh/master'
2008-06-20 Break up the monolithic razor.c.
2008-06-16 Autoconfify razor.