From fb2d5e44c132e232f3a228ae965ecc0eb6105665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Ant=C3=B4nio?= Date: Wed, 3 May 2023 18:02:17 -0300 Subject: [PATCH] Update CHANGES for the 230503 release --- CHANGES | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 65cd792..cf1af0b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,23 @@ +Release 230503 +* chroot: "docs: Update date at chroot.8 manual page." +* chroot: "chore: Remove comment, will move to GitHub" +* chroot: "docs: Rewrote chroot(8) manual page" +* chroot: "chore: Add ``usage()`` function at chroot.c" +* tabs: "fix: [t,g]roff formatting at tabs/fspec.5." +* readlink: "docs: Created new manual page for the non-UCB variant. (#24)" +* Makefile.mk: "fix: Don't symbolic/hard link readlink from UCBDIR to DEFDIR anymore" +* readlink: "docs: Add comments clarifying the C preprocessor directives." +* readlink: "fix: Ignore ``-n`` option when operating multiple files." +* readlink: "feat: Create non-UCB/GNU-alike variant." +* readlink: "fix: Made ``name_size`` private again, so ``pfmt()`` won't go segmentation fault." +* readlink: "feat: First step, start modularizing the code." +* libcommon: "fix: getdirentries replacement for OBSD >5.4" + +* fix-me: For new releases, finish porting for OpenBSD and implement watch(1) and timeout(1). + Release 230305 -* getconf: Now _NPROCESSORS_ONLN and _NPROCESSORS_CONF are implemented. -* Removed the remaining licence headers, now every licence is referenced by its SPDX identifier. +* getconf: "Now _NPROCESSORS_ONLN and _NPROCESSORS_CONF are implemented." +* (*): "Removed the remaining licence headers, now every licence is referenced by its SPDX identifier." Release 230228 * [NEW] readlink: New implementation, extensively based on OpenBSD's.