2014-11-13Release version 0.6
ali <j.a.harlow@letterboxes.org> [Thu, 13 Nov 2014 11:30:27 +0000] rev 464
Release version 0.6

2014-11-13Switch from 0.5.7 to 0.6 and update libtool versioning to note incompatibilty 0.6
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 13 Nov 2014 11:30:27 +0000] rev 463
Switch from 0.5.7 to 0.6 and update libtool versioning to note incompatibilty

2014-11-13Add razor_install_prefix_iterator_create()
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 13 Nov 2014 10:44:53 +0000] rev 462
Add razor_install_prefix_iterator_create()

2014-11-11Fix memory leak
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 11 Nov 2014 15:57:14 +0000] rev 461
Fix memory leak

2014-10-22Add basic checks for rpm file format
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 22 Oct 2014 12:09:47 +0100] rev 460
Add basic checks for rpm file format

2014-10-17Add missing files
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Oct 2014 10:13:48 +0100] rev 459
Add missing files

2014-10-17Fix multiple memory allocation problems (found with valgrind)
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Oct 2014 10:10:57 +0100] rev 458
Fix multiple memory allocation problems (found with valgrind)

2014-10-17Add low-level dump command to aid debugging
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Oct 2014 10:08:28 +0100] rev 457
Add low-level dump command to aid debugging

2014-10-17Add facility to specify razor command when running tests.
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Oct 2014 09:57:19 +0100] rev 456
Add facility to specify razor command when running tests.

This makes it easy to run under eg., valgrind as:

./details "libtool --mode=execute valgrind --leak-check=yes ../src/razor"

2014-10-09Support downloading from local repository even without libcurl
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 09 Oct 2014 17:27:41 +0100] rev 455
Support downloading from local repository even without libcurl

Using the --url option of the razor executable, it is possible
to specify a yum repository on the local machine (eg., on installation
media) and import from there, eg.,:

C> razor --url file:///d:/ import-yum

This will be handled by libcurl if available but if not, an internal
copy routine will be used.

Note that if Microsoft's KTM implementation of atomic transactions is
used, then the current directory must support atomic transactions
(also improve error messages for this, and other, cases).