From 6bb7162263a74fe5686b7b4efb51f5aba05d82d2 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 14 Jul 2022 13:44:56 +0200 Subject: [PATCH] Other: Bridge Millau 2.2.1 --- Changelog.md | 22 ++++++++++++++++++++++ Makefile | 2 +- test/Makefile | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index ef31cc59..1b24fbef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,28 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## [Bridge 2.2.1] Millau + +### Added +* GODT-1550: Add gobinsec check after CI build. +* GODT-1686: Add Label/Folder filtering to pmapi. + +### Changed +* Rebranding: + * GODT-1475: Change systray icons. + * GODT-1565: Update Bridge application icons. + * GODT-1564: Update welcome illustration. +* GODT-1626: Update gopenpgp v2.4.7. +* GODT-1627: Update go-srvp to v0.0.5. +* GODT-1523: Reduce unnecessary shell executions. Inspired by @kortschak. +* Other: Add v2 to module name. +* GODT-1562: Update test fingerpring. + +### Fixed +* GODT-1659: Convert charset only for `text/*` MIME types. +* GODT-1640: Renew test keys. + + ## [Bridge 2.2.0] Millau ### Added diff --git a/Makefile b/Makefile index 3d81ca51..ee11f182 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS} .PHONY: build build-nogui build-launcher versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=2.2.0+git +BRIDGE_APP_VERSION?=2.2.1+git APP_VERSION:=${BRIDGE_APP_VERSION} SRC_ICO:=bridge.ico SRC_ICNS:=Bridge.icns diff --git a/test/Makefile b/test/Makefile index 44e9e271..de7aac0d 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.2.0+integrationtests +export BRIDGE_VERSION:=2.2.1+integrationtests export VERBOSITY?=fatal export TEST_DATA=testdata