2012-03-23Start 0.5.5
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 23 Mar 2012 20:23:36 +0000] rev 431
Start 0.5.5

2012-02-20Release version 0.5.4
ali <j.a.harlow@letterboxes.org> [Mon, 20 Feb 2012 19:31:07 +0000] rev 430
Release version 0.5.4

2012-02-20Re-order and add missing LIBS for build against a static lua library 0.5.4
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 20 Feb 2012 19:31:07 +0000] rev 429
Re-order and add missing LIBS for build against a static lua library

2012-02-20LUA_CFLAGS & LUA_LIBS should override pkg-config, not be ignored.
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 20 Feb 2012 19:30:23 +0000] rev 428
LUA_CFLAGS & LUA_LIBS should override pkg-config, not be ignored.

2012-02-20Overload --disable-shared to also build static executables.
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 20 Feb 2012 19:28:38 +0000] rev 427
Overload --disable-shared to also build static executables.

2012-02-17razor_rpm_open() should take an error parameter, not an atomic
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 17 Feb 2012 18:35:10 +0000] rev 426
razor_rpm_open() should take an error parameter, not an atomic

2012-02-16razor_create_root() should take an error pointer
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 16 Feb 2012 17:44:25 +0000] rev 425
razor_create_root() should take an error pointer

2012-02-16Allow multiple atomic transactions to be used with one root object.
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 16 Feb 2012 17:33:47 +0000] rev 424
Allow multiple atomic transactions to be used with one root object.
This allows transactions that include barriers to be performed
while holding an exclusive system lock.

2012-02-11Add an error object.
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 11 Feb 2012 23:50:26 +0000] rev 423
Add an error object.
This is intended to dis-entangle the two roles that the atomic
object has evolved into so that atomic need only be used where
atomic actions are actually being undertaken.

2012-02-11Pass script failures up to caller
J. Ali Harlow <ali@juiblex.co.uk> [Sat, 11 Feb 2012 09:49:58 +0000] rev 422
Pass script failures up to caller