aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAutomatic PS uploader <ps-jenkins@lists.canonical.com>2013-09-13 15:16:38 +0000
committerAutomatic PS uploader <ps-jenkins@lists.canonical.com>2013-09-13 15:16:38 +0000
commit67f71fb0f277f1a4ad9f7551732cede667c2849c (patch)
tree33968dfe05b1f7a612bffbf9d8961529e07d4eb3 /debian
parent0c322f90f211943636eefd716b76e2536e8e91a5 (diff)
downloadayatana-indicator-datetime-67f71fb0f277f1a4ad9f7551732cede667c2849c.tar.gz
ayatana-indicator-datetime-67f71fb0f277f1a4ad9f7551732cede667c2849c.tar.bz2
ayatana-indicator-datetime-67f71fb0f277f1a4ad9f7551732cede667c2849c.zip
Releasing 13.10.0+13.10.20130913-0ubuntu1, based on r256
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d2bd251..03a19db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+indicator-datetime (13.10.0+13.10.20130913-0ubuntu1) saucy; urgency=low
+
+ [ Charles Kerr ]
+ * Make the EDS planner nonblocking. (LP: #1204532)
+ * Minor changes that eliminate unnecessary temporary strings.
+ * This change adds a GSettings* arg to the utils functions so that
+ they don't have to churn through temporary GSettings objects. These
+ functions are usually called in a loop, causing a lot of GSettings
+ temporaries, even though the calling code already has an instance
+ for that GSettings schema.
+ * name says it all; this branch is for improving indicator-datetime
+ test coverage.
+ * Remove code duplication between timezone-file and timezone-geoclue.
+ * Adds a title in the header's action state. (LP: #1223635)
+
+ [ Ted Gould ]
+ * Fix GeoClue signal handler to have proper prototype. (LP: #1195874)
+ * Protect against invalid begin or end dates. (LP: #1216263)
+
+ [ Ubuntu daily release ]
+ * Automatic snapshot from revision 256
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 13 Sep 2013 15:16:38 +0000
+
indicator-datetime (13.10.0+13.10.20130903-0ubuntu1) saucy; urgency=low
[ Jeremy Bicha ]