diff --git a/dist/dattobd.spec b/dist/dattobd.spec index 788849be..c6a9b5ee 100644 --- a/dist/dattobd.spec +++ b/dist/dattobd.spec @@ -106,7 +106,7 @@ Name: dattobd -Version: 0.10.14 +Version: 0.10.15 Release: 1%{?dist} Summary: Kernel module and utilities for enabling low-level live backups Vendor: Datto, Inc. @@ -572,6 +572,11 @@ rm -rf %{buildroot} %changelog +* Wed Nov 18 2020 Neal Gompa - 0.10.15 +- Revert "Fix for userspace pointer leak" +- Revert "Fix for deb9 SCSI drives" +- Revert "Additional fix for multipage bios in kernel 5.4" + * Fri Oct 16 2020 Dakota Williams - 0.10.14 - Fix for error message during kernel module installation - Fix for userspace pointer leak diff --git a/src/dattobd.h b/src/dattobd.h index 71fc48f1..f8ec7ea8 100644 --- a/src/dattobd.h +++ b/src/dattobd.h @@ -14,7 +14,7 @@ #include #include -#define DATTOBD_VERSION "0.10.14" +#define DATTOBD_VERSION "0.10.15" #define DATTO_IOCTL_MAGIC 0x91 struct setup_params{