Skip to content

Commit

Permalink
Merge branch 'release-notes' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
BilyakA committed Sep 1, 2021
2 parents f10da3c + 444f2d8 commit c676c73
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
27 changes: 26 additions & 1 deletion release-notes/bridge_early.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
## v1.8.9
- 2021-09-01

### Fixed

- Fixed an issues with incorrect handling of 401 server error leading to random Bridge logouts
- Changed encoding of message/rfc822 - to better handle sending of the .msg files
- Fixed crash within RFC822 builder for invalid or empty headers
- Fixed crash within RFC822 builder for header with key length > 76 chars


## v1.8.7
- 2021-06-22

### New

- Updated crypto-libraries to gopenpgp/v2 v2.1.10

### Fixed

- Fixed IMAP/SMTP restart in Bridge to mitigate connection issues
- Fixed unknown charset error for 'combined' messages
- Implemented a long-term fix for 'invalid or missing message signature' error


## v1.8.5
- 2021-06-11

### New

- Implemented golang Secure Remote Password Protocol
- Updated golang Secure Remote Password Protocol
- Updated crypto-libraries to gopenpgp/v2 v2.1.9
- Implemented new message parser (for imports from external accounts)

Expand Down
21 changes: 21 additions & 0 deletions release-notes/bridge_stable.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v1.8.7
- 2021-06-24

### New

- Updated golang Secure Remote Password Protocol
- Updated crypto-libraries to gopenpgp/v2 v2.1.10
- Implemented new message parser (for imports from external accounts)

### Fixed

- Fixed IMAP/SMTP restart in Bridge to mitigate connection issues
- Fixed unknown charset error for 'combined' messages
- Implemented a long-term fix for 'invalid or missing message signature' error
- Bridge not to strip PGP signatures of incoming clear text messages
- Import of messages with malformed MIME header
- Improved parsing of message headers
- Fetching bodies of non-multipart messages
- Sync and performance improvements


## v1.8.3
- 2021-05-27

Expand Down

0 comments on commit c676c73

Please sign in to comment.