2012-01-27 J. Ali Harlow Start 0.5.1
2011-11-10 ali Release version 0.5
2011-11-10 J. Ali Harlow Use Windows KTM (atomic transactions) where supported. 0.5
2011-08-25 ali Release version 0.4.1
2011-08-25 J. Ali Harlow Update gnulib 0.4.1
2011-08-24 J. Ali Harlow MinGW runtime 3.15.2 doesn't define ESTALE or ETIMEDOUT
2011-08-24 J. Ali Harlow Update gnulib
2011-08-24 J. Ali Harlow Use INTLLIBS where appropriate
2011-08-24 J. Ali Harlow Start 0.4.1
2010-04-28 ali Release version 0.4
2010-04-28 J. Ali Harlow Treat missing detail strings as empty 0.4
2010-04-23 J. Ali Harlow Fix bug causing detail strings to be lost
2010-04-23 J. Ali Harlow Update testsuite to work with rpm 4.7
2010-04-23 J. Ali Harlow Start 0.4
2009-10-01 ali Release version 0.3
2009-10-01 J. Ali Harlow Don't touch v2+ rzdb files 0.3
2009-10-01 J. Ali Harlow Fix bug causing razor update foo to always install foo
2009-10-01 J. Ali Harlow Implement proper locking
2009-10-01 J. Ali Harlow Fix bug causing multiple installs to abort
2009-09-28 J. Ali Harlow Fix bug causing updates to fail on systems with multiple versions of a package installed
2009-09-28 J. Ali Harlow Start 0.3
2009-08-18 ali Release version 0.2
2009-08-18 J. Ali Harlow Fix bug causing remove to abort 0.2
2009-08-13 J. Ali Harlow Basic support for update
2009-08-13 J. Ali Harlow Fix a bug causing libtool versioning to be ignored.
2009-08-11 J. Ali Harlow Start 0.2
2009-07-09 ali Release version 0.1
2009-07-09 J. Ali Harlow Fix problems found by distcheck 0.1
2009-07-08 J. Ali Harlow Fix bugs when removing files and directories
2009-07-07 J. Ali Harlow Pass installation-count to scripts
2009-07-06 J. Ali Harlow Set RPM_INSTALL_PREFIX{n} in preun as well
2009-07-04 J. Ali Harlow Formally fork in preparation for release
2009-07-03 Kristian H?gsberg Go back to having all info in one rzdb file.
2009-07-03 J. Ali Harlow Support RPM_INSTALL_PREFIX{n} during uninstall
2009-07-02 J. Ali Harlow Test uninstall scripts survive merge
2009-07-02 J. Ali Harlow Support empty scripts
2009-06-12 J. Ali Harlow Add basic support for uninstall scripts.
2009-06-03 J. Ali Harlow Add automatic provides for lua pre-loaded modules
2009-05-14 J. Ali Harlow Order the installation and removal of packages correctly so scripts can run
2009-05-14 J. Ali Harlow Take advantage of gcc's builtin implementation of ffs under mingw
2009-05-14 J. Ali Harlow Fix documentation typo
2009-05-09 J. Ali Harlow Add support for topological sorting (needed to order transactions)
2009-05-01 J. Ali Harlow Add very basic support for removing packages
2009-05-01 J. Ali Harlow Set RPM_INSTALL_PREFIX{n} environment variables for use in scripts
2009-04-29 J. Ali Harlow Add support for preloading lua modules. This is useful both when
2009-04-22 J. Ali Harlow Ensure ssize_t is declared before we use it
2009-04-22 J. Ali Harlow Add support for named roots so that we can understand MS-Windows paths
2009-04-17 J. Ali Harlow Make 0 a valid hashtable value consistently (and 0xFFFFFFFF invalid).
2009-04-17 J. Ali Harlow Add hashtable test to expose confusion as to whether 0 is a valid value or not
2009-03-12 J. Ali Harlow Avoid use of legacy rpm library types
2009-03-12 J. Ali Harlow Don't list libcurl as a requirement in the .pc file
2009-03-12 J. Ali Harlow Generate dynamic library on MS-Windows
2009-02-14 J. Ali Harlow Refactor run_script for improved readability
2009-02-05 J. Ali Harlow Implement lua scripts with support for standard and posix libraries.
2009-01-22 J. Ali Harlow Implement relocatations when installing rpms.
2009-01-14 J. Ali Harlow Fix bug causing "razor remove" to quietly fail.
2009-01-14 J. Ali Harlow Fix bug causing "razor list-files" to fail to see any files.
2009-01-14 J. Ali Harlow Fix bug causing merger to place file names in the main string pool
2009-01-13 J. Ali Harlow Don't try and stat the installation root if it's the empty string.
2009-01-12 J. Ali Harlow Cope with the non-atomic behaviour of rename on MS-Windows