Skip to content

Commit a73e02a

Browse files
committed
Minor fixups
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent a3c5dfd commit a73e02a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

ChangeLog.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,32 @@ All relevant changes are documented in this file.
88
---------------------
99

1010
> [!NOTE]
11-
> The release where we introduce a bare bones `libsystemd` replacement
12-
> with an `systemd/sd-daemon.h` include file. Other features are the
13-
> `reload:script` and `stop:script`, mimicking ExecReload and ExecStop
14-
> in systemd.
11+
12+
> This release introduce a bare bones `libsystemd` replacement with an
13+
> `<systemd/sd-daemon>.h` include file. Other systemd features are the
14+
> `reload:script` and `stop:script`, mimicking ExecReload and ExecStop.
1515
1616
### Changes
17-
- Support for `stop:'script [args]'` to stop a sysv/service instead of
18-
the common `foo-stop-start.sh stop`, or `SIGTERM`, issue #412
19-
- New `tmpfiles` new stand-alone program, refactored from the existing
17+
- New `tmpfiles` stand-alone program, refactored from the existing
2018
tmpfiles.d support in Finit, by Aaron Andersen, PR #439
2119
- All `notify:systemd` services now log with `logit` by default. This
22-
because it now supports systemd style log severity, leading `<NUM>`
20+
because it supports systemd style log severity, leading `"<NUM>"`
2321
- Support for quoted arguments to run/task/service options, issue #441
2422
- Clear command line arguments after bootstrap, issue #442
23+
- Support for `stop:'script [args]'` to stop a sysv/service instead of
24+
the common `foo-stop-start.sh stop`, or `SIGTERM`, issue #412
2525
- Support for `reload:'script [args]'` to trigger a configuration
2626
reload in a service, issue #446
2727

2828
### Fixes
2929
- Fix #437: buffer overflow in `initctl status`
3030
- Fix #438: support very long command lines in `initctl ps/top`
31-
- Fix #440: broken systemd readiness notification — Finit now supports
32-
proper abstract sockets for systemd and a pipe for s6 notification
31+
- Fix #440: broken systemd and s6 readiness notification
3332
- Fix #443: build warnings, by Ming Liu, Atlas Copco
3433
- Fix #444: handle loooooong arguments, by Aaron Andersen
3534
- Fix service's redirected stdout/stderr log priority in fallback mode,
3635
when neither `logger` or `logit` is available. This fix also checks
37-
for systemd style log severity, leading `<NUM>` in log messages
36+
for systemd style log severity, leading `"<NUM>"` in log messages
3837
- Ensure API socket used by `initctl` is non-blocking (event loop)
3938

4039

0 commit comments

Comments
 (0)