summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:43:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:43:21 +0000
commit4575939991576f975c46949b0cc575474bf2e14d (patch)
tree8870bc66e3eb88035a1676ba9e81520f439daf50 /debian/changelog
parentMerging upstream version 0.1.35. (diff)
downloaddebputy-4575939991576f975c46949b0cc575474bf2e14d.tar.xz
debputy-4575939991576f975c46949b0cc575474bf2e14d.zip
Adding debian version 0.1.35.debian/0.1.35
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c2f471d..2ee1567 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+debputy (0.1.35) unstable; urgency=medium
+
+ [ Niels Thykier ]
+ * Manifest:
+ - Fix inverted boolean logic causing `path-metadata` to reject matched
+ directories when it should have allowed the match.
+
+ * LSP/Lint:
+ - In regex based validation, ignore values with substvars to avoid
+ false positives.
+ - Fix typo in hover doc
+ - Fix two minor bugs (an out of bounds and None exception)
+ - Avoid double colon when completion YAML keys and there was already
+ a colon.
+ - Fix a bug where the YAML completion would not work properly if there was
+ any content on the line after the current line.
+
+
+ * debputy: Considerably reduce the output during package build by:
+ - Do not announce loading of bundled plugins
+ - Avoid unnecessary output related to installations (like search dir and
+ discard rules) for `rrr` integration mode.
+ - Reduce the log level to `warning` by default from info (other subcommands
+ still start on `info` level by default). In the `debhelper` integration
+ modes, `export DH_VERBOSE=1` will restore the `info` level logging.
+ - Guard some information (such as most commands being run) beyond info
+ logging.
+
+ [ Colin Watson ]
+ * LSP/Lint: Fix section for python3-zope.*
+
+ -- Niels Thykier <niels@thykier.net> Wed, 05 Jun 2024 17:33:57 +0000
+
debputy (0.1.34) unstable; urgency=medium
* LSP/Lint: