diff options
author | CI bot <ps-jenkins@lists.canonical.com> | 2014-02-27 10:59:26 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-02-27 10:59:26 +0000 |
commit | 719f3d303fcb658e8ef3163ec95aaf7a2e2358cd (patch) | |
tree | 2a59794c3d6b5e505f4618a7fb393b3c11ed40f2 | |
parent | c8074804364bce7f5dd614c66130aa451b9aaf8b (diff) | |
download | ayatana-indicator-datetime-719f3d303fcb658e8ef3163ec95aaf7a2e2358cd.tar.gz ayatana-indicator-datetime-719f3d303fcb658e8ef3163ec95aaf7a2e2358cd.tar.bz2 ayatana-indicator-datetime-719f3d303fcb658e8ef3163ec95aaf7a2e2358cd.zip |
Releasing 13.10.0+14.04.20140227-0ubuntu1
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e284f78..248d4a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +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 ] |