From e2cf2c8b141bc3e46244e5eae04b1cf65ae49712 Mon Sep 17 00:00:00 2001 From: Craig Barratt Date: Wed, 13 Dec 2017 10:20:54 -0800 Subject: [PATCH] updated version to 3.0.9.11 --- NEWS | 4 ++++ configure.ac | 2 +- configure.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d8ab676..eea9ae6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ NEWS for rsync-bpc-3.0.9. +3.0.9.11 released 13 Dec 2017: + + - ensure hlink_nlinks is non-NULL before using it. + 3.0.9.10 released 5 Dec 2017: - only call hard_link_bpc_update_link_count() if preserve_hard_links; patch from @ovidiustanila. diff --git a/configure.ac b/configure.ac index ba6f4cc..60822a8 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.59) -RSYNC_VERSION=3.0.9.10 +RSYNC_VERSION=3.0.9.11 AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) diff --git a/configure.sh b/configure.sh index fa11919..8e023a6 100755 --- a/configure.sh +++ b/configure.sh @@ -2419,7 +2419,7 @@ ac_config_headers="$ac_config_headers config.h" -RSYNC_VERSION=3.0.9.10 +RSYNC_VERSION=3.0.9.11 { $as_echo "$as_me:${as_lineno-$LINENO}: Configuring rsync_bpc $RSYNC_VERSION" >&5 $as_echo "$as_me: Configuring rsync_bpc $RSYNC_VERSION" >&6;}