diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-03-21 13:13:23 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-03-21 13:13:23 -0500 |
commit | 006e75bc144bba5062aa5897fec1949d3dc85ce6 (patch) | |
tree | 7f5f9f4b136b9335bc516ca1a6431668200c1b82 /debian/changelog | |
parent | 43196aeedad8604615de338f32d596e9a47fc51b (diff) | |
parent | d148c14f072a3bd30c410a0d97a9a6bdc3bc465b (diff) | |
download | ayatana-indicator-datetime-006e75bc144bba5062aa5897fec1949d3dc85ce6.tar.gz ayatana-indicator-datetime-006e75bc144bba5062aa5897fec1949d3dc85ce6.tar.bz2 ayatana-indicator-datetime-006e75bc144bba5062aa5897fec1949d3dc85ce6.zip |
sync with trunk
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c5fa440..09f58b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +indicator-datetime (13.10.0+14.04.20140321-0ubuntu1) trusty; urgency=low + + [ Charles Kerr ] + * If we notify_notification_show() fails, we shouldn't play the alarm + sound. The alarm sound loops until the user dismisses it, which will + never happen if we can't talk to unity-notiifications. So the + outcome in this error case is that the alarm plays forever and can't + be dismissed by the user. (LP: #1295237) + * Add debug logging of what capabilities the notification server said + it supports. (LP: #1295271) + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 21 Mar 2014 05:23:04 +0000 + indicator-datetime (13.10.0+14.04.20140314.1-0ubuntu1) trusty; urgency=low [ Charles Kerr ] |