Skip to content

Commit

Permalink
bump version to 3.0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jun 20, 2020
1 parent a4298f2 commit 9035fcb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
NEWS for rsync-bpc-3.0.9.

3.0.9.15 released 20 Jun 2020:

- add xattr support on directories and symlinks

- remove old xattr when updating, and also when setting empty ACL

- fix for restore of migrated v3 backup

- fix from rsync-3.2.0dev to get correct file ndx for xattr fetching
from sender when need_unsorted_flist == 1; fixes incorrect file
indexing rsync bug when long xattr values are fetched

- fixed attrib refCnt when attrib is unchanged

- bpc_attrib_dirWrite() doesn't create empty attrib files

- force rewrite of attr file if xattr key fixup was applied

- mkdir sets mtime to current time if --omit-dir-times

- bpc_sysCall_checkFileMatch() only prints missing file warning if size > 0

- fix to bpc_lstat() that returned wrong type for socket

- ensure bpc_lsetxattr() only returns 0 or -1

- replaced AC_HEADER_MAJOR with check for sys/mkdev.h and sys/sysmacros.h
to avoid compiler warnings

- fix compiler warnings about possible snprintf() truncation

3.0.9.14 released 8 Jul 2019:

- fix to use correct int format when reading v3 attrib files
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.14
RSYNC_VERSION=3.0.9.15
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 @@ -2455,7 +2455,7 @@ ac_config_headers="$ac_config_headers config.h"
RSYNC_VERSION=3.0.9.14
RSYNC_VERSION=3.0.9.15
{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring rsync $RSYNC_VERSION" >&5
$as_echo "$as_me: Configuring rsync $RSYNC_VERSION" >&6;}
Expand Down

0 comments on commit 9035fcb

Please sign in to comment.