aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-26 21:11:57 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-26 23:43:17 +0300
commitc2761bae2236cfe920734e3eaea20b8d51521cbe (patch)
tree8785ea08ad75610d4854f1d7373a2837352750d3 /NEWS.rst
parentGitPkgCommitsCheck: fix files check (diff)
downloadpkgcheck-c2761bae2236cfe920734e3eaea20b8d51521cbe.tar.gz
pkgcheck-c2761bae2236cfe920734e3eaea20b8d51521cbe.tar.bz2
pkgcheck-c2761bae2236cfe920734e3eaea20b8d51521cbe.zip
release v0.10.11v0.10.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 251ad3c0..16fdadce 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,32 @@ Release Notes
=============
----------------------------
+pkgcheck 0.10.11 (2022-05-26)
+----------------------------
+
+- EclassReservedName and EbuildReservedName: new check for usage of function or
+ variable names which are reserved for the package manager by PMS (Arthur
+ Zamarin, #378)
+
+- UrlCheck: skip verification of URLs with an unknown protocol. Such issues are
+ already detected by DeadUrl (Michał Górny, #384)
+
+- PythonGHDistfileSuffix: new check for python packages which contain pypi
+ remote-id and fetch from GitHub should use ``.gh`` suffix for tarballs
+ (Michał Górny, #383)
+
+- MetadataUrlCheck: perform the check for the newest version instead of the
+ oldest (Michał Górny, #390)
+
+- InvalidRemoteID: new check for validity of remote-id in ``metadata.xml``
+ (Michał Górny, #387, #386)
+
+- Network checks: fixed filtering for latest versions (Michał Górny, #392)
+
+- Scan commits: fix ebuild parsing in old repo, fixing most of the checks done
+ by ``--commits`` mode (Arthur Zamarin, #393)
+
+----------------------------
pkgcheck 0.10.10 (2022-05-14)
----------------------------