Skip to content

Commit c2bdb9e

Browse files
committed
Version 0.20.0
1 parent 7ce779f commit c2bdb9e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== Version 0.20.0 (TBA)
1+
== Version 0.20.0 (beta release #9)
22

33
This release fully incorporates the incoming feature contributions that were made during the
44
preceding (0.19.x) beta period. It is anticipated that the next release will be a release
@@ -66,8 +66,8 @@ Changes:
6666
releases) has been renamed to "securebits", to match relevant Linux documentation (see
6767
capabilities(7)).
6868
* Building support for ioprio now requires the <linux/ioprio.h> header to be present on the
69-
system (note that ioprio support was previously unofficial).
70-
* The configure script allows specifying build variables containing spaces and shell
69+
system (note that ioprio support was considered in-development prior to this release).
70+
* The "configure" script allows specifying build variables containing spaces and shell
7171
metacharacters by quoting them using shell quoting rules. Note that such a value supplied
7272
on the configure command line must typically be doubly-quoted: once for the invoking shell,
7373
and then for processing by configure.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dinit
22

3-
v0.20.0pre
3+
v0.20.0
44

55
---
66
![Dinit logo](doc/dinit-logo.png)

build/version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Included from Makefiles.
2-
VERSION=0.20.0pre
2+
VERSION=0.20.0
33
MONTH=November
44
YEAR=2025

0 commit comments

Comments
 (0)