Skip to content

Commit

Permalink
Prepare drbd-9.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Reisner committed Nov 18, 2024
1 parent 4f3e619 commit 2da6f52
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Latest:
------
For even more detail, use "git log" or visit https://github.com/LINBIT/drbd/commits/master.

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

9.2.11 (api:genl2/proto:86-122/transport:19)
--------
Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
drbd (9.2.12~rc.1-1) unstable; urgency=medium
drbd (9.2.12-1) unstable; urgency=medium

* Release candidate
* New upstream release

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

drbd (9.2.11-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.12-rc.1
ENV DRBD_VERSION 9.2.12

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.12-rc.1
ENV DRBD_VERSION 9.2.12

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.12-rc.1
ENV DRBD_VERSION 9.2.12

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
6 changes: 3 additions & 3 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.12~rc.1
Version: 9.2.12
Release: 1

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

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

* Mon Aug 12 2024 Philipp Reisner <[email protected]> - 9.2.11
- New upstream release.
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.12-rc.1"
#define REL_VERSION "9.2.12"
#define PRO_VERSION_MIN 118 /* 9.0.26 */
#define PRO_VERSION_MAX 122

Expand Down

0 comments on commit 2da6f52

Please sign in to comment.