Skip to content

Commit 2da6f52

Browse files
Prepare drbd-9.2.12
1 parent 4f3e619 commit 2da6f52

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

ChangeLog

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Latest:
22
------
33
For even more detail, use "git log" or visit https://github.com/LINBIT/drbd/commits/master.
44

5-
9.2.12-rc.1 (api:genl2/proto:86-101,118-122/transport:19)
5+
9.2.12 (api:genl2/proto:86-101,118-122/transport:19)
66
--------
77
* Fix a complicated distributed deadlock corner case that caused
88
DRBD to being unable to reconnect after losing connection during
@@ -21,7 +21,7 @@ Latest:
2121
- rate-limit resync progress while resync is paused
2222
- resync-target inherits history UUIDs when resync finishes,
2323
this can prevent unexpected "unrelared data" events later
24-
- Updated compatibility code for Linux 6.11 and 6.12-rc6
24+
- Updated compatibility code for Linux 6.11 and 6.12
2525

2626
9.2.11 (api:genl2/proto:86-122/transport:19)
2727
--------

debian/changelog

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
drbd (9.2.12~rc.1-1) unstable; urgency=medium
1+
drbd (9.2.12-1) unstable; urgency=medium
22

3-
* Release candidate
3+
* New upstream release
44

5-
-- Philipp Reisner <[email protected]> Mon, 11 Nov 2024 11:27:09 +0200
5+
-- Philipp Reisner <[email protected]> Mon, 18 Nov 2024 09:58:42 +0200
66

77
drbd (9.2.11-1) unstable; urgency=medium
88

docker/Dockerfile.rhel7

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.access.redhat.com/ubi7/ubi
22
MAINTAINER Roland Kammerer <[email protected]>
33

4-
ENV DRBD_VERSION 9.2.12-rc.1
4+
ENV DRBD_VERSION 9.2.12
55

66
ARG release=1
77
LABEL name="DRBD Kernel module load container" \

docker/Dockerfile.rhel8

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN dnf install -y 'dnf-command(download)' && cd /pkgs && dnf download elfutils-
88
FROM registry.access.redhat.com/ubi8/ubi
99
MAINTAINER Roland Kammerer <[email protected]>
1010

11-
ENV DRBD_VERSION 9.2.12-rc.1
11+
ENV DRBD_VERSION 9.2.12
1212

1313
ARG release=1
1414
LABEL name="DRBD Kernel module load container" \

docker/Dockerfile.rhel9

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN dnf install -y 'dnf-command(download)' && cd /pkgs && dnf download elfutils-
88
FROM registry.access.redhat.com/ubi9/ubi
99
MAINTAINER Roland Kammerer <[email protected]>
1010

11-
ENV DRBD_VERSION 9.2.12-rc.1
11+
ENV DRBD_VERSION 9.2.12
1212

1313
ARG release=1
1414
LABEL name="DRBD Kernel module load container" \

drbd-kernel.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: drbd-kernel
22
Summary: Kernel driver for DRBD
3-
Version: 9.2.12~rc.1
3+
Version: 9.2.12
44
Release: 1
55

66
# always require a suitable userland
@@ -178,8 +178,8 @@ install -D misc/SECURE-BOOT-KEY-linbit.com.der $RPM_BUILD_ROOT/etc/pki/linbit/SE
178178
rm -rf %{buildroot}
179179

180180
%changelog
181-
* Mon Nov 11 2024 Philipp Reisner <[email protected]> - 9.2.12~rc.1
182-
- Release candidate.
181+
* Mon Nov 18 2024 Philipp Reisner <[email protected]> - 9.2.12
182+
- New upstream release.
183183

184184
* Mon Aug 12 2024 Philipp Reisner <[email protected]> - 9.2.11
185185
- New upstream release.

drbd/linux/drbd_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
extern const char *drbd_buildtag(void);
1111

12-
#define REL_VERSION "9.2.12-rc.1"
12+
#define REL_VERSION "9.2.12"
1313
#define PRO_VERSION_MIN 118 /* 9.0.26 */
1414
#define PRO_VERSION_MAX 122
1515

0 commit comments

Comments
 (0)