Skip to content

Commit b897c62

Browse files
committed
Update ChangeLog and bump version for 4.13-rc1
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 6c133e8 commit b897c62

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
All relevant changes are documented in this file.
55

66

7-
[4.13][UNRELEASED]
7+
[4.13][] - 2025-07-10
88
---------------------
99

1010
> [!NOTE]
@@ -16,6 +16,8 @@ All relevant changes are documented in this file.
1616
- Drop xz tarballs from distribution, gzip is good enough
1717
- New `tmpfiles` stand-alone program, refactored from the existing
1818
tmpfiles.d support in Finit, by Aaron Andersen, PR #439
19+
- `--remove` command runs only the `r` and `R` rules
20+
- `--create` is used for all other cases (bootstrap)
1921
- All `notify:systemd` services now log with `logit` by default. This
2022
because it supports systemd style log severity, leading `"<NUM>"`
2123
- Support for quoted arguments to run/task/service options, issue #441

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.13-beta1], [https://github.com/troglobit/finit/issues],
1+
AC_INIT([Finit], [4.13-rc1], [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])

0 commit comments

Comments
 (0)