Skip to content

Commit 6bb7162

Browse files
committed
Other: Bridge Millau 2.2.1
1 parent 0a48323 commit 6bb7162

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
Changelog [format](http://keepachangelog.com/en/1.0.0/)
44

5+
## [Bridge 2.2.1] Millau
6+
7+
### Added
8+
* GODT-1550: Add gobinsec check after CI build.
9+
* GODT-1686: Add Label/Folder filtering to pmapi.
10+
11+
### Changed
12+
* Rebranding:
13+
* GODT-1475: Change systray icons.
14+
* GODT-1565: Update Bridge application icons.
15+
* GODT-1564: Update welcome illustration.
16+
* GODT-1626: Update gopenpgp v2.4.7.
17+
* GODT-1627: Update go-srvp to v0.0.5.
18+
* GODT-1523: Reduce unnecessary shell executions. Inspired by @kortschak.
19+
* Other: Add v2 to module name.
20+
* GODT-1562: Update test fingerpring.
21+
22+
### Fixed
23+
* GODT-1659: Convert charset only for `text/*` MIME types.
24+
* GODT-1640: Renew test keys.
25+
26+
527
## [Bridge 2.2.0] Millau
628

729
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
1010
.PHONY: build build-nogui build-launcher versioner hasher
1111

1212
# Keep version hardcoded so app build works also without Git repository.
13-
BRIDGE_APP_VERSION?=2.2.0+git
13+
BRIDGE_APP_VERSION?=2.2.1+git
1414
APP_VERSION:=${BRIDGE_APP_VERSION}
1515
SRC_ICO:=bridge.ico
1616
SRC_ICNS:=Bridge.icns

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: check-go check-godog install-godog test test-bridge test-live test-live-bridge test-stage test-debug test-live-debug bench
22

33
export GO111MODULE=on
4-
export BRIDGE_VERSION:=2.2.0+integrationtests
4+
export BRIDGE_VERSION:=2.2.1+integrationtests
55
export VERBOSITY?=fatal
66
export TEST_DATA=testdata
77

0 commit comments

Comments
 (0)