Skip to content

Commit

Permalink
update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
poderosaproject committed Aug 29, 2024
1 parent 226f160 commit fb70f20
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ChangeLog.txt
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]."
Expand Down

0 comments on commit fb70f20

Please sign in to comment.