Skip to content

Commit

Permalink
Version 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
crawfxrd committed Dec 6, 2018
1 parent 1293521 commit 27ab410
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 @@ -107,7 +107,7 @@


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


%changelog
* Thu Dec 6 2018 Tim Crawford <tcrawford@datto.com> - 0.10.8
- Fixed procfs output on Linux 4.19
- Fixed writing out the header to the COW file
- Fixed GPF caused by accessing poisoned mappings in pages
- Fixed building Debian packages with debbuild 18.9

* Mon Sep 17 2018 Tim Crawford <tcrawford@datto.com> - 0.10.7
- Added field to track the number of changed blocks
- Changed the initramfs scripts to make the root device read-only during mount
Expand Down
2 changes: 1 addition & 1 deletion src/dattobd.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <linux/ioctl.h>
#include <linux/limits.h>

#define DATTOBD_VERSION "0.10.7"
#define DATTOBD_VERSION "0.10.8"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params{
Expand Down

0 comments on commit 27ab410

Please sign in to comment.