Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotarwilliams committed Jan 25, 2023
1 parent 03f8de4 commit e4e6cbb
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 @@ -106,7 +106,7 @@


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


%changelog
* Wed Jan 25 2023 Dakota Williams <drwilliams@datto.com> - 0.11.0
- Add support for kernels up to 5.15

* Fri Nov 20 2020 Dakota Williams <drwilliams@datto.com> - 0.10.16
- Revert "Revert "Fix for userspace pointer leak""
- Revert "Revert "Fix for deb9 SCSI drives""
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.10.16"
#define DATTOBD_VERSION "0.11.0"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params {
Expand Down

0 comments on commit e4e6cbb

Please sign in to comment.