Simplify the upgrade path handling from PPA.
[deb_libnfs.git] / debian / changelog
index 00ee70a4aef4e0982938afb367ea944b2f6d9a75..b05ea66ca397eed7ab618df446201dac5150e551 100644 (file)
@@ -1,3 +1,22 @@
+libnfs (1.9.6-1ubuntu2) trusty; urgency=medium
+  
+  * Fix upgrade path from libnfs1 
+
+ -- Jérôme Benoit <jerome.benoit@piment-noir.org>  Mon, 01 Dec 2014 20:59:11 +0100
+
+libnfs (1.9.6-1ubuntu1) trusty; 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)