From 9b142fd28c62d2c8be7cd64150fa71dad71f901d Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Wed, 1 Apr 2026 12:00:38 -0700 Subject: [PATCH] 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 --- src/cometdef.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cometdef.pas b/src/cometdef.pas index ce49758..a772b2c 100644 --- a/src/cometdef.pas +++ b/src/cometdef.pas @@ -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 }