Skip to content

Commit

Permalink
bump version to 0.11.6 (#350)
Browse files Browse the repository at this point in the history
* bump version to 0.11.6

Co-authored-by: st-matskevich <62443731+st-matskevich@users.noreply.github.com>
  • Loading branch information
natalia-zelazna and st-matskevich committed Feb 2, 2024
1 parent 29a92e8 commit 221827e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions dist/dattobd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@


Name: dattobd
Version: 0.11.5
Version: 0.11.6
Release: 1%{?dist}
Summary: Kernel module and utilities for enabling low-level live backups
Vendor: Datto, Inc.
Expand Down Expand Up @@ -611,13 +611,16 @@ rm %{_systemd_shutdown}/umount_rootfs.shutdown
rm %{_systemd_services}/umount-rootfs.service

%changelog
* Thu Jan 11 2024 Natalia Zelazna <natalia.zelazna@datto.com> - 0.11.5
- Fix CentOS7 building
* Fri Feb 02 2024 Natalia Zelazna <natalia.zelazna@datto.com> - 0.11.6
- Fix issue with wrong slab allocation flags that led to system reboot

* Wed Jan 10 2024 Natalia Zelazna <natalia.zelazna@datto.com> - 0.11.4
- Fix unmounting before shutdown on all distros
- Implement submit_bio-based IO tracking
- Fix CentOS7 building
* Thu Jan 11 2024 Natalia Zelazna <natalia.zelazna@datto.com> - 0.11.5
- Fix CentOS7 building

* Wed Jan 10 2024 Natalia Zelazna <natalia.zelazna@datto.com> - 0.11.4
- Fix unmounting before shutdown on all distros
- Implement submit_bio-based IO tracking
- Fix CentOS7 building

* Tue May 19 2023 Lukasz Fulek <lukasz.fulek@datto.com> - 0.11.3
- Fix memory leak on Ubuntu 20.04
Expand Down
2 changes: 1 addition & 1 deletion src/dattobd.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/limits.h>
#include <linux/types.h>

#define DATTOBD_VERSION "0.11.5"
#define DATTOBD_VERSION "0.11.6"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params {
Expand Down

0 comments on commit 221827e

Please sign in to comment.