Skip to content

Releases: datto/dattobd

0.10.5

26 Jun 15:41
Compare
Choose a tag to compare
  • Added support for openSUSE Leap 15

0.10.4

14 Feb 17:56
Compare
Choose a tag to compare
  • Added Linux 4.14 compatibility
  • Added support for running the feature tests against non-running kernel
  • Added an uninstall target for make
  • Fixed NULL pointer dereference when reading a page

0.10.3

15 Nov 17:52
Compare
Choose a tag to compare
  • Fix Makefile to have no trailing slash for BASE_DIR to fix debug symbols

0.10.2

15 Nov 17:23
Compare
Choose a tag to compare
  • Correctly pass compile flags to fix the build for Fedora 27

0.10.1

07 Nov 14:54
Compare
Choose a tag to compare
  • Switched to DKMS common scriplet for installing the module
  • Suppressed warnings for failed memory allocations if fallback is used
  • Added Linux 4.13 compatibility
  • Improved detection of root block device for dracut systems

0.10.0

05 Sep 19:01
Compare
Choose a tag to compare
  • Fixed module loading on RHEL 5/6
  • Made use of OrderWithRequires to improve module upgrades
  • Fixed bug in info ioctl
  • Added man pages to utils package
  • Prefixed all library functions with dattobd
  • Made module parameters lower case
  • Added packages for shared library
  • Made utilities use the shared library by default
  • Added compatibility with RHEL 7.4

The repo and signing key for Ubuntu and Debian has been changed with this release. To continue to receive updates, import the new key and update the repo list.

sudo apt-key adv --recv-keys --keyserver keys.fedoraproject.org 370C85D709D26407
sudo bash -c 'echo "deb [arch=amd64] https://cpkg.datto.com/datto-deb/public/$(lsb_release -sc) $(lsb_release -sc) main" > /etc/apt/sources.list.d/datto-linux-agent.list'
sudo apt-get update

0.9.16

06 Mar 15:44
Compare
Choose a tag to compare
  • Added Linux 4.10 compatibility
  • Removed unused feature tests
  • Added tests for the kernel module
  • Changed debug logging from a compile-time option to a run-time option

With the debug logging changes, defining DATTO_DEBUG will cause compilation to fail. Debug logging can now be enabled at module insertion with DEBUG=1, or by setting the parameter in sysfs.

0.9.15

14 Feb 20:04
Compare
Choose a tag to compare
  • Fixed race condition during transition to incremental
  • Made MAY_HOOK_SYSCALLS and MAX_SNAP_DEVICES parameters readable in sysfs
  • Moved initramfs scripts from the DKMS package to the utils package

0.9.14

24 Jan 18:25
Compare
Choose a tag to compare
  • Fixed REQ_DISCARD usage
  • Fixed initramfs rebuild process

0.9.13

17 Jan 23:48
Compare
Choose a tag to compare
  • Fixed snapshot performance issue introduced in 0.9.11 (#71)
  • Released packaging and distribution-specific files