Skip to content

Commit

Permalink
bump version to 0.11.7(#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
natalia-zelazna committed Feb 20, 2024
1 parent 93f3c23 commit 4c1e4dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/dattobd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@


Name: dattobd
Version: 0.11.6
Version: 0.11.7
Release: 1%{?dist}
Summary: Kernel module and utilities for enabling low-level live backups
Vendor: Datto, Inc.
Expand Down Expand Up @@ -611,6 +611,9 @@ rm %{_systemd_shutdown}/umount_rootfs.shutdown
rm %{_systemd_services}/umount-rootfs.service

%changelog
* Fri Feb 09 2024 Natalia Zelazna <natalia.zelazna@datto.com> - 0.11.7
- Implement tracking bios in dormant state

* Fri Feb 02 2024 Natalia Zelazna <natalia.zelazna@datto.com> - 0.11.6
- Fix issue with wrong slab allocation flags that led to system reboot

Expand Down
2 changes: 1 addition & 1 deletion src/dattobd.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/limits.h>
#include <linux/types.h>

#define DATTOBD_VERSION "0.11.6"
#define DATTOBD_VERSION "0.11.7"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params {
Expand Down

0 comments on commit 4c1e4dc

Please sign in to comment.