Skip to content

Commit

Permalink
Version 0.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotarwilliams committed May 17, 2021
1 parent ed3f08f commit d845a71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 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.15
Version: 0.10.16
Release: 1%{?dist}
Summary: Kernel module and utilities for enabling low-level live backups
Vendor: Datto, Inc.
Expand Down Expand Up @@ -572,6 +572,12 @@ rm -rf %{buildroot}


%changelog
* 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""
- Revert "Revert "Additional fix for multipage bios in kernel 5.4""
- Corruption fix found on CentOS 6/7

* Wed Nov 18 2020 Neal Gompa <ngompa@datto.com> - 0.10.15
- Revert "Fix for userspace pointer leak"
- 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 @@ -14,7 +14,7 @@
#include <linux/ioctl.h>
#include <linux/limits.h>

#define DATTOBD_VERSION "0.10.15"
#define DATTOBD_VERSION "0.10.16"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params{
Expand Down

0 comments on commit d845a71

Please sign in to comment.