Skip to content

Commit

Permalink
Prepare drbd-9.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Reisner committed Nov 14, 2022
1 parent 27b2cdb commit bfc1691
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 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.12-rc.1 (api:genl2/proto:110-121/transport:17)
9.1.12 (api:genl2/proto:110-121/transport:17)
--------
* fix a race that could result in connection attempts getting aborted
with the message "sock_recvmsg returned -11"
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,8 +1,8 @@
drbd (9.1.12~rc.1-1) unstable; urgency=medium
drbd (9.1.12-1) unstable; urgency=medium

* New upstream release

-- Philipp Reisner <philipp.reisner@linbit.com> Mon, 7 Nov 2022 16:56:28 +0200
-- Philipp Reisner <philipp.reisner@linbit.com> Mon, 14 Nov 2022 13:54:11 +0200

drbd (9.1.11-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.rhel7
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi7/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_VERSION 9.1.12-rc.1
ENV DRBD_VERSION 9.1.12

ARG release=1
LABEL name="DRBD Kernel module load container" \
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.12-rc.1
ENV DRBD_VERSION 9.1.12

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

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.12~rc.1
Version: 9.1.12
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 Nov 7 2022 Philipp Reisner <phil@linbit.com> - 9.1.12~rc.1
* Mon Nov 14 2022 Philipp Reisner <phil@linbit.com> - 9.1.12
- New upstream release.

* Mon Sep 5 2022 Philipp Reisner <phil@linbit.com> - 9.1.11
Expand Down
2 changes: 1 addition & 1 deletion drbd/linux/drbd_config.h
Expand Up @@ -20,7 +20,7 @@ extern const char *drbd_buildtag(void);

/* End of external module for 2.6.33 stuff */

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

Expand Down

0 comments on commit bfc1691

Please sign in to comment.