aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-15 03:31:37 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-15 12:52:45 -0300
commitfd1cbf6c904248d2b86e56389ea522e92da99118 (patch)
treec010c8f4b1eebc8231bdef4d92dd8c12633abe18 /RELNOTES
parentbuild(deps): bump github/codeql-action from 2.3.5 to 2.3.6 (diff)
downloadfirejail-fd1cbf6c904248d2b86e56389ea522e92da99118.tar.gz
firejail-fd1cbf6c904248d2b86e56389ea522e92da99118.tar.zst
firejail-fd1cbf6c904248d2b86e56389ea522e92da99118.zip
build: mark phony test targets as such
See commit f48886f25 ("build: mark most phony targets as such", 2023-02-01) / PR #5637.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 9922dbdb4..49c2fbce0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -18,7 +18,7 @@ firejail (0.9.73) baseline; urgency=low
18 * bugfix: fix --hostname and --hosts-file commands 18 * bugfix: fix --hostname and --hosts-file commands
19 * bugfix: arp.c: ensure positive timeout on select(2) (#5806) 19 * bugfix: arp.c: ensure positive timeout on select(2) (#5806)
20 * build: auto-generate syntax files (#5627) 20 * build: auto-generate syntax files (#5627)
21 * build: mark most phony targets as such (#5637) 21 * build: mark all phony targets as such (#5637)
22 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 22 * build: mkdeb.sh: pass all arguments to ./configure (#5654)
23 * build: deb: enable apparmor by default & remove deb-apparmor (#5668) 23 * build: deb: enable apparmor by default & remove deb-apparmor (#5668)
24 * build: Fix whitespace and add .editorconfig (#5674) 24 * build: Fix whitespace and add .editorconfig (#5674)