Skip to content

Commit

Permalink
Version 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
crawfxrd committed Jan 11, 2019
1 parent b0846d5 commit fc4325e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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.8
Version: 0.10.9
Release: 1%{?dist}
Summary: Kernel module and utilities for enabling low-level live backups
Vendor: Datto, Inc.
Expand Down Expand Up @@ -568,6 +568,10 @@ rm -rf %{buildroot}


%changelog
* Fri Jan 11 2019 Tim Crawford <[email protected]> - 0.10.9
- Fixed procfs output with small reads
- Fixed mnt_want_write feature test

* Thu Dec 6 2018 Tim Crawford <[email protected]> - 0.10.8
- Fixed procfs output on Linux 4.19
- Fixed writing out the header to the COW file
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.8"
#define DATTOBD_VERSION "0.10.9"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params{
Expand Down

0 comments on commit fc4325e

Please sign in to comment.