File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
44
5+ ## [ Bridge 1.8.7] James
6+
7+ ### Changed
8+ * GODT-1201: Update gopenpgp to 2.1.10.
9+
10+ ### Fixed
11+ * GODT-1193: Do not doubly encode parts.
12+
13+
514## [ Bridge 1.8.6] James
615
716### Removed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
1010.PHONY : build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
1111
1212# Keep version hardcoded so app build works also without Git repository.
13- BRIDGE_APP_VERSION? =1.8.6 +git
13+ BRIDGE_APP_VERSION? =1.8.7 +git
1414IE_APP_VERSION? =1.3.3+git
1515APP_VERSION: =${BRIDGE_APP_VERSION}
1616SRC_ICO: =logo.ico
Original file line number Diff line number Diff line change 11.PHONY : check-go check-godog install-godog test test-bridge test-ie test-live test-live-bridge test-live-ie test-stage test-debug test-live-debug bench
22
33export GO111MODULE =on
4- export BRIDGE_VERSION: =1.8.6 +integrationtests
4+ export BRIDGE_VERSION: =1.8.7 +integrationtests
55export VERBOSITY? =fatal
66export TEST_DATA =testdata
77export TEST_APP? =bridge
You can’t perform that action at this time.
0 commit comments