AC_PREREQ(2.50)
-AC_INIT([libnfs], [1.0.0], [ronniesahlberg@gmail.com])
+AC_INIT([libnfs], [1.1.0], [ronniesahlberg@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST
%{_libdir}/pkgconfig/libnfs.pc
%changelog
+* Sun Nov 27 2011 : Version 1.1
+ - Fix definition and use of AUTH
+ - Only call the "connect" callback if non-NULL
+ - make sure the callback for connect is only invoked once for the sync api
+ - make file offset bits 64 bits always
* Sun Jul 31 2011 : Version 1.0
- - Initial version
+ - Initial version
\ No newline at end of file