aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-09-13 07:42:40 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-09-13 07:44:13 -0300
commit3acf9be6d0172d574035200d35b9bdc8144645c2 (patch)
tree058ab8137bc97e169e4d285cfe01dbfff46cb32a
parentRELNOTES: add docs and profile items (diff)
downloadfirejail-3acf9be6d0172d574035200d35b9bdc8144645c2.tar.gz
firejail-3acf9be6d0172d574035200d35b9bdc8144645c2.tar.zst
firejail-3acf9be6d0172d574035200d35b9bdc8144645c2.zip
RELNOTES: change modif item to removal
Added on commit 0e48f9933 ("remove firemon --interface option - it is a duplication of firejail --net.print", 2023-03-08).
-rw-r--r--RELNOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 167627d54..0e029c7af 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -26,7 +26,6 @@ firejail (0.9.73) baseline; urgency=low
26 * modif: Escape control characters of the command line (#5613) 26 * modif: Escape control characters of the command line (#5613)
27 * modif: Allow mostly only ASCII letters and digits for sandbox name 27 * modif: Allow mostly only ASCII letters and digits for sandbox name
28 (--name=) and host name (--hostname=) (#5708 #5856) 28 (--name=) and host name (--hostname=) (#5708 #5856)
29 * modif: remove firemon --interface option (duplicating --net.print option)
30 * modif: make private-lib a configure-time option, disabled by default (see 29 * modif: make private-lib a configure-time option, disabled by default (see
31 --enable-private-lib) (#5727 #5732) 30 --enable-private-lib) (#5727 #5732)
32 * modif: Improve --version/--help & print version on startup (#5829 #6172) 31 * modif: Improve --version/--help & print version on startup (#5829 #6172)
@@ -36,6 +35,7 @@ firejail (0.9.73) baseline; urgency=low
36 * modif: fcopy: Use lstat when copying directory (#5957) 35 * modif: fcopy: Use lstat when copying directory (#5957)
37 * modif: private-dev: keep /dev/kfd unless no3d is used (#6380) 36 * modif: private-dev: keep /dev/kfd unless no3d is used (#6380)
38 * modif: keep /sys/module/nvidia* if prop driver and no no3d (#6372 #6387) 37 * modif: keep /sys/module/nvidia* if prop driver and no no3d (#6372 #6387)
38 * removal: remove firemon --interface option (duplicating --net.print option)
39 * removal: LTS and FIRETUNNEL support 39 * removal: LTS and FIRETUNNEL support
40 * bugfix: fix --hostname and --hosts-file commands 40 * bugfix: fix --hostname and --hosts-file commands
41 * bugfix: fix examples in firejail-local AppArmor profile (#5717) 41 * bugfix: fix examples in firejail-local AppArmor profile (#5717)