aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-02-20 08:20:45 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-02-20 08:20:45 -0500
commitddd7e6fec6f06c4384091adf741040ac73b46981 (patch)
tree96989414633efb1fe08d868ea35e3dff0791ee84
parentmore on --tab (diff)
downloadfirejail-ddd7e6fec.tar.gz
firejail-ddd7e6fec.tar.zst
firejail-ddd7e6fec.zip
merges
-rw-r--r--README3
-rw-r--r--README.md2
-rw-r--r--RELNOTES1
3 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 4d18f3b4f..11fe94958 100644
--- a/README
+++ b/README
@@ -156,6 +156,8 @@ Austin S. Hemmelgarn (https://github.com/Ferroin)
156 - unbound profile update 156 - unbound profile update
157Avi Lumelsky (https://github.com/avilum) 157Avi Lumelsky (https://github.com/avilum)
158 - syscall.sh improvements 158 - syscall.sh improvements
159avallach2000 (https://github.com/avallach2000(
160 - fix qbittorrent profile
159avoidr (https://github.com/avoidr) 161avoidr (https://github.com/avoidr)
160 - whitelist fix 162 - whitelist fix
161 - recently-used.xbel fix 163 - recently-used.xbel fix
@@ -265,6 +267,7 @@ croket (https://github.com/crocket)
265 - fix librewolf profile 267 - fix librewolf profile
266 - added profiles for imv, retroarch, and torbrowser 268 - added profiles for imv, retroarch, and torbrowser
267 - fix dino profile 269 - fix dino profile
270 - fix wireshark profile
268curiosity-seeker (https://github.com/curiosity-seeker - old) 271curiosity-seeker (https://github.com/curiosity-seeker - old)
269curiosityseeker (https://github.com/curiosityseeker - new) 272curiosityseeker (https://github.com/curiosityseeker - new)
270 - tightening unbound and dnscrypt-proxy profiles 273 - tightening unbound and dnscrypt-proxy profiles
diff --git a/README.md b/README.md
index b3c415ea0..16bfa812e 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ Milestone page: https://github.com/netblue30/firejail/milestone/1
215 215
216### Shell tab completion 216### Shell tab completion
217``` 217```
218 --tab Enable bash completion in sandboxes using private or whitelisted 218 --tab Enable shell tab completion in sandboxes using private or whitelisted
219 home directories. 219 home directories.
220 220
221 $ firejail --private --tab 221 $ firejail --private --tab
diff --git a/RELNOTES b/RELNOTES
index 14caa0840..b3079a55e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,6 @@
1firejail (0.9.69) baseline; urgency=low 1firejail (0.9.69) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * feature: enable shell tab completion (#4936)
3 * bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910) 4 * bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910)
4 * bugfix: nogroups + wrc prints confusing messages (#4930 #4933) 5 * bugfix: nogroups + wrc prints confusing messages (#4930 #4933)
5 * ci: replace centos (EOL) with almalinux (#4912) 6 * ci: replace centos (EOL) with almalinux (#4912)