Skip to content

Commit

Permalink
Prepare 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Reisner committed May 6, 2021
1 parent 4eec36f commit a60cffa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.2-rc.1 (api:genl2/proto:110-120/transport:17)
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
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,8 +1,8 @@
drbd (9.1.2~rc.1-1) unstable; urgency=medium
drbd (9.1.2-1) unstable; urgency=medium

* New upstream release

-- Philipp Reisner <philipp.reisner@linbit.com> Wed, 28 Apr 2021 17:00:36 +0200
-- Philipp Reisner <philipp.reisner@linbit.com> Thu, 6 May 2021 09:54:48 +0200

drbd (9.1.1-1) unstable; urgency=medium

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

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.2~rc.1
Version: 9.1.2
Release: 1

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

%changelog
* Wed Apr 28 2021 Philipp Reisner <phil@linbit.com> - 9.1.2~rc.1
* Thu May 06 2021 Philipp Reisner <phil@linbit.com> - 9.1.2
- New upstream release.

* Fri Mar 26 2021 Philipp Reisner <phil@linbit.com> - 9.1.1
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-rc.1"
#define REL_VERSION "9.1.2"
#define PRO_VERSION_MIN 110
#define PRO_VERSION_MAX 120

Expand Down

0 comments on commit a60cffa

Please sign in to comment.