aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog76
1 files changed, 76 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 097df7e..09f58b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,79 @@
+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 ]
+ * When the user clicks on a date in the calendar, update the "Upcoming
+ Events" section to show events starting at that date. (LP: #1290169)
+ * Don't use EDS if we're in the greeter. (LP: #1256130)
+ * Don't show the "Add Event..." button if the calendar app can't be
+ found. (LP: #1250632)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 14 Mar 2014 17:37:32 +0000
+
+indicator-datetime (13.10.0+14.04.20140311.1-0ubuntu1) trusty; urgency=low
+
+ [ Lars Uebernickel ]
+ * add desktop_lockscreen profile
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 11 Mar 2014 18:16:48 +0000
+
+indicator-datetime (13.10.0+14.04.20140227.1-0ubuntu1) trusty; urgency=low
+
+ [ Charles Kerr ]
+ * When the notification engine is notify-osd, use bubble notifications
+ instead of the phone's snap decisions. (LP: #1283142)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 27 Feb 2014 18:44:10 +0000
+
+indicator-datetime (13.10.0+14.04.20140227-0ubuntu1) trusty; urgency=low
+
+ [ Charles Kerr ]
+ * Don't log E_CLIENT_ERROR_NOT_SUPPORTED errors returned by
+ e_cal_client_get_attachment_uris() -- we can silently interpret that
+ as 'no attachments' (LP: #1285212)
+ * DateTime::format(), don't pass NULL to a std::string's assignment
+ operator (LP: #1285243)
+ * In EdsPlanner's get_appointments(), sort 'em before returning them
+ to the caller. (LP: #1285249)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 27 Feb 2014 10:59:26 +0000
+
+indicator-datetime (13.10.0+14.04.20140225-0ubuntu1) trusty; urgency=low
+
+ [ Charles Kerr ]
+ * Test the EClient's color hint string for NULL before passing it to a
+ std::string constructor. (LP: #1283834)
+ * Test the EDS component summary for NULL before using it in a
+ std::string. (LP: #1280341)
+ * In the alarms menu, don't let iterations of recurring events drown
+ out everything else.
+ * Fix g_assert_if_reached() in EdsPlanner::on_source_enabled(). (LP:
+ #1283610)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 25 Feb 2014 16:58:43 +0000
+
+indicator-datetime (13.10.0+14.04.20140219.1-0ubuntu1) trusty; urgency=low
+
+ [ Charles Kerr ]
+ * support for ubuntu-clock-app's alarms (LP: #1233176)
+
+ [ Ted Gould ]
+ * Adding acceptance tests and merge review policies
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 19 Feb 2014 18:02:43 +0000
+
indicator-datetime (13.10.0+14.04.20140217-0ubuntu1) trusty; urgency=low
[ Robert Ancell ]