Skip to content

Commit 7cb9185

Browse files
committed
Update ChangeLog and bump version for v4.5-rc2
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 939ae02 commit 7cb9185

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.md

Lines changed: 2 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.5][] - 2023-09-14
7+
[4.5][] - 2023-09-15
88
--------------------
99

1010
### Changes
@@ -26,6 +26,7 @@ All relevant changes are documented in this file.
2626
hierarchy in `/etc/finit.d/`
2727
- The `runparts` code has been split into `/libexec/finit/runparts`
2828
- Add SysV Init Compatibility section to documentation
29+
- Increased MAX path for commands, and arguments: 64 -> 256
2930

3031
### Fixes
3132
- Fix #227: believed to have been fixed in [4.3][], the root cause was

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.5-rc1],[https://github.com/troglobit/finit/issues],[finit],[https://troglobit.com/projects/finit/])
1+
AC_INIT([Finit],[4.5-rc2],[https://github.com/troglobit/finit/issues],[finit],[https://troglobit.com/projects/finit/])
22
AC_CONFIG_AUX_DIR(aux)
33
AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])
44
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)