Skip to content

Commit

Permalink
bump version to 3.0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jan 27, 2018
1 parent 361ddcd commit d3ad219
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
NEWS for rsync-bpc-3.0.9.

3.0.9.12 released 27 Jan 2018:

- in bpc_read() ensure we don't read past the end of the buffer, in case actual file's
size is less than the attribute file size.

3.0.9.11 released 13 Dec 2017:

- ensure hlink_nlinks is non-NULL before using it.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h])
AC_CONFIG_HEADER(config.h)
AC_PREREQ(2.59)

RSYNC_VERSION=3.0.9.11
RSYNC_VERSION=3.0.9.12
AC_SUBST(RSYNC_VERSION)
AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION])

Expand Down
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ ac_config_headers="$ac_config_headers config.h"
RSYNC_VERSION=3.0.9.11
RSYNC_VERSION=3.0.9.12
{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring rsync_bpc $RSYNC_VERSION" >&5
$as_echo "$as_me: Configuring rsync_bpc $RSYNC_VERSION" >&6;}
Expand Down

0 comments on commit d3ad219

Please sign in to comment.