Commit graph

1010 commits

Author SHA1 Message Date
Kelvin M. Klann
f4170dd82e profiles: move llm-agent-common.inc to llm-agent-common.profile
Move it together with the other profiles used for redirecting in
`etc/profile*`.

Commands used to search and replace:

    git mv etc/inc/llm-agent-common.inc etc/profile-a-l/llm-agent-common.profile
    git grep -IElz llm-agent-common.inc | xargs -0 perl -pi -e '
      s/llm-agent-common.inc/llm-agent-common.profile/
    '

This amends commit c81777164 ("profiles: add llm-agent-common.inc
(#7158)", 2026-05-08).
2026-05-09 09:16:46 -03:00
Amin Vakil
c81777164c
profiles: add llm-agent-common.inc (#7158)
Some checks are pending
Build / build (push) Waiting to run
Check-Profiles / profile-checks (push) Waiting to run
Codespell / codespell (push) Waiting to run
Note: This also sets `env NO_BROWSER=true` in pi.profile.
2026-05-08 11:08:49 +00:00
Kelvin M. Klann
082956b4f8 RELNOTES: add security, feature, test and profile items
Relates to #2359 #7103 #7143 #7146 #7147 #7149 #7151 #7153 #7154.
2026-05-02 07:13:02 -03:00
Kelvin M. Klann
edcc595ae2 RELNOTES: add modif, build and profile items
Relates to #5803 #7114 #7129 #7141.
2026-05-02 07:07:39 -03:00
Kelvin M. Klann
575f3d64a1 RELNOTES: add build item
Related commits:

* a7a66c5e6 ("new_syscalls.txt: fix trailing whitespace", 2026-04-17)
* 4a5ed8364 ("remove trailing spaces in
  `etc/templates/new_syscalls.txt`", 2026-04-20)
2026-05-01 11:07:39 -03:00
Amin Vakil
938bd0cd62
new profile: pi (#7136)
https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent
2026-05-01 11:15:35 +00:00
Amin Vakil
84b6ebfc93
new profile: opencode (#7135)
https://github.com/anomalyco/opencode
2026-05-01 11:13:53 +00:00
Amin Vakil
3469e5de60
new profile: gemini (#6936)
https://github.com/google-gemini/gemini-cli
2026-05-01 11:09:54 +00:00
Kelvin M. Klann
2e359f2609 RELNOTES: reword/move bugfix to build item
The `bugfix` items are usually for user-visible program changes, as most
users are unlikely care about code refactorings and changes that only
affect the code in general.

`build` is usually used for:

* Build system fixes and changes (configure/make)
* Fixes for errors/warnings from compilers and static analysis tools
* As a catch-all for refactorings in the code and scripts (as the
  changes are usually similar to fixing compiler warnings)

Added on commit b993ce458 ("RELNOTES: add modif, build, profile and
bugfix items", 2026-04-16).
2026-04-17 04:01:32 -03:00
Kelvin M. Klann
6f91a18794 RELNOTES: reword build item
Remove commit reference for consistency with the other items and quote
`_` to improve the output when copying the text to a GitHub Release
(where it is treated as markdown).

This amends commit b993ce458 ("RELNOTES: add modif, build, profile and
bugfix items", 2026-04-16).

Relates to #7127.
2026-04-17 03:57:35 -03:00
pierretom
b993ce4580 RELNOTES: add modif, build, profile and bugfix items 2026-04-16 18:34:42 +02:00
Kelvin M. Klann
ae1858d1fa RELNOTES: add docs, build and profile items
Relates to #7083 #7084 #7106 #7108 #7109 #7110 #7112.
2026-03-26 14:43:34 -03:00
netblue30
59c9598a1b rel 0.9.81 start 2026-03-14 08:36:05 -04:00
netblue30
13604ce284 release 0.9.80 2026-03-14 08:20:32 -04:00
Kelvin M. Klann
cbff43bffe RELNOTES: add blobby profile item
Relates to #7102.
2026-03-13 23:51:52 -03:00
Kelvin M. Klann
c62139cf9a RELNOTES: reword/sort modif items
Related commits:

* 6a6ff981b ("add a syscall header for the x32 ABI", 2026-03-05)
* 3db2e976e ("update: s390 syscall table is only for 64-bit now",
  2026-03-05)
* e9cccefe1 ("update all system call headers", 2026-03-05)
* 19224d8fb ("RELNOTES: add syscall headers update items", 2026-03-13)
2026-03-13 23:47:03 -03:00
pierretom
19224d8fb2 RELNOTES: add syscall headers update items 2026-03-13 12:51:22 +01:00
Kelvin M. Klann
fcb7860f2e RELNOTES: improve test and profile items
Reword, move and add missing item.

This amends commit 221981585 ("merges", 2026-03-12).

Relates to #7099 #7100.
2026-03-13 03:27:50 -03:00
netblue30
221981585c merges 2026-03-12 09:05:03 -04:00
Kelvin M. Klann
11de349831 RELNOTES: remove issue reference
Remove `--keep-hostname` issue, as it was replaced with
`--hostname-randomize`.

Related commits:

* 09329b990 ("modif: replace --keep-hostname with new
  --hostname-randomize", 2026-03-0t7) / PR #7095

Relates to #7062 #7069 #7095.
2026-03-12 03:50:55 -03:00
Kelvin M. Klann
1ffa5e5600 RELNOTES: add bugfix item
Relates to #7098.
2026-03-12 03:40:32 -03:00
Kelvin M. Klann
09329b990f modif: replace --keep-hostname with new --hostname-randomize
Changes:

* Keep hostname by default (same as using `--keep-hostname`)
* Add  `--hostname-randomize` command to randomize the hostname
* Ignore `--keep-hostname` command and print a warning if it is used

Setting a different hostname inside of the sandbox may prevent X11
programs from authenticating to the X server and displaying windows at
all (see #7062).

To avoid breakage, keep the hostname as is by default and only set it to
a random value if a new `hostname-randomize` command is used.

This also avoids potentially surprising behavior, as the user might not
expect the hostname to be changed inside of the sandbox, considering
that usually the protections that are applied firejail involve
restricting access to resources (like file paths), rather than modifying
their values inside of the sandbox.

Fixes #7062

Relates to #7048 #7069.
2026-03-08 02:12:26 -03:00
Kelvin M. Klann
2e9a96bbdb RELNOTES: improve/move some ci items to test items
Fix formatting, reword, add commit reference and move.

The changes related to the items in question were made to not only the
CI files in .github/workflows, but also to the local test files and
scripts.

So use test items to clarify that their changes are not just strictly CI
changes.

Add a commit reference just to the "make test-compile" item because the
other items seem to relate to many commits.
2026-03-07 09:04:09 -03:00
Kelvin M. Klann
afa71cbf72 RELNOTES: add issue references for feature/modif items
Replace commit references with issue references.

Related commits:

* cbb7a3897 ("make Xephyr default for --x11 obption - currently Xpra is
  not available in Debian/Ubuntu and derivatives", 2026-01-17)
* c13331305 ("adding apparmor profiles for --nettrace option",
  2026-02-11)

Relates to #7093 #7094.
2026-03-07 09:04:09 -03:00
Kelvin M. Klann
3b55e6eb5e RELNOTES: add issue references for build items (removals)
Replace commit references with issue references.

Related commits:

* 5c7c58f6e ("rework make test-compile", 2026-01-20)
* a655b7d1b ("removed ./configure --disable-man option", 2026-01-21).
* f571fb5c7 ("tests: compile: remove leftover --disable-man test", 2026-01-25)

* b214d080e ("removed ./configure --disable-usertmpfs option",
  2026-01-21)

Relates to #7091 #7092.
2026-03-07 09:04:09 -03:00
Kelvin M. Klann
cc584cc8be RELNOTES: move/reword 0.9.78 docs item
This appears to be related to the following commits:

* 524d67aa7 ("main page", 2026-01-02)
* bf05f54f1 ("main page", 2026-01-02)
* 0963b9ef0 ("docs: README.md: improve formatting of 0.9.78 section", 2026-01-03)
* 48bcae900 ("README: reword new profile items and copy to RELNOTES (0.9.78)", 2026-01-03)
* 04a211071 ("RELNOTES: add build and ci items (0.9.78)", 2026-01-03)
* 35d61001e ("RELNOTES: clarify fbwrap item", 2026-01-03)
* 0faac5121 ("RELNOTES: reword/move syscall headers item to 0.9.78", 2026-02-28)

Added on commit 01b741aa8 ("RELNOTES and some more testing",
2026-02-25).
2026-03-05 04:38:48 -03:00
Kelvin M. Klann
5497dab3a2 RELNOTES: reword security, feature, bugfix and docs items
Relates to #5903 #6896 #7046 #7054.
2026-03-05 04:38:48 -03:00
Kelvin M. Klann
f1c1bb23f5 RELNOTES: improve --keep-hostname feature item
Remove #7048 issue reference (it is already part of another item),
add #7069 PR reference and reword.

Relates to #7048 #7069.
2026-03-05 04:38:48 -03:00
Kelvin M. Klann
dda5a71803 RELNOTES: add missing PR refs to syscall groups modif item
Relates to #7024 #7027 #7034 #7039 #7042 #7044 #7045.
2026-03-05 04:38:48 -03:00
Kelvin M. Klann
84f9d924d7 RELNOTES: improve/move debug syscall groups feature item
Replace commit reference with PR references, reword and move.

Relates to #7049 #7055.
2026-03-05 04:38:48 -03:00
Kelvin M. Klann
0faac51217 RELNOTES: reword/move syscall headers item to 0.9.78
It was released in 0.9.78.

Related commits:

* ff1f53f1e ("include new generated syscall_*.h header files",
  2025-12-27)
* af59f6173 ("Merge pull request #7000 from pierretom/patch7",
  2026-01-07)
* 01b741aa8 ("RELNOTES and some more testing", 2026-02-25)
* 8ca11b335 ("RELNOTES: improve and move items into build items",
  2026-02-27)

Relates to #7000.
2026-02-28 11:57:56 -03:00
netblue30
3d687d0d74 0.9.80-rc1 2026-02-28 07:37:26 -05:00
Kelvin M. Klann
8ca11b3355 RELNOTES: improve and move items into build items
Relates to #7000.
2026-02-27 17:32:34 -03:00
Kelvin M. Klann
262064862f RELNOTES: remove commit refs from profile items
Remove commit references from the items that already have a PR
reference, for consistency with the rest of the items.

Related commits:

* 5dc63f1a0 ("RELNOTES update", 2026-01-22)
* 65878d606 ("RELNOTES: format/improve profile items", 2026-02-03)

Relates to #6996 #7023 #7029 #7032 #7043.
2026-02-27 17:32:34 -03:00
Kelvin M. Klann
14c285bf00 RELNOTES: add new commit ref to terminal emulators security item
Related commits:

* cbf43089f ("update the list of terminal emulators that can be used for
  sandbox escape", 2026-01-19)
* c8a67075b ("profiles: disable-common: sort list of terminal
  emulators", 2026-02-27)
2026-02-27 17:32:28 -03:00
Kelvin M. Klann
0b21f8dce0 RELNOTES: add modif, bugfix, docs and build items
Relates to #7048 #7064 #7065 #7068 #7074 #7079.
2026-02-27 04:10:28 -03:00
Kelvin M. Klann
fa3762ea10 RELNOTES: reword and move firefox item into profile item
Note: The bug reported in #7040 is the same as the one in #7056.

Added on commit 01b741aa8 ("RELNOTES and some more testing",
2026-02-25).

Relates to #7040 #7056 #7061.
2026-02-27 04:05:01 -03:00
Kelvin M. Klann
bac9e737ef RELNOTES: add missing issue reference for netcat item
Added on commit 01b741aa8 ("RELNOTES and some more testing",
2026-02-25).

Relates to #6911 #7059.
2026-02-27 04:01:42 -03:00
netblue30
01b741aa80 RELNOTES and some more testing 2026-02-25 15:14:15 -05:00
Kelvin M. Klann
47d8079259 RELNOTES: add vesktop profile item
Relates to #7043.
2026-02-03 15:16:31 -03:00
Kelvin M. Klann
65878d6066 RELNOTES: format/improve profile items
Keep the existing commit references and add missing PR references.

This amends commit 5dc63f1a0 ("RELNOTES update", 2026-01-22).

Relates to #6996 #6999 #7023 #7029 #7030.
2026-02-03 15:16:27 -03:00
Kelvin M. Klann
67744b1928 RELNOTES: fix deno profile items
Fix wrong PR number (#7043 -> #7032) and merge duplicated items.

This amends commit 5dc63f1a0 ("RELNOTES update", 2026-01-22).

Relates to #7032.
2026-02-03 15:14:34 -03:00
Kelvin M. Klann
26c27ff0cf RELNOTES: merge hyphen docs items
The second commit is a small amendment of the first commit:

* e256efe64 ("fix non-ASCII hypehens in manpages (#5903)", 2026-01-08)
* 0ddf56a31 ("docs: man: fix double backslash before hyphen",
  2026-01-10)

Relates to #5903.
2026-01-25 04:31:51 -03:00
netblue30
5dc63f1a08 RELNOTES update 2026-01-22 09:01:27 -05:00
Kelvin M. Klann
35d61001e0 RELNOTES: clarify fbwrap item
Relates to #6906 #7009.
2026-01-03 01:06:12 -03:00
Kelvin M. Klann
04a2110714 RELNOTES: add build and ci items (0.9.78)
Relates to #7003 #7004.
2026-01-03 00:32:51 -03:00
Kelvin M. Klann
48bcae9009 README: reword new profile items and copy to RELNOTES (0.9.78)
This amends commit 06bc34547 ("README update", 2026-01-02).

Relates to #7005 #7010 #7014.
2026-01-03 00:32:43 -03:00
netblue30
36df4e61c1 0.9.78 is out 2026-01-02 19:08:16 -05:00
Kelvin M. Klann
19853d76e8 RELNOTES: merge/improve/move items and fix release year
This amends commit 1d7034043 ("pre-release: RELNOTES", 2025-12-30).

Relates to #6906 #7007 #7008 #7009.
2025-12-30 14:57:37 -03:00
netblue30
1d70340435 pre-release: RELNOTES 2025-12-30 09:50:40 -05:00