Skip to content

Commit

Permalink
Fixed configure.ac because iRODS run-in-place has re-named
Browse files Browse the repository at this point in the history
rodsVersion.hpp back to rodsVersion.h.

Updated ChangeLog.
  • Loading branch information
kjsanger committed Oct 7, 2015
1 parent 5db38af commit 5f32b68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

[0.16.0]

Bugfix: baton-metamod was missing its --unsafe CLI option.

Report data object resource and location for replicates when the
--replicate option is used.

Expand All @@ -12,10 +16,11 @@
Added reporting of a user's or group's zone to results obtained
when querying permissions.

Support for iRODS 4.0.x discontinued.

[0.14.0]

Fixed a bug that caused queries on ACLs across zones to return no
results.
Bugfix: fixed queries on ACLs across zones returning 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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ CPPFLAGS=${IRODS4_RIP_CPPFLAGS}
AC_RUN_IFELSE(
[AC_LANG_PROGRAM([
#include <string.h>
#include <rodsVersion.hpp>
#include <rodsVersion.h>
], [
#if defined (RODS_REL_VERSION)
return strncmp("rods4.", RODS_REL_VERSION, 5);
Expand Down

0 comments on commit 5f32b68

Please sign in to comment.