summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2016-11-08 16:35:08 +0800
committerIru Cai <mytbk920423@gmail.com>2016-11-08 16:36:24 +0800
commit9f420ea4b90160b30568be30b3c00f5c5039034d (patch)
tree1d526bd67f2f3d4eb977d86f15b4f1b1140f8af3 /CHANGELOG.rst
parentfa10d4671b58ae97e9c82d639aaec724e5d1b7f2 (diff)
downloadfqterm-9f420ea4b90160b30568be30b3c00f5c5039034d.tar.xz
Add change log
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..d227e6d
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,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
+