diff options
author | Automatic PS uploader <ps-jenkins@lists.canonical.com> | 2013-06-19 13:05:51 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-06-19 13:05:51 +0000 |
commit | 7bd45482c87a3c89569d857707240ecbb6a1f5f9 (patch) | |
tree | e07505817269fd62cd949587990aacf7c2dd3cad | |
parent | 1b0f90ac82ae2443d075fdb6396bcb52ac64df5e (diff) | |
parent | 0bb928f44afc2f9f574ae123be444efe55891fea (diff) | |
download | libayatana-indicator-7bd45482c87a3c89569d857707240ecbb6a1f5f9.tar.gz libayatana-indicator-7bd45482c87a3c89569d857707240ecbb6a1f5f9.tar.bz2 libayatana-indicator-7bd45482c87a3c89569d857707240ecbb6a1f5f9.zip |
Releasing 12.10.2daily13.06.19.1-0ubuntu1 to ubuntu.
Approved by PS Jenkins bot.
-rw-r--r-- | debian/changelog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 75d0828..3259c0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +libindicator (12.10.2daily13.06.19.1-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * in indicator_ng_update_entry, unconditionally call set_label, + set_icon, set_accessible. Previously these were only called if the + respective fields weren't NULL, which made it impossible to, for + example, turn off a label or icon once it had been set. + + [ Ted Gould ] + * Remove the GTK2 version of the tools. + + [ Didier Roche ] + * Add missing conflicts/replaces + + [ Lars Uebernickel ] + * Merge lp:~larsu/new-indicator-file-format IndicatorNg: update + indicator file format The old file format had some shortcomings: (1) + It was impossible to efficiently reuse a menu for different + profiles, because the profile name was implicit in the object path. + The only way to do this was to export the same menu twice. Now, + object paths have to be set explicitly in the indicator file. (2) + The well-known dbus name of a service and the name of its service + file were similar but slightly different + (com.canonical.indicator.test vs com.canonical.test.indicator), + which caused some confusion on when to use which. Now, the file name + *is* the bus name, and the `BusName` key has been dropped. The new + file format is documented in README. + * Merge lp:~larsu/call-ido-init + * indicator-ng: properly fail when keyfile doesn't exist. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 499 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 19 Jun 2013 10:45:13 +0000 + libindicator (12.10.2daily13.06.07-0ubuntu1) saucy; urgency=low [ Ted Gould ] |