diff --git a/dist/dattobd.spec b/dist/dattobd.spec index 2d8ba0fd..c587a35c 100644 --- a/dist/dattobd.spec +++ b/dist/dattobd.spec @@ -107,7 +107,7 @@ Name: dattobd -Version: 0.10.11 +Version: 0.10.12 Release: 1%{?dist} Summary: Kernel module and utilities for enabling low-level live backups Vendor: Datto, Inc. @@ -573,6 +573,12 @@ rm -rf %{buildroot} %changelog +* Fri Jan 24 2020 Dakota Williams - 0.10.12 +- Build feature tests out-of-tree and parallelize execution of them +- Explicitly add incidental build deps to spec file +- Added missing mount/umount userspace pointer conversion for logs +- Removed references to removed kernel build variable SUBDIRS, required for kernel 5.4 + * Mon Sep 23 2019 Dakota Williams - 0.10.11 - Use upstream names for sector size and CR0 register page protect bit - Changed symbol tests to use /lib/modules system maps and then fallback to /boot if it doesn't exist diff --git a/src/dattobd.h b/src/dattobd.h index 4c83aba9..185f8a8f 100644 --- a/src/dattobd.h +++ b/src/dattobd.h @@ -14,7 +14,7 @@ #include #include -#define DATTOBD_VERSION "0.10.11" +#define DATTOBD_VERSION "0.10.12" #define DATTO_IOCTL_MAGIC 0x91 struct setup_params{