aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-11-26 02:33:52 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2025-11-26 02:33:52 +0100
commitfc4866383d1f002ca832dfce8f8abccf9d72bae5 (patch)
tree08e7c69d9d490efb5b6caabf23808114c6055d9c /CHANGELOG.md
parent12553d9e807124967c19c1a9d9c7e8afa7a9f711 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c18f71..7694557 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,19 +4,19 @@ All notable changes to this fork of FICS version 1.6.2 will be
documented in this file.
## [Unreleased] ##
-- Added a config file interpreter and moved some settings from
+- **Added** a config file interpreter and moved some settings from
`config.h` to `fics.conf` which is read at startup.
-- Added more open flags and changed the code to refer to them by using
+- **Added** more open flags and changed the code to refer to them by using
enums.
-- Added overflow checks for array indices. Multiple occurrences.
-- Added the possibility for the FICS to be installed system-wide.
-- Added usage of `unveil()` and `pledge()`. (OpenBSD mitigation
+- **Added** overflow checks for array indices. Multiple occurrences.
+- **Added** the possibility for the FICS to be installed system-wide.
+- **Added** usage of `unveil()` and `pledge()`. (OpenBSD mitigation
techniques, so OpenBSD only.)
-- Assured that no conversion loss takes place when dealing with
+- **Assured** that no conversion loss takes place when dealing with
`time_t` conversions. Multiple occurrences.
-- Fixed error handling issues.
-- Fixed null pointer dereferences.
-- Replaced calls to `system()`. Two occurrences.
+- **Fixed** error handling issues.
+- **Fixed** null pointer dereferences.
+- **Replaced** calls to `system()`. Two occurrences.
## [1.4.6] - 2025-09-14 ##
- **Added** validation of filenames and login names.