Skip to content

Commit

Permalink
Prepare drbd-9.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Reisner committed Apr 3, 2023
1 parent 1f34caa commit df55dfb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Expand Up @@ -2,7 +2,7 @@ Latest:
------
For even more detail, use "git log" or visit https://github.com/LINBIT/drbd/commits/master.

9.1.14-rc.1 (api:genl2/proto:110-121/transport:17)
9.1.14 (api:genl2/proto:110-121/transport:17)
--------
* fix a race with concurrent promotion and demotion, which can
lead to an unexpected "split-brain" later on
Expand All @@ -17,6 +17,8 @@ Latest:
* fix a race that might lead to an endless loop of printing
"postponing start_resync" while starting a resync
* fix diskless node with a diskfull with a 4KiB backend
* simplify remembering two-pc parents, maybe fixing a one-time-seen bug
* derive abort_local_transaction timeout from ping-timeout

9.1.13 (api:genl2/proto:110-121/transport:17)
--------
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,8 +1,8 @@
drbd (9.1.14~rc.1-1) unstable; urgency=medium
drbd (9.1.14-1) unstable; urgency=medium

* New upstream release

-- Philipp Reisner <philipp.reisner@linbit.com> Mon, 27 Mar 2023 14:30:01 +0200
-- Philipp Reisner <philipp.reisner@linbit.com> Mon, 3 Apr 2023 15:59:45 +0200

drbd (9.1.13-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rhel8
Expand Up @@ -8,7 +8,7 @@ RUN dnf install -y 'dnf-command(download)' && cd /pkgs && dnf download elfutils-
FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_VERSION 9.1.14-rc.1
ENV DRBD_VERSION 9.1.14

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rhel9
Expand Up @@ -8,7 +8,7 @@ RUN dnf install -y 'dnf-command(download)' && cd /pkgs && dnf download elfutils-
FROM registry.access.redhat.com/ubi9/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_VERSION 9.1.14-rc.1
ENV DRBD_VERSION 9.1.14

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
4 changes: 2 additions & 2 deletions drbd-kernel.spec
@@ -1,6 +1,6 @@
Name: drbd-kernel
Summary: Kernel driver for DRBD
Version: 9.1.14~rc.1
Version: 9.1.14
Release: 1

# always require a suitable userland
Expand Down Expand Up @@ -132,7 +132,7 @@ install -D misc/SECURE-BOOT-KEY-linbit.com.der $RPM_BUILD_ROOT/etc/pki/linbit/SE
rm -rf %{buildroot}

%changelog
* Mon Mar 27 2023 Philipp Reisner <phil@linbit.com> - 9.1.14~rc.1
* Mon Apr 3 2023 Philipp Reisner <phil@linbit.com> - 9.1.14
- New upstream release.

* Mon Jan 30 2023 Philipp Reisner <phil@linbit.com> - 9.1.13
Expand Down
2 changes: 1 addition & 1 deletion drbd/linux/drbd_config.h
Expand Up @@ -9,7 +9,7 @@

extern const char *drbd_buildtag(void);

#define REL_VERSION "9.1.14-rc.1"
#define REL_VERSION "9.1.14"
#define PRO_VERSION_MIN 86
#define PRO_VERSION_MAX 121

Expand Down

0 comments on commit df55dfb

Please sign in to comment.