diff --git a/NEWS b/NEWS index 0ccd086..b810c78 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ transactional-update NEWS -- history of user-visible changes. Copyright (C) 2016-2022 Thorsten Kukuk, Ignaz Forster et al. +Version 4.1.3 +* Suppress SELinux relabelling output in quiet mode +* Documentation readability improvements + Version 4.1.2 * Don't try to mount user mounts if they don't exist [boo#1207366] diff --git a/configure.ac b/configure.ac index fde4766..770dd96 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(transactional-update, 4.1.2) +AC_INIT(transactional-update, 4.1.3) # Increase on any interface change and reset revision LIBTOOL_CURRENT=4 # On interface change increase if backwards compatible, reset otherwise LIBTOOL_AGE=0 # Increase on *any* C/C++ library code change, reset at interface change -LIBTOOL_REVISION=2 +LIBTOOL_REVISION=3 AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_FILES([tukit.pc])