aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index be62aef..3d28adb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libindicator (12.10.2+14.04.20140304-0ubuntu1) trusty; urgency=low
+
+ [ Marco Trevisan (Treviño) ]
+ * IndicatorImageHelper: always try to use a GIcon or the filename as
+ source of the GdkImage We don't need to fallback to pure pixbuf,
+ unless an indicator provided a custom icon that is not in the
+ current theme path. This helps a lot in reducing the Unity7 workload
+ as this decreases the cases where we need to encode the pixbuf
+ contents, send them via dbus to unity, encode them back, reload to a
+ new pixbuf... Also thanks to this, the library clients can load the
+ actual icon, scaled at the value they want. (LP: #784055)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 04 Mar 2014 10:58:35 +0000
+
libindicator (12.10.2+14.04.20140218-0ubuntu1) trusty; urgency=low
[ Marco Trevisan (Treviño) ]