Skip to content

Commit

Permalink
Update ChangeLog and bump version for v4.7-rc1
Browse files Browse the repository at this point in the history
No more changes or fixes expected.

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 7, 2024
1 parent d5a5fff commit b00e739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ Change Log
All relevant changes are documented in this file.


[4.7][UNRELEASED]
[4.7][] - 2024-01-07
--------------------

### Changes
- Silence "not available" messages for run/task/service with `nowarn`
- Update docs, `cgroup.root` workaround for `SCHED_RR` tasks
- Mount `/dev/shm` with mode 1777 (sticky bit)
- Mount `/dev/mqueue` if available, inspiration from Alpine Linux
- Update Alpine Linux installer and configuration files, tested on
Alpine v3.19, some assembly still required

### Fixes
- Add missing `/var/tmp` and `/var/lock -> /run/lock` (tmpfiles.d)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Finit], [4.7-dev], [https://github.com/troglobit/finit/issues],
AC_INIT([Finit], [4.7-rc1], [https://github.com/troglobit/finit/issues],
[finit], [https://troglobit.com/projects/finit/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])
Expand Down

0 comments on commit b00e739

Please sign in to comment.