-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
226f160
commit fb70f20
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
4.7.0 | ||
----- | ||
* Added support for the AES-GCM as the cipher/MAC algorithms: | ||
"[email protected]", "[email protected]", "AEAD_AES_128_GCM" | ||
and "AEAD_AES_256_GCM". | ||
These algorithms are set to a lower priority by default due to their | ||
higher CPU usage. | ||
You can adjust their priority in the "SSH" section of the "Option Settings" | ||
dialog. | ||
|
||
* Changed the initial focus to the hostname field when opening | ||
the New Session dialog. | ||
|
||
* Fix: An error may occur when saving the configuration file after the MRU size | ||
has been changed. | ||
|
||
* Moved test codes of Granados to GranadosTest. | ||
|
||
4.6.0 | ||
----- | ||
* Supports KEX algorithm "[email protected]." | ||
|