Skip to content

Commit

Permalink
Updated ChangeLog and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed May 14, 2015
1 parent eeefdd6 commit 94db85b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 7 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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

Expand All @@ -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)
Boost libraries used by iRODS 4.x (https://github.com/tsuna/boost.m4)

0 comments on commit 94db85b

Please sign in to comment.