File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ transactional-update NEWS -- history of user-visible changes.
22
33Copyright (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+
510Version 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]
Original file line number Diff line number Diff line change 11dnl 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
45LIBTOOL_CURRENT=8
56# On interface change increase if backwards compatible, reset otherwise
You can’t perform that action at this time.
0 commit comments