Bump version to 1.01
Release 1.01 includes: - Fix frame desync on non-blocking sockets (EAGAIN handling) - Auth cascade: encryption requires ED25519 authentication - No plain text passwords in Comet protocol - NOPWD via capability flag - Log/event callback system for BBS embedding - Transfer progress events for both Comet and BinkP
This commit is contained in:
@@ -29,7 +29,7 @@ interface
|
||||
const
|
||||
{ Program identification }
|
||||
COMET_NAME = 'Comet';
|
||||
COMET_VERSION = '1.00';
|
||||
COMET_VERSION = '1.01';
|
||||
COMET_PRODCODE = $010B; { FTSC product code (Xenia family) }
|
||||
|
||||
{ Network }
|
||||
|
||||
Reference in New Issue
Block a user