New version: 1.9.3
[deb_libnfs.git] / packaging / RPM / libnfs.spec.in
index 4b913ac7d7f3ae9933697ec31bec1440ee09a12c..98acdbc4d1df71eaf01bd508fd5c9c0aca15773f 100644 (file)
@@ -96,6 +96,30 @@ development libraries for LibNFS
 %{_libdir}/pkgconfig/libnfs.pc
 
 %changelog
+* Wed Mar 19 2014: Version 1.9.3
+ - Add O_TRUNC support to nfs_open()
+ - Add a simple but incomplete LD_PRELOAD tool
+ - Fixes for some memory leaks and C++ compile support
+ - Make ANDROID default uid/gid to 65534
+ - Allow the READDIRPLUS emulation to still work if some objects
+   in the direcotry can not be lookedup (NFSv4 ACL denying READ-ATTRIBUTES)
+ - Have libnfs retry any read/write operations where the server responds
+   with a short read/write. Some servers do this when they are overloaded?
+* Thu Jan 30 2014 : Version 1.9.2
+ - Remove chdir change. This needs more testing.
+* Tue Jan 28 2014 : Version 1.9.1
+ - Restore libnfs-raw-*.h to make install
+* Mon Jan 27 2014 : Version 1.9
+ - Use _stat64 on windows so file sizes become 64bit always.
+ - Increase default marshalling buffer so we can marshall large PDUs.
+ - RPC layer support for NFSv2
+ - Win32 updates and fixes
+ - Add URL parsing functions and URL argument support.
+ - New utility: nfs-io
+ - nfs-ls enhancements
+ - RPC layer support for NSM
+ - Add example FUSE filesystem.
+ - Minor fixes.
 * Sun Oct 30 2013 : Version 1.8
  - Fix nasty memory leak in read_from_socket
  - minor updates