New version 1.1

libnfs-4.0.0-vitalif
Ronnie Sahlberg 2011-11-27 11:19:18 +11:00
parent 71f480591a
commit 86ef491004
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
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

View File

@ -14,7 +14,7 @@ libnfs_la_SOURCES = \
pdu.c \
socket.c
libnfs_la_LDFLAGS = -version-info 1:0:0
libnfs_la_LDFLAGS = -version-info 1:1:0
libnfs_la_LIBADD = \
../mount/libmount.la \
../nfs/libnfs.la \

View File

@ -94,5 +94,10 @@ development libraries for LibNFS
%{_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