New version 1.9.1

Add back the libnfs-raw-*.h headers to make install
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2014-01-28 06:41:31 -08:00
parent bcb4f1bd1c
commit 1d95217b2f
4 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT([libnfs], [1.9.0], [ronniesahlberg@gmail.com])
AC_INIT([libnfs], [1.9.1], [ronniesahlberg@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST

View File

@ -5,9 +5,9 @@ dist_nfsc_HEADERS = \
nfsc/libnfs.h \
nfsc/libnfs-raw.h \
nfsc/libnfs-zdr.h \
${abs_top_srcdir}/mount/libnfs-raw-mount.h \
${abs_top_srcdir}/portmap/libnfs-raw-portmap.h \
${abs_top_srcdir}/nfs/libnfs-raw-nfs.h \
${abs_top_srcdir}/nlm/libnfs-raw-nlm.h \
${abs_top_srcdir}/nsm/libnfs-raw-nsm.h \
${abs_top_srcdir}/rquota/libnfs-raw-rquota.h
../mount/libnfs-raw-mount.h \
../portmap/libnfs-raw-portmap.h \
../nfs/libnfs-raw-nfs.h \
../nlm/libnfs-raw-nlm.h \
../nsm/libnfs-raw-nsm.h \
../rquota/libnfs-raw-rquota.h

View File

@ -18,9 +18,9 @@ libnfs_la_SOURCES = \
pdu.c \
socket.c
SOCURRENT=2
SOCURRENT=3
SOREVISION=0
SOAGE=1
SOAGE=2
libnfs_la_LDFLAGS = -version-info $(SOCURRENT):$(SOREVISION):$(SOAGE)
libnfs_la_LIBADD = \
../mount/libmount.la \

View File

@ -96,6 +96,8 @@ development libraries for LibNFS
%{_libdir}/pkgconfig/libnfs.pc
%changelog
* Tue Jan 28 2014 : Version 1.9.1
- Restore libnfs-raw-*.h to make install
* Mon Jan 27 2014 : Version 1.9
- Use _stat64 on windows so file sizes become 64bit always.
- Increase default marshalling buffer so we can marshall large PDUs.