Skip to content

Commit

Permalink
New version 1.7
Browse files Browse the repository at this point in the history
 - Allow nested eventloops so that a sync function can be called from a callback.
 - Fix a bug in unmarshalling a uint64.
 - Add PATHCONF support.
 - WIN32/64 updates
 - AROS updates
  • Loading branch information
sahlberg committed Oct 20, 2013
1 parent dd97d43 commit 31820d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT([libnfs], [1.6.0], [ronniesahlberg@gmail.com])
AC_INIT([libnfs], [1.7.0], [ronniesahlberg@gmail.com])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Expand Up @@ -17,7 +17,7 @@ libnfs_la_SOURCES = \
pdu.c \
socket.c

libnfs_la_LDFLAGS = -version-info 1:6:0
libnfs_la_LDFLAGS = -version-info 1:7:0
libnfs_la_LIBADD = \
../mount/libmount.la \
../nfs/libnfs.la \
Expand Down
6 changes: 6 additions & 0 deletions packaging/RPM/libnfs.spec.in
Expand Up @@ -95,6 +95,12 @@ development libraries for LibNFS
%{_libdir}/pkgconfig/libnfs.pc

%changelog
* Sun Oct 20 2013 : Version 1.7
- Allow nested eventloops so that a sync function can be called from a callback.
- Fix a bug in unmarshalling a uint64.
- Add PATHCONF support.
- WIN32/64 updates
- AROS updates
* Mon May 27 2013 : Version 1.6
- AROS/Amiga support
- Chose better initial xid value to reduce the probability for collissions.
Expand Down

0 comments on commit 31820d2

Please sign in to comment.