Update changelog
authorSimon McVittie <smcv@debian.org>
Sat, 14 May 2022 23:21:59 +0000 (00:21 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 14 May 2022 23:21:59 +0000 (00:21 +0100)
debian/changelog

index 63e33514e05a1d4762aec59776dcfe62da8c726e..0f81151e1f6e1c6b032a0485b9dd85a6c47d182d 100644 (file)
@@ -1,3 +1,21 @@
+gtk4 (4.6.4+ds-3) UNRELEASED; urgency=medium
+
+  * d/rules: Stop skipping ngl tests on big-endian machines.
+    The ngl renderer no longer exists: it was renamed to gl.
+  * d/rules, d/run-tests.sh: Move loop through backends into run-tests.sh.
+    This means that if an X11 test fails, we try the Wayland tests (if we
+    are running them at all) before failing the build.
+  * d/rules: Work around llvmpipe segfault by forcing softpipe on mipsel
+    for build-time tests. (Mitigates: #1010838)
+  * Move gi-docgen to Build-Depends-Indep.
+    We correctly disable the gi-docgen-generated documentation when only
+    building architecture-dependent packages.
+  * d/control.in: Drop build-dependencies that were only there for gi-docgen.
+    Now that we're using the packaged gi-docgen instead of the bundled copy,
+    there's no need to depend on its dependencies explicitly.
+
+ -- Simon McVittie <smcv@debian.org>  Sun, 15 May 2022 00:19:50 +0100
+
 gtk4 (4.6.4+ds-2) unstable; urgency=medium
 
   * Cherry-pick patch to fix pasting into the filechooser name field