diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:21:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:21:51 +0000 |
commit | 91bca9747428acd1a00a1638b9652a4e6ef7f454 (patch) | |
tree | 1bc49ab8726a7662bbe70c836030cef791f9fc79 /debian | |
parent | Merging upstream version 0.1.42. (diff) | |
download | debputy-91bca9747428acd1a00a1638b9652a4e6ef7f454.tar.xz debputy-91bca9747428acd1a00a1638b9652a4e6ef7f454.zip |
Adding debian version 0.1.42.debian/0.1.42
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cd0333f..f4b4c0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +debputy (0.1.42) unstable; urgency=medium + + * LSP/Lint: + - Fix exception on some syntax errors + - Add `X?-Ruby-Versions` as a known (obsolete) field + - Include the final line of context (`debputy lint`-only) + - Syntax check dependency relation fields + - Detect incorrect version operators in `Provides` + - Fix crash on package stanzas without `Package` field + - Flag usage of `|` in relationship fields that does not + support it + - Fix invalid ranges for some checks when using field comments + + -- Niels Thykier <niels@thykier.net> Sat, 06 Jul 2024 18:50:17 +0000 + debputy (0.1.41) unstable; urgency=medium * LSP/Lint: |