summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2022-08-31 23:09:05 +0100
committerSimon McVittie <smcv@debian.org>2022-08-31 23:09:05 +0100
commitbc505bc9b363b3133cf3cc7761bebf6071839814 (patch)
treeefa2fbd3baf98a98c5352b94c2992b59031c9117
parentdfeaeeaa4e89dde25b268428ed8f6f08729d3404 (diff)
Release to unstabledebian/3.40.0-2
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 95741334..dacb3345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+glade (3.40.0-2) unstable; urgency=medium
+
+ * Team upload
+ * Disable gjs plugin on armel.
+ gjs itself is likely to be removed from armel in the near future
+ (see #1018076).
+ * Disable gjs plugin on big-endian powerpc/ppc64.
+ mozjs102 fails tests on these non-release architectures, so gjs will
+ soon stop being available there.
+ * d/rules, d/debug-test-failure: Show log on test failure.
+ Normally dh_auto_test would automatically show the log, but because
+ we're using a wrapper, the test does not have the expected filename.
+ * d/rules: Disable AT-SPI bridge during testing.
+ It seems that connecting to the accessibility bus frequently fails
+ during build-time testing, resulting in warnings that are sometimes
+ treated as fatal. This isn't core functionality for libglade, so
+ disable it.
+
+ -- Simon McVittie <smcv@debian.org> Wed, 31 Aug 2022 23:08:33 +0100
+
glade (3.40.0-1) unstable; urgency=medium
* Team upload