X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=695a584970db4e13d8b47a694ad654037ef4b69a;hb=e78e413d8e9db60869f3a91903f3552a7b281fcc;hp=70d3f0f310f18530ced1db34e518b185d8f025cd;hpb=15aec4c91f579ce2aeca014cecad18f4eb64f54b;p=deb_libnfs.git diff --git a/debian/changelog b/debian/changelog index 70d3f0f..695a584 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,41 @@ -libnfs (1.9.4-2) UNRELEASED; urgency=medium - - * +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 + (Closes: #754646) + * [28ee9de] libnfs.c: Fix autoreconnect + * [037a106] libnfs.c: add nfs_create + * [ea283cd] RPC: include libnfs-zdr.h from all raw libnfs-raw-*.h files + (Closes: #753427) + * [3429037] Merge pull request #85 from rsahlberg/remove-zhr.h-dependency + * [2db42ce] ZDR: remove dependency on zdr.h from the examples and nfs-ls + * [af8d37c] RPC: get rid of bool_t + * [d663ff2] RPC: get rid of references to SCVXPRT + * [ef1f869] RPC: get rid of all references to CLIENT + + [ Balint Reczey ] + * Add myself to uploaders + + [ Jonathan McCrohan ] + * Update watchfile to fix Github breakage (Closes: #693528) -- Balint Reczey Fri, 18 Jul 2014 17:59:33 +0200