diff options
author | CI bot <ps-jenkins@lists.canonical.com> | 2014-03-21 05:23:04 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-03-21 05:23:04 +0000 |
commit | d148c14f072a3bd30c410a0d97a9a6bdc3bc465b (patch) | |
tree | f24a4b41b2dc895f931b21a04b4a150342ae6723 /debian | |
parent | c776ee03735adb18dfa2720f6fdfe8c66a2ef0f6 (diff) | |
download | ayatana-indicator-datetime-d148c14f072a3bd30c410a0d97a9a6bdc3bc465b.tar.gz ayatana-indicator-datetime-d148c14f072a3bd30c410a0d97a9a6bdc3bc465b.tar.bz2 ayatana-indicator-datetime-d148c14f072a3bd30c410a0d97a9a6bdc3bc465b.zip |
Releasing 13.10.0+14.04.20140321-0ubuntu1
Diffstat (limited to 'debian')
-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 ] |