diff options
author | Didier Roche <didier.roche@canonical.com> | 2012-09-20 18:35:06 +0200 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2012-09-20 18:35:06 +0200 |
commit | 52099c2fe93e72a86e5f6a742582d1110aab5eff (patch) | |
tree | d773fcd48ab54f65e9ccce0e06aae4a1f923869b /ChangeLog | |
parent | ed02493a8c6534f1aaf76e005100ad7be7820891 (diff) | |
parent | 3f6591ab927a4313f7623904a4a0d75533fa021f (diff) | |
download | ayatana-indicator-datetime-52099c2fe93e72a86e5f6a742582d1110aab5eff.tar.gz ayatana-indicator-datetime-52099c2fe93e72a86e5f6a742582d1110aab5eff.tar.bz2 ayatana-indicator-datetime-52099c2fe93e72a86e5f6a742582d1110aab5eff.zip |
Import upstream version 12.10.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 64 |
1 files changed, 64 insertions, 0 deletions
@@ -1,5 +1,69 @@ # Generated by Makefile. Do not edit. +2012-09-20 Charles Kerr <charles.kerr@canonical.com> + + 12.10.1 + +2012-09-20 Charles Kerr <charles.kerr@canonical.com> + + When clock skew is detected, rebuild the date/time labels.. Fixes: https://bugs.launchpad.net/bugs/917236. Approved by jenkins, Lars Uebernickel. + +2012-09-20 Charles Kerr <charles.kerr@canonical.com> + + copyediting: typo tweak + +2012-09-20 Charles Kerr <charles.kerr@canonical.com> + + Fix r190 typo. Yet another reminder to drink my morning coffee /before/ pushing. + +2012-09-20 Charles Kerr <charles.kerr@canonical.com> + + for SKEW_DIFF_THRESHOLD_SEC and SKEW_CHECK_INTERVAL_SEC, use #define instead of enum + +2012-09-20 Charles Kerr <charles.kerr@canonical.com> + + move declaration of SKEW_CHECK_INTERVAL_SEC and SKEW_DIFF_THRESHOLD_SEC to the top of the file. + +2012-09-19 Charles Kerr <charles.kerr@canonical.com> + + clocks don't skew very often, so let's reduce the frequency that we test for this. + +2012-09-19 Charles Kerr <charles.kerr@canonical.com> + + in datetime-service, add a seconds timer that watches for clock skew and rebuilds the labels when it finds it + +2012-09-19 Charles Kerr <charles.kerr@canonical.com> + + rename 'timer' as 'day_timer' to make room in the namespace for a second timer + +2012-09-19 Charles Kerr <charles.kerr@canonical.com> + + update all of the indicator's labels when the menu's visibility changes to true + +2012-09-13 Ted Gould <ted@gould.cx> + + No longer watch if the address provider changes. Approved by Charles Kerr, jenkins. + +2012-09-12 Ted Gould <ted@gould.cx> + + Stop watching the address provider change, we don't really care + +2012-09-11 Ken VanDine <ken.vandine@canonical.com> + + Removed stray lines from the desktop file, it's causing duplicate X-Ubuntu-Gettext-Domain to get added. (LP: #1048834). Fixes: https://bugs.launchpad.net/bugs/1048834. Approved by Omer Akram. + +2012-09-11 Ken VanDine <ken.vandine@canonical.com> + + Removed stray lines from the desktop file, it's causing duplicate X-Ubuntu-Gettext-Domain to get added. (LP: #1048834) + +2012-07-24 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-datetime/bump-eds-requirement to sync configure.ac's EDS version requirement with the EDS API level being used in the code + +2012-07-13 Charles Kerr <charles.kerr@canonical.com> + + bump eds, ical requirements to reflect new API use + 2012-07-12 Charles Kerr <charles.kerr@canonical.com> bump version to 12.10.0 |