File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog [ format] ( http://keepachangelog.com/en/1.0.0/ )
4
4
5
+ ## [ Bridge 1.8.10] James
6
+
7
+ ### Fixed
8
+ * GODT-1348: Max 100 conn per host.
9
+ * GODT-1204: Handle importing too big messages.
10
+ * GODT-1202: Do not update package if it's version older than launcher.
11
+ * GODT-1318: Bump gopenpgp to v2.2.2, go-srp to v0.0.1, go-crypto to 52430bf6.
12
+ * GODT-219: Update to godog v0.12.1.
13
+ * GODT-1205: "RCPT TO" does not contain all addressed from "CC".
14
+ * GODT-1103: Cleanup on windows when uninstalling Bridge.
15
+
5
16
## [ Bridge 1.8.9] James
6
17
7
18
### Fixed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
10
10
.PHONY : build build-ie build-nogui build-ie-nogui build-launcher build-launcher-ie versioner hasher
11
11
12
12
# Keep version hardcoded so app build works also without Git repository.
13
- BRIDGE_APP_VERSION? =1.8.9 +git
13
+ BRIDGE_APP_VERSION? =1.8.10 +git
14
14
IE_APP_VERSION? =1.3.3+git
15
15
APP_VERSION: =${BRIDGE_APP_VERSION}
16
16
SRC_ICO: =logo.ico
Original file line number Diff line number Diff line change 1
1
.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
2
2
3
3
export GO111MODULE =on
4
- export BRIDGE_VERSION: =1.8.9 +integrationtests
4
+ export BRIDGE_VERSION: =1.8.10 +integrationtests
5
5
export VERBOSITY? =fatal
6
6
export TEST_DATA =testdata
7
7
export TEST_APP? =bridge
You can’t perform that action at this time.
0 commit comments