commit f9a388883ac97839a78dd0aed9dd7067981af009 from: Markus Uhlin date: Sun Sep 14 11:09:40 2025 UTC 1.4.6 released commit - 3afd24a5db541817c3ec9c2cc8eda0ab4c72ede1 commit + f9a388883ac97839a78dd0aed9dd7067981af009 blob - 3c9ba0585241ca90a2f921138e833ad0bc0e0d5e blob + 11438589844eaa9e77400b04613d299a57628bc5 --- CHANGELOG.md +++ CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this fork of FICS version 1.6.2 will be documented in this file. -## [Unreleased] ## +## [1.4.6] - 2025-09-14 ## - Added validation of filenames and login names. - Changed the program to use `int64_t` instead of `long int` in contexts where `time_t` is used. blob - c6dd99c0d05fe7018d1026101235a34b390ebefc blob + e2f56b4a965193d6cb4de0047c0fa9c927dcd40e --- FICS/vers.c +++ FICS/vers.c @@ -1,5 +1,5 @@ #include "vers.h" const char SGS_VERS[] = ""; -const char VERS_NUM[] = "rpblc-1.4.5"; +const char VERS_NUM[] = "rpblc-1.4.6"; const char COMP_DATE[] = __DATE__;