diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-16 17:14:11 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-16 17:14:11 -0500 |
commit | 057066be640199a41e166343852f523f97e3c5d3 (patch) | |
tree | 6b4a2783e1e63ca15a1f70e915bb967f2fcb38b6 /debian | |
parent | 42b338cdced3f34d719ffda6108818df2e85a84b (diff) | |
parent | 973eb0a480c0c0905fe344230c78d2653661416a (diff) | |
download | ayatana-indicator-datetime-057066be640199a41e166343852f523f97e3c5d3.tar.gz ayatana-indicator-datetime-057066be640199a41e166343852f523f97e3c5d3.tar.bz2 ayatana-indicator-datetime-057066be640199a41e166343852f523f97e3c5d3.zip |
sync with trunk
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 43 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 44 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 918b53c..fc74793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +indicator-datetime (13.10.0+13.10.20131016.2-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Remove the g_error() call that caused an abort() in the call to + on_name_lost() in our bus handler. (LP: #1238737) + + [ Didier Roche ] + * remove invalid click recommends and downgrade to Suggests + + [ Ubuntu daily release ] + * Automatic snapshot from revision 274 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 16 Oct 2013 15:30:10 +0000 + +indicator-datetime (13.10.0+13.10.20131016-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * Use the Unity Mobile icon name for the alarm clock icon. + * cache our internal GTimeZone instead of constantly re-creating it. + (LP: #1238043) + * Changes the phone profile's "Clock" menuitem in two ways: 1. instead + of using a stock icon, try to use the clock app's icon. 2. when + clicked, launch the clock app. (LP: #1227106) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 271 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 16 Oct 2013 02:35:10 +0000 + +indicator-datetime (13.10.0+13.10.20131011-0ubuntu1) saucy; urgency=low + + [ Charles Kerr ] + * start tracking failure-to-connect-to-bus errors on indicator- + datetime. (LP: #1227519) + * When an unsupported date format is being used, improve the error + message to also include the unsupported date format so that users + can include it in their bug reports. (LP: #1196059) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 267 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 11 Oct 2013 04:27:40 +0000 + indicator-datetime (13.10.0+13.10.20131004-0ubuntu1) saucy; urgency=low [ Charles Kerr ] diff --git a/debian/control b/debian/control index 0815e1b..548f7b0 100644 --- a/debian/control +++ b/debian/control @@ -42,6 +42,7 @@ Depends: ${shlibs:Depends}, Recommends: indicator-applet | indicator-renderer, evolution-data-server, gnome-control-center-datetime | ubuntu-system-settings, +Suggests: click, Conflicts: indicator-datetime (<< 13.10.0) Replaces: indicator-datetime (<< 13.10.0) Description: Simple clock |