From d289188e4c10e444726351d90edbecd2c8f08af7 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 24 Jan 2017 13:24:27 -0500 Subject: [PATCH] Version 0.9.14 --- dist/dattobd.spec | 6 +++++- src/dattobd.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dist/dattobd.spec b/dist/dattobd.spec index 8d62e892..468377b5 100644 --- a/dist/dattobd.spec +++ b/dist/dattobd.spec @@ -72,7 +72,7 @@ Name: dattobd -Version: 0.9.13 +Version: 0.9.14 Release: 1%{?dist} Summary: Kernel module and utilities for enabling low-level live backups Vendor: Datto, Inc. @@ -389,6 +389,10 @@ rm -rf %{buildroot} %changelog +* Tue Jan 24 2017 Tim Crawford - 0.9.14 +- Fixed REQ_DISCARD usage +- Fixed initramfs rebuild process + * Tue Jan 17 2017 Tim Crawford - 0.9.13 - Fixed snapshot performance issue introduced in 0.9.11 - Released packaging and distribution-specific files diff --git a/src/dattobd.h b/src/dattobd.h index 1f977f50..2bb958ef 100644 --- a/src/dattobd.h +++ b/src/dattobd.h @@ -18,7 +18,7 @@ #include #include -#define DATTOBD_VERSION "0.9.13" +#define DATTOBD_VERSION "0.9.14" #define DATTO_IOCTL_MAGIC 0x91 struct setup_params{