Skip to content

Commit

Permalink
Version 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
crawfxrd committed Jan 24, 2017
1 parent 6d1cd13 commit d289188
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 @@ -72,7 +72,7 @@


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


%changelog
* Tue Jan 24 2017 Tim Crawford <tcrawford@datto.com> - 0.9.14
- Fixed REQ_DISCARD usage
- Fixed initramfs rebuild process

* Tue Jan 17 2017 Tim Crawford <tcrawford@datto.com> - 0.9.13
- Fixed snapshot performance issue introduced in 0.9.11
- Released packaging and distribution-specific files
Expand Down
2 changes: 1 addition & 1 deletion src/dattobd.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <linux/ioctl.h>
#include <linux/limits.h>

#define DATTOBD_VERSION "0.9.13"
#define DATTOBD_VERSION "0.9.14"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params{
Expand Down

0 comments on commit d289188

Please sign in to comment.