aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-08-31 01:49:54 -0400
committerB. Watson <urchlay@slackware.uk>2026-08-31 01:49:54 -0400
commit97fa708ecc14ca8a2136b586b7eca113b7020fd3 (patch)
tree1edf6b390ce24cef554ba6f73a527602eaac6755 /NEWS
parent2b3e9b84ad566f3c45d2628b6f9114ba70751b25 (diff)
downloadsbo-maintainer-tools-97fa708ecc14ca8a2136b586b7eca113b7020fd3.tar.gz
sbopkglint: improve library path checking for .pc files.HEAD0.9.8master
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b87e09c..92c9532 100644
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,22 @@ user-visible changes between releases.
New in 0.9.8:
=============
+
+sbolint:
- Python hashed URL check now catches pypi.python.org, too.
- Python hashed URL check demoted to a note (too many of them in
the repo currently).
- Icon cache check now catches gtk-update-icon-cache in doinst.sh,
even if it's not called by its full path.
+sbopkglint:
+- .pc files containing relative paths are handled better.
+- .pc files can now have /usr/lib*/gcc/*-slackware-linux/ as
+ library paths. This is unusual but harmless thing for a .pc
+ file to do.
+- .pc files can now have /lib or /lib64 as library paths, even
+ if the package doesn't contain either dir.
+
New in 0.9.7.1:
===============