Skip to content

Commit

Permalink
prepare 9.1.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Reisner committed Jul 5, 2021
1 parent 9e1e39a commit 289398e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Expand Up @@ -2,6 +2,18 @@ Latest:
------
For even more detail, use "git log" or visit https://github.com/LINBIT/drbd/commits/master.

9.1.3-rc.1 (api:genl2/proto:110-120/transport:17)
--------
* merged all fixes from drbd-9.0.30-0rc1
* fix a corner-case NULL deref in the lockless buffer pages handling; the
regression was introduced with 9.1.0 (released Feb 2021); To my knowledge
it took 6 months until someone triggered it for the first time
* fix sending a P_PEERS_IN_SYNC packet into a fresh connection (before
handshake packets); this problem was introduced when the drbd-8.x
compatibility code was removed
* remove sending a DRBD-barrier packet when processing a REQ_PREFLUSH
request, that improves IO-depth and improves performance with that

9.1.2 (api:genl2/proto:110-120/transport:17)
--------
* merged all fixes from drbd-9.0.29; other than that no changes in this branch
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,12 +1,18 @@
drbd (9.1.3~rc.1-1) unstable; urgency=medium

* New upstream release

-- Philipp Reisner <philipp.reisner@linbit.com> Mon, 7 Jul 2021 10:43:26 +0200

drbd (9.1.2-1) unstable; urgency=medium

* New upstream release
* New upstream release

-- Philipp Reisner <philipp.reisner@linbit.com> Thu, 6 May 2021 09:54:48 +0200

drbd (9.1.1-1) unstable; urgency=medium

* New upstream release
* New upstream release

-- Philipp Reisner <philipp.reisner@linbit.com> Fri, 26 Mar 2021 08:57:14 +0200

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

ENV DRBD_VERSION 9.1.2
ENV DRBD_VERSION 9.1.3-rc.1

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.centos8
Expand Up @@ -12,7 +12,7 @@ RUN if [ ! -d /pkgs ]; then \
FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_VERSION 9.1.2
ENV DRBD_VERSION 9.1.3-rc.1

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

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

%changelog
* Mon Jul 05 2021 Philipp Reisner <phil@linbit.com> - 9.1.3~rc.1
- New upstream release.

* Thu May 06 2021 Philipp Reisner <phil@linbit.com> - 9.1.2
- New upstream release.

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.2"
#define REL_VERSION "9.1.3-rc.1"
#define PRO_VERSION_MIN 110
#define PRO_VERSION_MAX 120

Expand Down

0 comments on commit 289398e

Please sign in to comment.