X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=packaging%2FRPM%2Flibnfs.spec.in;h=35e3825df4620c94351b7ef91e9fdfb9397d4dfd;hb=080d2311292dbb9a5bde7571b293c4e776ff47f1;hp=8b34636f30ce38d0146e1efc4d4144f5c56e43a5;hpb=2c0f57fa33371a55b798a9cca14a3d58e6b3cb26;p=deb_libnfs.git diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 8b34636..35e3825 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -108,6 +108,17 @@ Utility programs for LibNFS %{_mandir}/man1/nfs-ls.1.gz %changelog +* Tue Nov 25 2014 : Version 1.9.6 + - 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 +* Sat Jul 19 2014 : Version 1.9.5 + - Remove old ONC-RPC symbols * Wed Mar 19 2014 : Version 1.9.3 - Add O_TRUNC support to nfs_open() - Add a simple but incomplete LD_PRELOAD tool