Skip to content

Commit

Permalink
Release version 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laenion committed Jul 4, 2024
1 parent 05c8b51 commit 5f0ea08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
transactional-update NEWS -- history of user-visible changes.

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

Version 4.7.0 (2024-07-04)
* Add plugin mechanism
It's now possible to hook into API functions with custom plugins; see
doc/tukit-plugins.md for details.
[gh#openSUSE/transactional-update#122]
* Fix missing libdir replacement for status command

Version 4.6.8 (2024-05-07)
* tukit: Properly handle overlay syncing failures: If the system would not be
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.6.8)
AC_INIT(transactional-update, 4.7.0)
# Increase on any interface change and reset revision
LIBTOOL_CURRENT=5
LIBTOOL_CURRENT=6
# On interface change increase if backwards compatible, reset otherwise
LIBTOOL_AGE=1
LIBTOOL_AGE=2
# Increase on *any* C/C++ library code change, reset at interface change
LIBTOOL_REVISION=3
LIBTOOL_REVISION=0
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([tukit.pc])
Expand Down

0 comments on commit 5f0ea08

Please sign in to comment.