From b4e5a7748230544f4a84703a592885c77baa027c Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Tue, 24 Sep 2024 14:41:35 +0200 Subject: [PATCH] Release version 4.8.3 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d792e7a..b5163cf 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ transactional-update NEWS -- history of user-visible changes. Copyright (C) 2016-2024 Thorsten Kukuk, Ignaz Forster et al. +Version 4.8.3 (2024-09-24) +* Check return value of `register` command [bsc#1230901] + Version 4.8.2 (2024-09-16) * Allow specifying only low value with setup-kdump [bsc#1230537] diff --git a/configure.ac b/configure.ac index d78d48c..a2617db 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(transactional-update, 4.8.2) +AC_INIT(transactional-update, 4.8.3) # Increase on any interface change and reset revision LIBTOOL_CURRENT=6 # On interface change increase if backwards compatible, reset otherwise