From a13b780c35677ae02c7bb36f05567a6191415be6 Mon Sep 17 00:00:00 2001 From: joonicks Date: Wed, 22 Oct 2025 22:39:13 +0200 Subject: [PATCH] more documented changes, v3.5(.dev) --- VERSIONS | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index bb97927..4ff2f7d 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,22 @@ -3.1 -- WORK IN PROGRESS (~May, 2018) +3.5(.dev) -- + + * Changed: on_msg now matches commands using a hash function instead + of iterating through the list of commands using strcasecmp. + * Changed: Bumped version because of undocumented changes. + * Added: More help files; BOOT, DEBUG, NOTE, READ + * Changed: Updated several helpfiles. + * Added: Support for a posfix.sh command at the end of the compilation + process for developers. + * Changed: Table of builtin commands taken out of gencmd.c and put into + commands.h for easier editing. + +3.2 -- October 21, 2025. + + * Changed: HOSTINFO changed to SYSINFO. + * Changed: January 15, 2025: Proton no longer single. Sorry to all the ladies. + * Plenty of unlisted changes... + +3.1 -- April 14, 2018. * Fixed: If the network interface goes down, the mech will mark all servers as unconnectable, permanently, so even when the network comes back up... Fixed!