X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=debian%2Fchangelog;fp=debian%2Fchangelog;h=695a584970db4e13d8b47a694ad654037ef4b69a;hp=00ee70a4aef4e0982938afb367ea944b2f6d9a75;hb=e78e413d8e9db60869f3a91903f3552a7b281fcc;hpb=816d06fd09beb1a4ccbe2c97d2007b489366ab69 diff --git a/debian/changelog b/debian/changelog index 00ee70a..695a584 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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)