Skip to content

Commit

Permalink
docs: describe recent API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Jul 6, 2020
1 parent 1de61da commit c37d8df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions API-changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changes to NFS4J public API

## 0.21

- deprecated methods in *org.dcache.nfs.vfs.VirtualFileSystem*
- VirtualFileSystem#read(org.dcache.nfs.vfs.Inode, byte[], long, int)
- VirtualFileSystem#write(org.dcache.nfs.vfs.Inode, byte[], long, int, org.dcache.nfs.vfs.VirtualFileSystem.StabilityLevel)

- stateid4 modified to use primitive int as seqid field.

## 0.20

- VirtualFileSystem extended with methods to handle extended attributes
- getXattr
- setXattr
- listXattrs
- removeXattr

## 0.19

- NFSv41DeviceManager methods updated to take raw XDR arguments:
Expand Down

0 comments on commit c37d8df

Please sign in to comment.