X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=695a584970db4e13d8b47a694ad654037ef4b69a;hb=e78e413d8e9db60869f3a91903f3552a7b281fcc;hp=1c186de21813c1b6f7284ab0fb2f574441c07863;hpb=4bc8c686bef8805db3776894029c7a57ccbdc3bb;p=deb_libnfs.git diff --git a/debian/changelog b/debian/changelog index 1c186de..695a584 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +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 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) + + -- Balint Reczey Thu, 24 Jul 2014 19:21:59 +0200 + libnfs (1.9.5-1) unstable; urgency=medium * [18c94b4] Use sockaddr_in6 instead of sockaddr6_in