Skip to content

Commit

Permalink
Release version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laenion committed Nov 20, 2023
1 parent 15b524c commit ddc1265
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
16 changes: 15 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
transactional-update NEWS -- history of user-visible changes.

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

Version 4.5.0 (2023-11-20)
* libtukit: Use permissions of real /etc when creating overlay
[bsc#1215878]
* libtukit, tukit: Support "rollback" via library now
* tukitd: Implement Snapshot delete and rollback methods
* tukit: Check for missing arguments with "close" and "abort" commands
* t-u: Warn user when using "kdump" if it isn't configured to avoid
confusion with "setup-kdump" [boo#1215725]
* t-u: Abort if mkdumprd run is not successful
* t-u: Use defaut from config file if t-u is called without arguments
[gh#openSUSE/transactional-update#101]
* Improved README.md [gh#openSUSE/transactional-update#59] and API docs
* Code cleanup

Version 4.4.0
* t-u: Introduce setup-fips command [jsc#SMO-194]
Expand Down
8 changes: 4 additions & 4 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.4.0)
AC_INIT(transactional-update, 4.5.0)
# Increase on any interface change and reset revision
LIBTOOL_CURRENT=4
LIBTOOL_CURRENT=5
# On interface change increase if backwards compatible, reset otherwise
LIBTOOL_AGE=0
LIBTOOL_AGE=1
# Increase on *any* C/C++ library code change, reset at interface change
LIBTOOL_REVISION=7
LIBTOOL_REVISION=0
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([tukit.pc])
Expand Down

0 comments on commit ddc1265

Please sign in to comment.