Skip to content

Commit

Permalink
Version 0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotarwilliams committed Sep 23, 2019
1 parent 02397cd commit 502af74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dist/dattobd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@


Name: dattobd
Version: 0.10.10
Version: 0.10.11
Release: 1%{?dist}
Summary: Kernel module and utilities for enabling low-level live backups
Vendor: Datto, Inc.
Expand Down Expand Up @@ -568,6 +568,11 @@ rm -rf %{buildroot}


%changelog
* Mon Sep 23 2019 Dakota Williams <drwilliams@datto.com> - 0.10.11
- Use upstream names for sector size and CR0 register page protect bit
- Changed symbol tests to use /lib/modules system maps and then fallback to /boot if it doesn't exist
- Added Linux 5.1+ compatibility
* Wed Aug 21 2019 Dakota Williams <drwilliams@datto.com> - 0.10.10
- Added Linux 5.0 compatibility
- Changed location of custom bio flag
Expand Down
2 changes: 1 addition & 1 deletion src/dattobd.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/ioctl.h>
#include <linux/limits.h>

#define DATTOBD_VERSION "0.10.10"
#define DATTOBD_VERSION "0.10.11"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params{
Expand Down

0 comments on commit 502af74

Please sign in to comment.