Skip to content

Commit 4fe37f1

Browse files
committed
Release version 6.0.0
1 parent 4f45fd1 commit 4fe37f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ transactional-update NEWS -- history of user-visible changes.
22

33
Copyright (C) 2016-2025 Thorsten Kukuk, Ignaz Forster et al.
44

5+
Version 6.0.0 (2025-11-19)
6+
* Increase major version number to not break self-updates due to increased
7+
library version introduced in 5.5.0
8+
* t-u: Fix syntax error introduced in 5.5.1 [boo#1254253]
9+
510
Version 5.5.1 (2025-11-12)
611
* t-u: Fix hanging t-u process when files were changed in /var
712
* t-u: Don't ask for key import during self-update [bsc#1239721]

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([transactional-update],[5.5.1])
2+
# Semantic versioning, increase major version on incompatible interface change
3+
AC_INIT([transactional-update],[6.0.0])
34
# Increase on any interface change and reset revision
45
LIBTOOL_CURRENT=8
56
# On interface change increase if backwards compatible, reset otherwise

0 commit comments

Comments
 (0)