X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=49c615a7fff397dde8129f8119d4bc593a9de6bd;hb=dc89afb5d7a4b10bd0f60d1f6eabd0216f731243;hp=66bedc50f55da02378b2a6959a6add50667b2d2f;hpb=392e198561963e3e60fb1a753ac296b1fe1b73f2;p=deb_libnfs.git diff --git a/debian/changelog b/debian/changelog index 66bedc5..49c615a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,62 @@ +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) + + -- 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 + +libnfs (1.9.4-1) unstable; urgency=medium + + * [e1fa3e0] Add Conflicts against libnfs1 (Closes: #752142) + * [3236e1a] Add versioned conflict/replace (Closes: #750899) + * [f1f22db] Imported Upstream version 1.9.4 (Closes: #753132) + * [4f1598e] Update symbols + * [0401b13] Add Breaks instead of Conflicts + * [e1fa3e0] Add Conflicts against libnfs1 + * [3236e1a] Add versioned conflict/replace (Closes: #750899) + * [f1f22db] Imported Upstream version 1.9.4 + * [4f1598e] Update symbols + * [0401b13] Add Breaks instead of Conflicts + * [e200bda] Update debian/copyright with MIT/X11 (BSD Like) license + (Closes: #749590) + * [56b1efb] Add myself for packaging copyright and some minor tweaks + + -- Ritesh Raj Sarraf Mon, 30 Jun 2014 14:42:28 +0530 + libnfs (1.9.3-3) unstable; urgency=medium * Upload to unstable