summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
blob: d227e6dd4b05af436b856f37ce09f85175e4d5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Changes in 0.9.8.4
==================

This is the first version that has a change log. New features from the time I forked this project include:

* build system:

  - Qt5 support
  - OpenSSL 1.1.0 support
  - can now build with MinGW

* functions:

  - recover local socket support that enables using external programs such ssh(1) to connect to a host
  - more functions in script engine and more scripts
  - raw packet capture
  - better SSH support: support diffie-hellman-group14-sha1, aes-ctr

* bug fixes and code clean up