Skip to content

Commit

Permalink
Changelog updates
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed May 9, 2017
1 parent 36d5cf8 commit a646519
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,26 +1,39 @@
Changes since 1.11.0

Add a new mkdir2 command that also takes a mode argument.

Add support for RPC timeouts for the async interface.

Fix NULL pointer read in nfs_link()
BUGS
====
Fix NULL pointer crash in nfs_link().

Clamp read/write size for servers (Ganesha) that offer very large io sizes
instead of failing to connect to the export
instead of failing to connect to the export.

Tell the server to commit all data to stable storage when we close files.

Double free fix: don't call rpc_free_pdu() after rpc_queue_pdu() failure
Double free fix: don't call rpc_free_pdu() after rpc_queue_pdu() failure.

Fix for memory leak in rpc_allocate_*().

Fixes to build nfs-ls and nfs-cp on win32.

Abort the mount process correctly if MOUNT/MNT returns error or is cancelled.

Fix memory leak in error path in nfs_create_2_cb().


bootstrap updates
FEATURES
========
Add O_NOFOLLOW support for nfs_open()

Add a new mkdir2 command that also takes a mode argument.

Add a new readlink2 command that avoids having to preallocate the buffer.

Add support for RPC timeouts for the async interface.

Build fixes for Mingw and Cygwin

Update README to document two new Windows builds

Fix for memory leak in rpc_allocate_*()

Use SOCK_CLOEXEC for the sockets

Make rpc_set{g|u}id() public
Expand All @@ -30,7 +43,3 @@ Performance optimization: socket: Batch pdu read in rpc_read_from_socket
Low level support for NFSv4 and some examples

Support for building RPC servers

README updates

Fixes to build nfs-ls and nfs-cp on win32

0 comments on commit a646519

Please sign in to comment.