Skip to content

Commit 729277f

Browse files
committed
libbtrfs: bump version to 0.1.3
Fix parsing of send stream, properly access potentially unaligned data. This can happen on hosts with strict alignment (ARM v5 or v6). Related issue: #770 Signed-off-by: David Sterba <[email protected]>
1 parent 8803af8 commit 729277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BTRFS_VERSION_PATCHLEVEL=`echo "${BTRFS_VERSION_PLAIN#v*}" | awk -F. '{print $3}
1717
dnl libbtrfs .so version
1818
LIBBTRFS_MAJOR=0
1919
LIBBTRFS_MINOR=1
20-
LIBBTRFS_PATCHLEVEL=2
20+
LIBBTRFS_PATCHLEVEL=3
2121

2222
dnl libbtrfsutil .so version
2323
BTRFS_UTIL_VERSION_MAJOR=`sed -rn 's/^\#define BTRFS_UTIL_VERSION_MAJOR ([0-9])+$/\1/p' libbtrfsutil/btrfsutil.h`

0 commit comments

Comments
 (0)