What's New in C-Kermit for Windows Beta 5


This release is mostly a collection of minor improvements and bug fixes plus ports to new CPU Architectures.

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:

Colour RedGreenBlue
1 - blue 0 0 127
2 - green 0 127 0
3 - cyan 0 127 127
4 - red 1270 0
5 - magenta 1270 127
6 - brown 127127 0
7 - lightgray192192 192
8 - darkgray 127127 127
9 - lightblue0 0 255

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 invalid non-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 template containing the correct values.

New Features

Fixed Bugs

Minor Enhancements and other changes

Source Changes

Known Issues

Other known bugs can be found in the CKW issue tracker on GitHub.

Reporting Bugs

If you think you've found a bug in CKW you can either send an email to ckw@kermitproject.org or you can log it directly in the CKW Issue Tracker on GitHub