Skip to content

Commit

Permalink
libs: update nfs4j to 0.7.0
Browse files Browse the repository at this point in the history
fixes compatibility with rhel7 and linux kernels > 3.11
provides functionality required by proxy IO

Changelog for nfs4j-0.6.3..nfs4j-0.7.0
    * [ffcf8a9] vfs: update API interface to match new changes in chimera
    * [3252e04] nfsv3: fix creation of symbolic link
    * [f3a8db4] nfsv3: fix hard link creation (similar to http://rb.dcache.org/r
    * [a3642de] src: keep style check happy
    * [89346e7] nfsv4: remove dead code
    * [6e7cd2a] vfs: chimera: avoid extra db lookup
    * [cc22d5c] test: do not use obsolete ip host name
    * [5958f97] nfsv4: add state dispose listener
    * [1e946d2] core: implement missing SECINFO_NO_NAME
    * [03201b8] pom: update liquibase-core to 3.0.8

Acked-by: Gerd Behrmann
Target: master, 2.7, 2.6
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Jan 9, 2014
1 parent 77a7423 commit 3f0703b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -782,7 +782,7 @@
<dependency>
<groupId>org.dcache</groupId>
<artifactId>nfs4j-core</artifactId>
<version>0.6.3</version>
<version>0.7.0</version>
<exclusions>
<exclusion>
<groupId>org.dcache.chimera</groupId>
Expand Down

0 comments on commit 3f0703b

Please sign in to comment.