From b63d59b3e8f61e3b23d03c561649b39785d5fd6e Mon Sep 17 00:00:00 2001 From: Dakota Williams Date: Fri, 16 Oct 2020 14:04:34 -0400 Subject: [PATCH] Version 0.10.14 --- dist/dattobd.spec | 9 ++++++++- src/dattobd.h | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dist/dattobd.spec b/dist/dattobd.spec index f3090c99..788849be 100644 --- a/dist/dattobd.spec +++ b/dist/dattobd.spec @@ -106,7 +106,7 @@ Name: dattobd -Version: 0.10.13 +Version: 0.10.14 Release: 1%{?dist} Summary: Kernel module and utilities for enabling low-level live backups Vendor: Datto, Inc. @@ -572,6 +572,13 @@ rm -rf %{buildroot} %changelog +* Fri Oct 16 2020 Dakota Williams - 0.10.14 +- Fix for error message during kernel module installation +- Fix for userspace pointer leak +- Fix for deb9 SCSI drives +- Fix for bare words comparison in rpm spec +- Additional fix for multipage bios in kernel 5.4 + * Wed Feb 5 2020 Dakota Williams - 0.10.13 - Fix for -Wframe-larger-than diff --git a/src/dattobd.h b/src/dattobd.h index 6eb4860c..71fc48f1 100644 --- a/src/dattobd.h +++ b/src/dattobd.h @@ -14,7 +14,7 @@ #include #include -#define DATTOBD_VERSION "0.10.13" +#define DATTOBD_VERSION "0.10.14" #define DATTO_IOCTL_MAGIC 0x91 struct setup_params{