File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ bubblewrap 0.11.0
2+ =================
3+
4+ Released: not yet
5+
6+ Dependencies:
7+
8+ * Remove the Autotools build system. Meson is now required at build-time.
9+ (#625 , Hugo Osvaldo Barrera)
10+
11+ Enhancements:
12+
13+ * New ` --overlay ` , ` --tmp-overlay ` , ` --ro-overlay ` and ` --overlay-src `
14+ options allow creation of overlay mounts.
15+ This feature is not available when bubblewrap is installed setuid.
16+ (#412 , #663 ; Ryan Hendrickson, William Manley, Simon McVittie)
17+
18+ * New ` --level-prefix ` option produces output that can be parsed by
19+ tools like ` logger --prio-prefix ` and ` systemd-cat --level-prefix=1 `
20+ (#646 , Simon McVittie)
21+
22+ Bug fixes:
23+
24+ * Handle ` EINTR ` when doing I/O on files or sockets (#657 , Simon McVittie)
25+
26+ * Don't make assumptions about alignment of socket control message data
27+ (#637 , Simon McVittie)
28+
29+ * Silence some Meson deprecation warnings (#647 , @Sertonix )
30+
31+ * Update URLs in documentation to https (#566 , @TotalCaesar659 )
32+
33+ * Improve tests' compatibility with busybox (#627 , @Sertonix )
34+
35+ Internal changes:
36+
37+ * Consistently use ` <stdbool.h> ` for booleans (#660 , Simon McVittie)
38+
39+ * Avoid ` -Wshadow ` compiler warnings (#661 , Simon McVittie)
40+
41+ * Update Github Actions configuration (#658 , Simon McVittie)
42+
43+ ----
44+
45+ See also < https://github.com/containers/bubblewrap/releases >
Original file line number Diff line number Diff line change 11bubblewrap release checklist
22============================
33
4- * Collect release notes
5- * Update version number in ` configure.ac ` ** and** ` meson.build `
4+ * Collect release notes in ` NEWS `
5+ * Update version number in ` meson.build ` and release date in ` NEWS `
66* Commit the changes
77* ` meson dist -C ${builddir} `
88* Do any final smoke-testing, e.g. update a package, install and test it
99* ` git evtag sign v$VERSION `
10- * Include the release notes in the tag message
10+ * Include the release notes from ` NEWS ` in the tag message
1111* ` git push --atomic origin main v$VERSION `
1212* https://github.com/containers/bubblewrap/releases/new
1313 * Fill in the new version's tag in the "Tag version" box
You can’t perform that action at this time.
0 commit comments