Skip to content

Commit

Permalink
Release version 4.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laenion committed Apr 12, 2024
1 parent be1a00a commit 828980d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ transactional-update NEWS -- history of user-visible changes.

Copyright (C) 2016-2023 Thorsten Kukuk, Ignaz Forster et al.

Version 4.6.5 (2024-04-12)
* Rework soft-reboot support introduced in 4.6.0:
* On transactional systems with systemd 254 the system could hang with with
a soft-reboot, as /var and /etc have to be mounted in /run/nextroot
explicitly. As a soft-reboot can also be triggered by an admin the
mounting of the corresponding mount points was moved to a systemd service
to be independent of t-u itself.
* Support for systemd 255
* Don't decrease reboot level on multiple commands
* Various other bugfixes
* soft-reboot support is disabled by default now to gather more feedback
* libtukit: Fix kexec reboot method to boot kernel / initrd of next snapshot
* tukit: Don't clone lock file handle on exec [boo#1222411]
* t-u: Always use zypper of installed system [bsc#1221346]
* t-u: Remove remaining telemetrics references

Version 4.6.0 (2024-03-04)
* tukit / t-u: Implement support for systemd soft-reboot, but needs package
manager support (provided by zypp-boot-plugin on openSUSE) to determine which
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(transactional-update, 4.6.0)
AC_INIT(transactional-update, 4.6.5)
# Increase on any interface change and reset revision
LIBTOOL_CURRENT=5
# On interface change increase if backwards compatible, reset otherwise
LIBTOOL_AGE=1
# Increase on *any* C/C++ library code change, reset at interface change
LIBTOOL_REVISION=1
LIBTOOL_REVISION=2
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([tukit.pc])
Expand Down

0 comments on commit 828980d

Please sign in to comment.