From 647da30bcd40d2928af1e8260eda22f0bb50db18 Mon Sep 17 00:00:00 2001 From: natalia-zelazna <129159148+natalia-zelazna@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:34:43 +0100 Subject: [PATCH] bump version (#342) * bump version * Update dist/dattobd.spec Co-authored-by: st-matskevich <62443731+st-matskevich@users.noreply.github.com> * Update dist/dattobd.spec Co-authored-by: st-matskevich <62443731+st-matskevich@users.noreply.github.com> --------- Co-authored-by: st-matskevich <62443731+st-matskevich@users.noreply.github.com> --- dist/dattobd.spec | 8 +++++--- src/dattobd.h | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dist/dattobd.spec b/dist/dattobd.spec index 67d53f23..12048524 100644 --- a/dist/dattobd.spec +++ b/dist/dattobd.spec @@ -117,7 +117,7 @@ Name: dattobd -Version: 0.11.3 +Version: 0.11.4 Release: 1%{?dist} Summary: Kernel module and utilities for enabling low-level live backups Vendor: Datto, Inc. @@ -607,8 +607,10 @@ rm %{_systemd_shutdown}/umount_rootfs.shutdown rm %{_systemd_services}/umount-rootfs.service %changelog -# * Tue Oct 31 2023 Natalia Zelazna - 0.11.4 -# - Fix unmounting before shutdown on all distros + * Wed Jan 10 2024 Natalia Zelazna - 0.11.4 + - Fix unmounting before shutdown on all distros + - Implement submit_bio-based IO tracking + - Fix CentOS7 building * Tue May 19 2023 Lukasz Fulek - 0.11.3 - Fix memory leak on Ubuntu 20.04 diff --git a/src/dattobd.h b/src/dattobd.h index 54d66013..6fdf46b1 100644 --- a/src/dattobd.h +++ b/src/dattobd.h @@ -15,7 +15,7 @@ #include #include -#define DATTOBD_VERSION "0.11.3" +#define DATTOBD_VERSION "0.11.4" #define DATTO_IOCTL_MAGIC 0x91 struct setup_params {