AC_PREREQ(2.50)
-AC_INIT([libnfs], [1.9.5], [ronniesahlberg@gmail.com])
+AC_INIT([libnfs], [1.9.6], [ronniesahlberg@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST
%{_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