From e14b8aadaada159f22356836a79d321570f6edd1 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sun, 17 Feb 2013 17:35:37 -0500 Subject: [PATCH] New stuffs --- mystic/whatsnew.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/mystic/whatsnew.txt b/mystic/whatsnew.txt index b961615..b2626e8 100644 --- a/mystic/whatsnew.txt +++ b/mystic/whatsnew.txt @@ -2372,3 +2372,26 @@ bugs. + + ! Fixed a bug with the telnet protocol negotiation which was causing Zmodem + uploads from SyncTerm to fail. + + ! Fixed a few additional internal Zmodem related bugs + + ! Fixed a bug in the file base editor where a file was left open, causing + Mystic to eventually crash. + + + NodeSpy's telnet client now has the option to ALT-H to disconnect. + + + NodeSpy's telnet client now has a built in Zmodem upload and download. The + default download/upload directory can be defined in nodespy.ini in the + [General] section as transfer_dir. If nothing is defined, NodeSpy will use + the current directory. + + + NodeSpy telnet client can optionally automatically start Zmodem downloads + and uploads. This option can be disabled in the .ini file: + + [General] + auto_zmodem = true + +