Skip to content

Commit

Permalink
Version 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Dec 15, 2024
1 parent 39c3047 commit 8d50235
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
== Version 0.19.2 (beta release #6)

This beta release contains minor bugfixes compared to the prior release. It does not contain
various feature changes that be released in version 0.20.0 in due course.

Thanks to current sponsors: Paweł Zmarzły (pzmarzly), Wesley Moore (wezm),
M. Herdiansyah (konimex), Coleman McFarland (dontlaugh), q66, saolof, and private sponsors.

Fixes:
* Fix bad formatting of line number in error message when a service fails to load (Jami Kettunen).
* Fix endianness issue leading to errors from dinitctl for some commands on big-endian systems
(q66).
* Fix dinitcheck not being able to find dependency directories ("waits-for.d" etc) if specified
via relative path.
* Dependency directories (as specified by "waits-for.d" and similar) are, if relative, now
resolved against the file containing the setting, rather than the base service description
file. It is recommended to use absolute paths for all other applicable settings.

== Version 0.19.1 (beta release #5)

This is a fifth beta release, containing important bugfixes compared to the prior release.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dinit

v0.19.1
v0.19.2

---
![Dinit logo](doc/dinit-logo.png)
Expand Down
4 changes: 2 additions & 2 deletions build/version.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Included from Makefiles.
VERSION=0.19.1
MONTH=October
VERSION=0.19.2
MONTH=December
YEAR=2024

0 comments on commit 8d50235

Please sign in to comment.