diff --git a/NEWS b/NEWS index 20f4b58e..aa3ba4c5 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ xbps-0.18 (???): + * While reconfiguring packages do not flush pkgdb unless it's necessary. + + * While unpacking files from binpkg also check if any symlink has been + modified, if true unpack it. If an entry has no changes and file mode + or uid/gid differs apply new perms and mode from new pkg. + * When registering a pkg to pkgdb make sure to remove unneeded meta objs from its pkg dictionary. Also add a check to xbps-bin(8) to remove those objects if found.