From 7b73f76e785f67b55e8352134c4e2f91ce987565 Mon Sep 17 00:00:00 2001 From: Jakub Date: Fri, 11 Nov 2022 14:06:56 +0100 Subject: [PATCH] Other: Bridge Osney v2.4.7 --- Changelog.md | 6 ++++++ Makefile | 2 +- test/Makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0f223c2a..15d89649 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 2.4.7] Osney + +### Fixed +* GODT-2078: Launcher inception. +* GODT-2039: fix --parent-pid flag is removed from command-line when restarting the application. + ## [Bridge 2.4.6] Osney ### Changed diff --git a/Makefile b/Makefile index 083c6c89..28421861 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) .PHONY: build build-gui build-nogui build-launcher versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=2.4.6+git +BRIDGE_APP_VERSION?=2.4.7+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG diff --git a/test/Makefile b/test/Makefile index 6b12f66e..87a74dc6 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ .PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench export GO111MODULE=on -export BRIDGE_VERSION:=2.4.6+integrationtests +export BRIDGE_VERSION:=2.4.7+integrationtests export VERBOSITY?=fatal export TEST_DATA=testdata