Update debian package to libnfs 1.9.6.
[deb_libnfs.git] / debian / changelog
index 00ee70a4aef4e0982938afb367ea944b2f6d9a75..695a584970db4e13d8b47a694ad654037ef4b69a 100644 (file)
@@ -1,3 +1,16 @@
+libnfs (1.9.6-1ubuntu1) UNRELEASED; urgency=medium
+  
+  * Add O_TRUNC support for nfs_create
+  * Handle OOM during create
+  * Return more stats fields as part of readdir since we get these for "free"
+    when we use READDIRPLUS
+  * Follow symlinks during path resolution
+  * Add lchown, lstat and lutimes
+  * Replace all [u_]quad types with [u]int types in our RPC layer
+  * Solaris build fixes
+
+ -- Jérôme Benoit <jerome.benoit@piment-noir.org>  Mon, 01 Dec 2014 19:43:42 +0100
+
 libnfs (1.9.5-2) unstable; urgency=medium
 
   * Really fix FTBFS on kFreeBSD/Hurd by back-porting fix (Closes: #754646)