wtmpdb (0.73.0-3)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.74.0-1 > 0.73.0-3
- Git: https://salsa.debian.org/debian/wtmpdb.git
-
- Branch: debian/unstable
- Path: debian/changelog
- Repo size: 212992
- Browser: https://salsa.debian.org/debian/wtmpdb
- Last scan: 2025-09-05 03:06:18+00
- Next scan: 2025-09-11 05:22:00+00
- CI pipeline status: success
- Debian changelog in Git:
wtmpdb (0.74.0-1) UNRELEASED; urgency=medium
* New upstream version
- drop patch applied upstream
* d/watch: stop naming .gz download as .xz
-- Andrew Bower <andrew@bower.uk> Wed, 13 Aug 2025 10:50:16 +0100
- This branch is 8 commits ahead of tag debian/0.73.0-3
- Git log:
commit a7e3bd36bd868eceb277b5aac0f9389c6e5e786b
Author: Andrew Bower <andrew@bower.uk>
Date: Wed Aug 13 10:51:49 2025 +0100
placeholder changelog
commit 57e91ab6b81f733b5c352557c6975d97823496c1
Author: Andrew Bower <andrew@bower.uk>
Date: Wed Aug 13 10:49:25 2025 +0100
remove patch applied upstream
commit 60e7f2a6fbe452c78e702fdee615c2f7d0b03f70
Merge: e57b066 036238b
Author: Andrew Bower <andrew@bower.uk>
Date: Wed Aug 13 10:47:37 2025 +0100
Update upstream source from tag 'upstream/0.74.0'
Update to upstream version '0.74.0'
with Debian dir bdbc69e5276ad405c493af812a67b762ca6e6d16
commit 036238be5e599f196abeeca438b2bf3772f06a44
Merge: 78e8a08 2e93e77
Author: Andrew Bower <andrew@bower.uk>
Date: Wed Aug 13 10:47:32 2025 +0100
New upstream version 0.74.0
commit e57b06633719efe819893f7c32e6f58fe112b0de
Author: Andrew Bower <andrew@bower.uk>
Date: Wed Aug 13 10:46:44 2025 +0100
d/watch: stop naming .gz download as .xz
commit 2e93e77632b6a0d23d66ab7c0a8c103622bca544
Author: Thorsten Kukuk <kukuk@suse.com>
Date: Thu Apr 24 11:54:18 2025 +0200
Release version 0.74.0
commit dbe9ae03c266a5d7aa9cf82bcabf9f93539417b0
Author: Thorsten Kukuk <kukuk@suse.com>
Date: Wed Apr 23 15:34:52 2025 +0200
Fix varlink interface name (rebootmgr vs wtmpdb)
commit 8a09bf99d79b79e9b83aea704d0eb1b5de55e3ea
Author: Andrew Bower <andrew@bower.uk>
Date: Wed Apr 9 19:06:10 2025 +0100
import: match login by tty if non-zero pid does not match
The existing code matches a utmp logout entry to a login entry by the preferred
pid method if possible and then by tty if the pid is zero. This does not
correspond to some servers that record the logout with a different value in the
pid field, resulting in the logout times being recorded as 'crash'.