Skip to content

Commit 4021ac2

Browse files
committed
NEWS.md: Add items so far for 0.11.0
I find it easier to write this as I go along, instead of writing it all as part of doing each release. Signed-off-by: Simon McVittie <smcv@collabora.com>
1 parent 0545e72 commit 4021ac2

2 files changed

Lines changed: 48 additions & 3 deletions

File tree

NEWS.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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>

release-checklist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
bubblewrap 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

0 commit comments

Comments
 (0)