Skip to content

Commit

Permalink
Release version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laenion committed Mar 4, 2024
1 parent f3822c3 commit 2d77e2b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@ transactional-update NEWS -- history of user-visible changes.

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

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
kind of reboot is required; the minimally required reboot method (soft-reboot,
kexec, full reboot) will be used automatically if enabled (see tukit.conf).
This deprecates the "kexec" reboot method in favour of automatic selection.
* tukit: Determine D-Bus availabilty via system socket instead of brute force
* tukit: Don't ignore return status of snapper - plugins can return an error
code now where tukit has to fail [gh#openSUSE/transactional-update#118] /
[poo#127169]
* tukit: Remove BTRFS dependencies in snapper backend, user snapper for
for everything directly. In theory this should support further file systems
such as bcachefs if they follow the same layout (untested).
* t-u: Add safety net before deleting overlays [boo#1217416]
* t-u: Remove telemetry support, the required packages haven't been in the
repository for quite some time as they were abandonned upstream.
* doc: Document option to use names in BINDDIRS array
* doc: Mention tukit.conf in t-u man page
* doc: Link Reboot.hpp as an officially supported API on the main page
* Code cleanup

Version 4.5.0 (2023-11-20)
* libtukit: Use permissions of real /etc when creating overlay
[bsc#1215878]
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.5.0)
AC_INIT(transactional-update, 4.6.0)
# 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=0
LIBTOOL_REVISION=1
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([tukit.pc])
Expand Down

0 comments on commit 2d77e2b

Please sign in to comment.