summaryrefslogtreecommitdiff
path: root/debian
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2021-06-01 21:22:30 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2021-06-01 21:56:56 +0200
commit69c308e849e04cb89d2b9a99ec27a596c2ab1e92 (patch)
treec0515212d435c79901b3221c790a42a0fe0de301 /debian
parent36a9879167db8aac6a8be09b9f99cccc93b52c3e (diff)
New upstream release
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog39
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ffea45d55..a31fe6c6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,42 @@
+unity (7.5.1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ * IntrospectionData: Keep Get() const as it should be.
+ The builder is now invalid but unreffing will happne in the destructor
+ * ResultRendererTile: Use proper casting to GdkPixbuf for drag icon
+ * CompizUtils: Add missing iostream include
+ * FileManager: Support timestamps and parent windows and implement for GNOME.
+ Finally implement org.gnome.Nautilus.FileOperations2 so we can get rid
+ of using our ubuntu patch in nautilus https://trello.com/c/ZVKL0Loz
+ * ApplicationManager: Add ability to get window properties.
+ A simple way to get properties through bamf, so that we don't have
+ to compute the atom ourselves.
+ * ApplicationManager: Add function to find a window by an (unique) property.
+ This is relevant for unique property values, otherwise we'd just return
+ the firs window matching it.
+ * GnomeFileManager: Use upstream OpenWindowsWithLocations.
+ Find nautilus application windows by their unique GTK window object path
+ using the application manager, in this way we can drop the support to
+ the ubuntu-only XUbuntuOpenLocationsXids property.
+ As per this, recommends an higher version of nautilus.
+ * VolumeLauncherIcons: Hide shadowed mounts
+ * TestSoftwareCenterLauncherIcon: Expose proper virtual function.
+ Compiler seems to be confused by using a base class implementation,
+ so let's just point to the class one and leave it figure out which
+ implementation to use at runtime.
+ * TestGtkIconInfo: Ignore icons that gtk can't find.
+ We still ensure that we've tested various, so the test is still valid
+ * TestResultRenderer: Use a freedesktop icon for the test.
+ So we can be sure that a theme will provide it
+ * tests/dummy-xorg-test-runner.sh: Do not delete log files on failure
+ * LauncherController: Move GetLastIconPriority into a private impl header.
+ Being a template it must be defined for all its customers, so expose it
+ to the test.
+ Fixes linking issue on s390x.
+ * tests/test_text_input: Initialize previews style
+
+ -- Marco Trevisan (Treviño) <marco@ubuntu.com> Tue, 01 Jun 2021 21:56:27 +0200
+
unity (7.5.0+20.04.20200312-0ubuntu1) focal; urgency=medium
[ Khurshid Alam ]