X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=49c615a7fff397dde8129f8119d4bc593a9de6bd;hb=dc89afb5d7a4b10bd0f60d1f6eabd0216f731243;hp=00ee70a4aef4e0982938afb367ea944b2f6d9a75;hpb=69386db2eb9172a34fa37d2821edb485a44f7dee;p=deb_libnfs.git diff --git a/debian/changelog b/debian/changelog index 00ee70a..49c615a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +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 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)