Commit graph

771 commits

Author SHA1 Message Date
netblue30
c5a052ffa4 landlock: check for landlock support in glibc 2022-09-04 10:51:26 -04:00
glitsj16
c5e8d5d1f6
typo fixes for RELNOTES 2022-08-29 18:16:27 +00:00
netblue30
6d740d7dcf RELNOTES and README.md - existing functionality modified for the next version 2022-08-29 12:55:00 -04:00
Kelvin M. Klann
ffc4f72c5c RELNOTES: add seccomp log flood bugfix
Relates to #5207.
2022-08-20 06:44:53 -03:00
Kelvin M. Klann
0d49c7a42d RELNOTES: sort features by date added
Relates to #4939 #5259.
2022-08-20 06:40:56 -03:00
Kelvin M. Klann
df00c1388f RELNOTES: add build and docs items
Relates to #5288 #5290 #5296 #5310.
2022-08-18 03:16:59 -03:00
Kelvin M. Klann
64421e1cf2 RELNOTES: add missing references for --restrict-namespaces
And fix a typo of "implemented".

Relates to #4939 #5259.
2022-08-18 03:16:25 -03:00
Kelvin M. Klann
eaccc59df9 RELNOTES: add more references related to --apparmor=
Relates to #5274 #5316 #5317.
2022-08-18 03:06:54 -03:00
Kelvin M. Klann
4fe11d1638 RELNOTES: restore build item and build PR reference
Which were removed on commit d4323ae26 ("merges", 2022-08-14).

Relates to #5283 #5284.
2022-08-18 03:06:54 -03:00
netblue30
d4323ae26f merges 2022-08-14 09:00:01 -04:00
Kelvin M. Klann
40c0f3cff6 RELNOTES: add build items
Relates to #5283 #5284.
2022-08-12 03:43:18 -03:00
Kelvin M. Klann
74b5d24ba3 RELNOTES: add build and ci items
Relates to #5248 #5249 #5251.
2022-08-01 10:07:34 -03:00
Kelvin M. Klann
86c0c2d507 RELNOTES: add feature: Warn when encountering EIO during remount
Relates to #5240 #5242.
2022-08-01 10:06:55 -03:00
Kelvin M. Klann
c9019bfd04 RELNOTES: add build items (plus commands)
The following leverages the fact that when using a normal merge (as
opposed to "rebase and merge" or "squash and merge") on GitHub, the pull
request number is put in the commit message title and the title of the
PR is added to the commit message body.

Commands used to find and print the items for the RELNOTES:

    $ git log --grep='^build:' --merges --reverse --pretty='%s %b' 0.9.70.. |
      sed -E -n 's/Merge pull request (#[0-9]+) from [^ ]+ (.*)/  * \2 (\1)/p'
      * build: deduplicate configure-time vars into new config files (#5140)
      * build: fix file mode of shell scripts (644 -> 755) (#5206)
      * build: reduce autoconf input files from 32 to 2 (#5219)

Commands used to generate the message below:

    $ git log --grep='^build:' --merges --reverse --pretty='%s %b' 0.9.70.. |
      sed -E -n 's/Merge pull request (#[0-9]+).*/\1/p' | sort | tr '\n' ' ' |
      sed -E 's/^(.*) /Relates to \1./'
    Relates to #5140 #5206 #5219.

Relates to #5140 #5206 #5219.
2022-07-12 18:05:36 +00:00
netblue30
f483fc0a6f 0.9.71 2022-06-12 11:02:59 -04:00
netblue
b4b08d21cd release 0.9.70 testing 2022-06-09 09:21:13 -04:00
Kelvin M. Klann
ec90c2ae64 RELNOTES: add removed nvm profile
Commands used to find the profile:

    $ git log --pretty= --graph --name-only \
              --diff-filter=DBX 0.9.68..HEAD -- etc
    $ tig --diff-filter=DXB 0.9.68..HEAD -- etc

Relates to #5058.
2022-06-09 01:39:43 -03:00
Kelvin M. Klann
a320957a1f RELNOTES: add missing new profiles
Profiles: opera-developer, node-gyp, npx, semver, ping-hardened.

Commands used to find the profiles:

    $ git log --pretty= --graph --name-only \
      --diff-filter=AC 0.9.68..HEAD -- etc
    $ tig --diff-filter=AC 0.9.68..HEAD -- etc

Relates to #5001 #5058 #5061.
2022-06-09 01:39:43 -03:00
Kelvin M. Klann
a8ac3e3186 RELNOTES: sort items by done date within categories
Relates to #5111 #5122 #5155.
2022-06-09 01:39:31 -03:00
Kelvin M. Klann
6984ad4062 RELNOTES: add feature: always log seccomp errors
Relates to #5110.
2022-06-08 18:34:17 -03:00
Kelvin M. Klann
c20019a57e RELNOTES: add build entries
Relates to #5133 #5154.
2022-06-08 18:00:49 -03:00
Kelvin M. Klann
35617a2cb8 RELNOTES: add feature/bugfix
Relates to #5088 #5114.
2022-06-08 00:06:20 -03:00
Kelvin M. Klann
7db3e20f9d RELNOTES: add ci/docs
Relates to #5078 #5147 #5148.
2022-06-07 23:44:21 -03:00
Kelvin M. Klann
b079c89eaa RELNOTES: mention --tab option on its entry
Added on commit ddd7e6fec ("merges", 2022-02-20).

Relates to #4936.
2022-06-07 23:44:21 -03:00
Kelvin M. Klann
1c0242c5d2 RELNOTES: sort items by category (features/modifs)
Move the modif entries after the feature entries to be consistent with
the notes of the previous release (0.9.68): features, modifs/reworks,
removals, bugfixes, build, ci, docs, includes/profiles.
2022-06-07 23:44:18 -03:00
netblue30
a1f6bdf414 removed enforcement of nonewprivs for --noprofile 2022-06-03 07:52:49 -04:00
netblue30
dc7217582a more relnotes 2022-06-03 07:19:34 -04:00
netblue30
1692857804 relnotes 2022-06-03 07:18:10 -04:00
netblue30
f504f07496 --nettrace only available when running the sandbox as root 2022-06-03 07:11:32 -04:00
netblue30
6d0ff0c7db enforce nonewprivs for --noprofile option 2022-06-03 07:02:31 -04:00
Kelvin M. Klann
edbecfb676 RELNOTES: add gcov dummy functions bugfix and docs
Relates to #5028 #5043 #5052.
2022-03-24 12:18:11 -03:00
smitsohu
d38b9c42ff merge 2022-03-11 15:42:10 +01:00
Kelvin M. Klann
f0bfaf9c1f RELNOTES: add warning about allow-tray
Relates to #4946.
2022-03-09 15:53:48 -03:00
Kelvin M. Klann
f4b445667e RELNOTES: sort items by category
Put it in a similar order to 0.9.68: features, modifs/reworks, bugfixes,
ci, docs, new profiles.

See commit 5fbc1cd50 ("RELNOTES: sort items by category", 2022-02-05).
Misc: The last paragraph of that commit message is wrong; just ignore
it.
2022-03-09 15:51:37 -03:00
Kelvin M. Klann
97ea8de33b RELNOTES: add missing PR references; fix typo
This amends commit 481321881 ("merges", 2022-03-05).

Relates to #4985 #4990 #5011.
2022-03-09 15:44:27 -03:00
netblue30
4813218810 merges 2022-03-05 07:36:10 -05:00
netblue30
bb334a8fd4 openSUSE Leap - whitelist-run-common.inc (#4954) 2022-02-22 09:32:46 -05:00
netblue30
ddd7e6fec6 merges 2022-02-20 08:20:45 -05:00
netblue30
e6c50240f9 --tab: enable shell tab completion 2022-02-20 08:05:33 -05:00
Kelvin M. Klann
b2c954ae0c RELNOTES: add bugfix/ci/docs
Relates to #4912 #4916 #4930 #4933.
2022-02-16 01:22:17 -03:00
netblue30
86a57917aa fix --private-cwd, issue #4910 2022-02-08 10:30:22 -05:00
Reiner Herrmann
40cb132782 push changelog date, so that it's different from the previous one
otherwise the gitlab CI will complain
2022-02-07 19:25:37 +01:00
netblue30
4a2aeb0696 moving to 0.9.69 2022-02-06 08:48:08 -05:00
netblue30
0845233a63 0.9.68 testing 2022-02-06 08:02:38 -05:00
netblue30
5b8348080d rel 0.9.68 testing 2022-02-06 07:28:02 -05:00
Kelvin M. Klann
6d5f39982e RELNOTES: add new command checklist and issue template rework
Relates to #4413 #4479 #4515 #4561.
2022-02-06 01:41:51 -03:00
Kelvin M. Klann
96b598638d RELNOTES: add pr related to PATH_MAX bugfix
Relates to #4606.
2022-02-06 01:09:54 -03:00
Kelvin M. Klann
384e2ffb57 RELNOTES: add AppArmor base abstraction support and disable-proc.inc
Relates to #3226 #4521 #4628.
2022-02-06 00:08:21 -03:00
Kelvin M. Klann
dcd28c3a95 RELNOTES: add ci section with SHA pinning and dependabot
And move the profile checks item to the ci section.

Relates to #2739 #4643 #4774.
2022-02-05 23:51:14 -03:00
Kelvin M. Klann
f08f73564f RELNOTES: add build-related items
Relates to #4594 #4695 #4712.
2022-02-05 23:38:25 -03:00