File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
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.7.1] Iron
6
+
7
+ ### Fixed
8
+ * GODT-1081 Properly return newlines when returning headers.
9
+ * GODT-1150 Externally encrypted messages with missing private key would not be built with custom message.
10
+ * GODT-1141 Attachment is named as attachment.bin in some cases.
11
+
12
+
5
13
## [ Bridge 1.7.0] Iron
6
14
7
15
### Added
8
16
* GODT-213 New message builder:
9
- * Preserve Content-Type for undecryptable message body.
10
- * Use application/octet-stream for encrypted parts.
11
- * Force no transfer encoding for embedded message/rfc822 parts.
12
- * Remove dead code GetRelatedHeader/GetRelatedBoundary.
13
- * Correctly expect text/plain in custom message text parts.
14
- * Force text/plain for custom message text part.
15
- * Complex external encrypted tests (multipart/alternative, message/rfc822 attachment).
17
+ * Preserve Content-Type for undecryptable message body.
18
+ * Use application/octet-stream for encrypted parts.
19
+ * Force no transfer encoding for embedded message/rfc822 parts.
20
+ * Remove dead code GetRelatedHeader/GetRelatedBoundary.
21
+ * Correctly expect text/plain in custom message text parts.
22
+ * Force text/plain for custom message text part.
23
+ * Complex external encrypted tests (multipart/alternative, message/rfc822 attachment).
16
24
17
25
### Fixed
18
26
* GODT-1136 DB Cache header from builder and test.
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.7.0 +git
13
+ BRIDGE_APP_VERSION? =1.7.1 +git
14
14
IE_APP_VERSION? =1.3.3+git
15
15
APP_VERSION: =${BRIDGE_APP_VERSION}
16
16
SRC_ICO: =logo.ico
You can’t perform that action at this time.
0 commit comments