Path to this page:
Subject: CVS commit: pkgsrc/sysutils/bkt
From: pin
Date: 2023-08-28 10:18:51
Message id: 20230828081851.75E21FBDB@cvs.NetBSD.org
Log Message:
sysutils/bkt: update to 0.7.0
What's Changed
- stdout/stderr are now streamed as the subprocess is executing, rather than
output only once the subprocess completes (#43).
- NotFound errors during cleanup are now ignored (#42).
- Improved error handling for malformed executables (#37).
API Changes
- New methods Bkt::retrieve_streaming and Bkt::refresh_streaming have been
added for library users that want to stream output, however these methods
are subject to change and should be treated as experimental.
Files: