C-Kermit for Windows Beta 5 #218
davidrg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the fifth beta of C-Kermit for Windows, based on C-Kermit 10.0 beta.10. There are nine(!) download options to support different versions of Windows on different CPU Architectures.
Download the appropriate zip file for your computer, extract it somewhere convenient and run k95g.exe. If you get an error about some DLL missing when you run it, download and install the matching Visual C++ Redistributable for the version of CKW you downloaded and the version of Windows you're running.
For 32bit or 64bit PCs running Windows XP SP3 or newer we have:
The x86 and x86-64 versions are compatible with MIT Kerberos for Windows v4.1.
If you're running something older or something that isn't a PC (doesn't have an x86 or ARM processor), one of these might work for you:
Things to be aware of when upgrading
This release corrects some issues with the DEFAULT template which the Dialer
creates automatically on first run. The auto-created template has bad colour
values for colours 1 through 9 resulting in blue appearing green, etc (terminal
sessions that should have a blue background will have a green one). The correct
values are in the table below - these should be applied to the DEFAULT template
as well as any other connections or templates you've created via the
GUI Settings page:
The default logfile names in the Log File Settings page should also start with
the
\
character - by default in prior versions they started with an invalidnon-printable character. In Kermit 95 the defaults did not start with
\v(appdata) so you may wish to just remove this prefix entirely instead of
correcting the first character.
If you have Kermit 95 installed these bugs likely doesn't affect you - while the
Kermit 95 dialer has them too, Kermit 95 shipped with
C:\ProgramData\Kermit 95\dialinf.dat
which contains a DEFAULT templatecontaining the correct values.
New Features
no substantial changes since Kermit 95.
see ssh-readme for more information)
Fixed Bugs
show terminal
command showing autodownload as being "on" when it wasactually set to "ask"
separators failing when autodownload is set to "ask" in the GUI version of CKW
(receiving a file sent as
send foo.txt C:/temp/foo.txt
now works)files
bug was inherited from Kermit 95)
detected
set syslog
works again - this was accidentally removed in beta 4.automatically created when first run were completely wrong. This bug affected
Kermit 95 as well but most users wouldn't have seen it as the shipped
dialinf.dat included a DEFAULT with the correct settings (along with a
selection of other templates).
template automatically created when first run begin with an invalid
non-printable chracter instad of ''. This bug affected Kermit 95 as well.
Minor Enhancements and other changes
CSI 1 8 ; Ps ; Ps t
- get text area size in characters (xterm)CSI > Pm t
- this is now parsed and ignored, previously this xterm-specificescape sequence would incorrectly minimise the window
Setup instructions are here: https://kermitproject.org/k95manual/wiksdadm.html
SuperLAT and PTY support. Some of these are optional features for custom
builds only and others may or may not be present depending on the compiler
used.
"show versions" command
user files from being accidentally overwritten when upgrading. The default
k95.ini will now rename k95custom.sample to k95custom.ini if it can't find
an existing k95custom.ini in any of the usual locations.
to be missing.
fields
("Command: Alt-X" by default) is hidden to make room
is room to display it)
inserted between the exit text and the hostname to match the other fields
Source Changes
now build fine with TAPI disabled, PowerPC may also need debug logging turned
off (
set CKF_DEBUG=no
). No one has tried building the dialer yet.supplied in the SDK is not compatible, however.
is broken for one)
old and insecure version of OpenSSL (1.0.1u works) and an old compiler too
(Visual C++ 2003 works)
instead of being delivered as a shared dll (k95crypto.dll)
of nmake is now supported for Visual C++ builds. Just
set make=jom.exe
tomake better use of multicore systems.
This discussion was created from the release C-Kermit for Windows Beta 5.
Beta Was this translation helpful? Give feedback.
All reactions