2011-10-30 16:17:35 +05:30
|
|
|
libxbps:
|
2012-10-18 14:09:51 +05:30
|
|
|
- transaction: avoid fetching the whole pkg when updating and only fetch
|
|
|
|
modified files from target pkg.
|
2019-06-16 00:12:32 +05:30
|
|
|
- transaction: split fetch part to xbps_transaction_fetch().
|
|
|
|
- transaction: check for obsoletes exactly once, via xbps_transaction_prepare().
|
|
|
|
- transaction: check for free space in all affected top-level dirs.
|
|
|
|
- transaction: check all pkg top-level dirs to see if they are writable.
|
|
|
|
|
|
|
|
xbps-*:
|
|
|
|
- Document exit codes.
|
2011-10-30 16:17:35 +05:30
|
|
|
|
2012-10-18 14:09:51 +05:30
|
|
|
xbps-create:
|
|
|
|
- Move all configuration files to <prefix>/share/<pkgname>/conf/<cffile>.
|
|
|
|
- Add -i --installed option to create binpkg from an installed version.
|
|
|
|
|
2019-06-16 00:12:32 +05:30
|
|
|
xbps-fetch:
|
|
|
|
- stdout support
|
|
|
|
- configurable libfetch timeout
|
|
|
|
- configurable number of connection retries
|
|
|
|
|
|
|
|
xbps-digest:
|
|
|
|
- blake2b support
|
2011-10-30 16:17:35 +05:30
|
|
|
|
2019-06-16 00:12:32 +05:30
|
|
|
Issues listed at https://github.com/void-linux/xbps/issues
|