Skip to content

Commit 286f51a

Browse files
committed
Other: Bridge Iron 1.7.1
1 parent ee961ae commit 286f51a

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

Changelog.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22

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

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+
513
## [Bridge 1.7.0] Iron
614

715
### Added
816
* 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).
1624

1725
### Fixed
1826
* GODT-1136 DB Cache header from builder and test.

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-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.7.0+git
13+
BRIDGE_APP_VERSION?=1.7.1+git
1414
IE_APP_VERSION?=1.3.3+git
1515
APP_VERSION:=${BRIDGE_APP_VERSION}
1616
SRC_ICO:=logo.ico

0 commit comments

Comments
 (0)