X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=b05ea66ca397eed7ab618df446201dac5150e551;hb=HEAD;hp=9dbd5ae52a75dfc8be61dcd60558f4d413bd719f;hpb=d7400116265e6c64accb71b7dae2cad6e9747932;p=deb_libnfs.git diff --git a/debian/changelog b/debian/changelog index 9dbd5ae..b05ea66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,74 @@ +libnfs (1.9.6-1ubuntu2) trusty; urgency=medium + + * Fix upgrade path from libnfs1 + + -- Jérôme Benoit Mon, 01 Dec 2014 20:59:11 +0100 + +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 + + -- Ritesh Raj Sarraf Wed, 04 Jun 2014 11:02:41 +0530 + libnfs (1.9.3-2) experimental; urgency=medium * [448c12b] Honor SO version number and package naming convention