File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ transactional-update NEWS -- history of user-visible changes.
22
33Copyright (C) 2016-2025 Thorsten Kukuk, Ignaz Forster et al.
44
5+ Version 5.0.7 (2025-07-21)
6+ * Add sysext compatibility [bsc#1246140]
7+ * Fix soft-reboot with btrfs subvolume based /etc
8+ * Sync /etc layers also on soft-reboot
9+ * Bind mount /run/systemd/journal to allow log calls
10+ [gh#openSUSE/transactional-update#149]
11+ * Use rootlesskit instead of fakeroot for tests
12+ * Small coding style fixes
13+
514Version 5.0.6 (2025-07-09)
615* Fix missing x-initrd.mount in fstab on migration [boo#1246139]
716 When migrating overlayfs based /etc to btrfs subvolumes, then the
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
2- AC_INIT ( [ transactional-update] ,[ 5.0.6 ] )
2+ AC_INIT ( [ transactional-update] ,[ 5.0.7 ] )
33# Increase on any interface change and reset revision
44LIBTOOL_CURRENT=6
55# On interface change increase if backwards compatible, reset otherwise
66LIBTOOL_AGE=2
77# Increase on *any* C/C++ library code change, reset at interface change
8- LIBTOOL_REVISION=8
8+ LIBTOOL_REVISION=9
99AC_CANONICAL_TARGET
1010AM_INIT_AUTOMAKE ( [ foreign] )
1111AC_CONFIG_FILES ( [ tukit.pc] )
You can’t perform that action at this time.
0 commit comments