commit 54344d2dc0290621fafa57895968d65c508aa03a from: Markus Uhlin date: Sun Aug 4 00:18:29 2024 UTC Updated the changelog commit - ea36b3dfcccdc0f620603c3abb797d178ff4b50a commit + 54344d2dc0290621fafa57895968d65c508aa03a blob - e0834cacce27d5eff45b26b196fb3ab9dff6f434 blob + 39a6892d5533ae539277052cec28b47f18cda89f --- CHANGELOG.md +++ CHANGELOG.md @@ -4,12 +4,12 @@ All notable changes to this fork of FICS version 1.6.2 documented in this file. ## [Unreleased] ## -- Added command-line option `d` (Run in the background.) -- Changed the makefiles to compile with debugging symbols enabled. -- Changed the program to handle the return value of `fgets()`, +- **Added** command-line option `d` (Run in the background.) +- **Changed** the makefiles to compile with debugging symbols enabled. +- **Changed** the program to handle the return value of `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. -- Fixed a crash due to out of bounds array access. -- Fixed multiple possible buffer overflows. +- **Fixed** a crash due to out of bounds array access. +- **Fixed** multiple possible buffer overflows. ## [1.4.2] - 2024-07-13 ## - Added command `iset` for compatibility with XBoard, which currently