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.
This commit is contained in:
Kelvin M. Klann 2026-03-07 06:13:21 -03:00
parent e7161010b8
commit 3b55e6eb5e

View file

@ -29,8 +29,8 @@ firejail (0.9.79) baseline; urgency=low
* build: Void Linux/musl libc compile fixes (e602396, 0949685)
* build: fix compiler warning for ./configure --enable-only-syscfg-profiles
option (d1a58de)
* build: remove ./configure --disable-man option (a655b7d)
* build: remove ./configure --disable-usertmpfs option (b214d08)
* build: remove ./configure --disable-man option (#7091)
* build: remove ./configure --disable-usertmpfs option (#7092)
* build: fix discarded const qualifier compiler warnings (#7068)
* ci: gitlab: install missing git-buildpackage dependency (#7017)
* ci: gcov testing scripts update