Skip to content

Commit b4c8339

Browse files
committed
Release version 5.0.7
1 parent d08313b commit b4c8339

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ transactional-update NEWS -- history of user-visible changes.
22

33
Copyright (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+
514
Version 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

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
dnl 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
44
LIBTOOL_CURRENT=6
55
# On interface change increase if backwards compatible, reset otherwise
66
LIBTOOL_AGE=2
77
# Increase on *any* C/C++ library code change, reset at interface change
8-
LIBTOOL_REVISION=8
8+
LIBTOOL_REVISION=9
99
AC_CANONICAL_TARGET
1010
AM_INIT_AUTOMAKE([foreign])
1111
AC_CONFIG_FILES([tukit.pc])

0 commit comments

Comments
 (0)