Skip to content

Commit

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

* Update dist/dattobd.spec

Co-authored-by: st-matskevich <62443731+st-matskevich@users.noreply.github.com>

* Update dist/dattobd.spec

Co-authored-by: st-matskevich <62443731+st-matskevich@users.noreply.github.com>

---------

Co-authored-by: st-matskevich <62443731+st-matskevich@users.noreply.github.com>
  • Loading branch information
natalia-zelazna and st-matskevich committed Jan 11, 2024
1 parent 007ffed commit 647da30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 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.3
Version: 0.11.4
Release: 1%{?dist}
Summary: Kernel module and utilities for enabling low-level live backups
Vendor: Datto, Inc.
Expand Down Expand Up @@ -607,8 +607,10 @@ rm %{_systemd_shutdown}/umount_rootfs.shutdown
rm %{_systemd_services}/umount-rootfs.service

%changelog
# * Tue Oct 31 2023 Natalia Zelazna <natalia.zelazna@datto.com> - 0.11.4
# - Fix unmounting before shutdown on all distros
* 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.3"
#define DATTOBD_VERSION "0.11.4"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params {
Expand Down

0 comments on commit 647da30

Please sign in to comment.