From 94db85b1fc5833c3629630b28715628c40a1e0d2 Mon Sep 17 00:00:00 2001 From: Keith James Date: Thu, 14 May 2015 09:30:51 +0100 Subject: [PATCH] Updated ChangeLog and README. --- ChangeLog | 24 ++++++++++++++++++++++++ README | 10 +++++++--- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index eba8dd78..34a79b75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,28 @@ + [0.14.0] + + Fixed a bug that caused queries on ACLs across zones to return no + results. + + Added support for iRODS 4.1.x. Support for 4.0.x is temporarily + suspended until after the release of iRODS 4.1.0. + + Added a safe mode requiring the use of absolute iRODS paths. This + is the default and may be disabled by using the --unsafe command + line argument. + + Added a convenience Perl script 'baton' to generate baton-format + JSON for input to the C programs (as an alternative to using + 'jq'). + + Added libtool version information to the shared library. + + [0.13.0] + + Queries for timestamps and no longer limited to replicate '0'' and + timestamps for all replicates are reported, rather than just the + most recent. + [0.12.0] Added support for the 'NOT LIKE' and 'IN' query diff --git a/README b/README index 96edc421..a03544dc 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ online at http://wtsi-npg.github.io/baton/ iRODS compatibility: -- Compatible with iRODS 3.2, 3.3, 3.3.1 and 4.0.3 +- Compatible with iRODS 3.2, 3.3, 3.3.1 and 4.1.x - Not compatible with iRODS 4.0.1 and 4.0.2 (which lack required API functions with C linkage). @@ -99,7 +99,11 @@ Dependencies: iRODS https://github.com/irods/irods-legacy - Versions 3.2, 3.3, 3.3.1 or 4.0.3 + Versions 3.2, 3.3, 3.3.1 + + https://github.com/irods/irods + + Versions 4.1.x Jansson https://github.com/akheron/jansson.git @@ -118,4 +122,4 @@ jq http://stedolan.github.io/jq/ (for processing input and output) baton uses the boost.m4 M4 macros by Benoit Sigoure to detect the -Boost libraries used by iRODS 4.x (https://github.com/tsuna/boost.m4) \ No newline at end of file +Boost libraries used by iRODS 4.x (https://github.com/tsuna/boost.m4)