Bridge 1.5.4 Golden Gate

This commit is contained in:
Jakub 2020-12-14 21:15:25 +01:00
parent e3332d1cb6
commit 9d576beeb8
3 changed files with 9 additions and 8 deletions

View File

@ -2,6 +2,14 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 1.5.4] Golden Gate
### Added
* Log warning about permanently deleting messages.
### Fixed
* License path on Arch and Windows.
## [Bridge 1.5.3] Golden Gate [Import-Export 1.2.3] Elbe
### Added

View File

@ -10,7 +10,7 @@ TARGET_OS?=${GOOS}
.PHONY: build build-ie build-nogui build-ie-nogui check-has-go
# Keep version hardcoded so app build works also without Git repository.
BRIDGE_APP_VERSION?=1.5.3-git
BRIDGE_APP_VERSION?=1.5.4-git
IE_APP_VERSION?=1.2.3-git
APP_VERSION:=${BRIDGE_APP_VERSION}
SRC_ICO:=logo.ico

View File

@ -6,13 +6,6 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
### Added
### Changed
* Log warning about permanently deleting messages.
### Removed
### Fixed
* GODT-135 Support parameters in SMTP `FROM MAIL` command, such as `BODY=7BIT`, or empty value `FROM MAIL:<>` used by some clients.
* GODT-338 GODT-781 GODT-857 GODT-866 Flaky tests.
* GODT-773 Replace old dates with birthday of RFC822 to not crash Apple Mail. Original is available under `X-Original-Date` header.
* License path on Arch distributions.