Skip to content

Commit

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


%changelog
* Fri Oct 16 2020 Dakota Williams <[email protected]> - 0.10.14
- Fix for error message during kernel module installation
- Fix for userspace pointer leak
- Fix for deb9 SCSI drives
- Fix for bare words comparison in rpm spec
- Additional fix for multipage bios in kernel 5.4

* Wed Feb 5 2020 Dakota Williams <[email protected]> - 0.10.13
- Fix for -Wframe-larger-than

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.13"
#define DATTOBD_VERSION "0.10.14"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params{
Expand Down

0 comments on commit b63d59b

Please sign in to comment.