Skip to content

Commit 1be67c4

Browse files
committed
Update ChangeLog and bump version for v4.14 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 4f8dab7 commit 1be67c4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Finit], [4.14-rc1], [https://github.com/troglobit/finit/issues],
1+
AC_INIT([Finit], [4.14], [https://github.com/troglobit/finit/issues],
22
[finit], [https://troglobit.com/projects/finit/])
33
AC_CONFIG_AUX_DIR(aux)
44
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])

doc/ChangeLog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Change Log
44
All relevant changes are documented in this file.
55

66

7+
8+
[4.14][] - 2025-08-29
9+
---------------------
10+
11+
Minor bug fix release.
12+
13+
### Changes
14+
- Add exit status/signal info when a process dies, by Mattias Berthel
15+
- Extend `service kill:SEC` to support up to 300 sec.
16+
- Extend `norespawn` debug to cover `service_retry()`
17+
- Build *without* libsystemd replacement by default
18+
19+
### Fixes
20+
- Fix #449: ALSA plugin fail-to-build-from-source
21+
- Fix `sysv` stop command process environment, should be same as start
22+
- Fix state machine ordering issue: enter new config generation *after*
23+
services disabled in previous generation have been stopped
24+
25+
726
[4.13][] - 2025-07-10
827
---------------------
928

0 commit comments

Comments
 (0)