Skip to content

Commit

Permalink
Prepare drbd-9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Reisner committed Jun 2, 2023
1 parent e03a389 commit 460cfc1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ Latest:
------
For even more detail, use "git log" or visit https://github.com/LINBIT/drbd/commits/master.

9.2.4-rc.1 (api:genl2/proto:110-122/transport:18)
9.2.4 (api:genl2/proto:110-122/transport:18)
--------
* fix a possible deadlock when disconnecting during a resync
* fix a possible hard kernel-lockup
* changes merged from drbd-9.1.15
- fix how flush requests are marked when submitted to the Linux IO
stack on the secondary node
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
drbd (9.2.4~rc.1-1) unstable; urgency=medium
drbd (9.2.4-1) unstable; urgency=medium

* New upstream release

-- Philipp Reisner <[email protected]> Fri, 26 May 2023 11:31:43 +0200
-- Philipp Reisner <[email protected]> Mon, 5 Jun 2023 09:00:00 +0200

drbd (9.2.3-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rhel7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi7/ubi
MAINTAINER Roland Kammerer <[email protected]>

ENV DRBD_VERSION 9.2.4-rc.1
ENV DRBD_VERSION 9.2.4

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rhel8
Original file line number Diff line number Diff line change
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 <[email protected]>

ENV DRBD_VERSION 9.2.4-rc.1
ENV DRBD_VERSION 9.2.4

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rhel9
Original file line number Diff line number Diff line change
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 <[email protected]>

ENV DRBD_VERSION 9.2.4-rc.1
ENV DRBD_VERSION 9.2.4

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

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

%changelog
* Fri May 26 2023 Philipp Reisner <[email protected]> - 9.2.4~rc.1
* Mon Jun 05 2023 Philipp Reisner <[email protected]> - 9.2.4
- New upstream release.

* Tue Apr 04 2023 Philipp Reisner <[email protected]> - 9.2.3
Expand Down
2 changes: 1 addition & 1 deletion drbd/linux/drbd_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

extern const char *drbd_buildtag(void);

#define REL_VERSION "9.2.4-rc.1"
#define REL_VERSION "9.2.4"
#define PRO_VERSION_MIN 86
#define PRO_VERSION_MAX 122

Expand Down

0 comments on commit 460cfc1

Please sign in to comment.