diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 13:22:08 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 13:22:08 -0500 |
commit | 8028b594369055a3d6ca6577009993d4cf2e58c1 (patch) | |
tree | 405542900c5ba445ad68550a145a4823e68c206a /configure.ac | |
parent | 27c56bd90ab38a79d5eca970b7ba4dca2652c01a (diff) | |
parent | ab9c66b70627b1ed5843fabd7259d631acb8d116 (diff) | |
download | ayatana-indicator-datetime-8028b594369055a3d6ca6577009993d4cf2e58c1.tar.gz ayatana-indicator-datetime-8028b594369055a3d6ca6577009993d4cf2e58c1.tar.bz2 ayatana-indicator-datetime-8028b594369055a3d6ca6577009993d4cf2e58c1.zip |
New upstream release.
∘ Add language and proper distro version to geonames URL to allow
for proper server side fixes
∘ Give full day events the day name instead of a time
∘ Make sure the calendar follows the user setting (LP: #748772)
∘ Ensure that events handle month boundaries correctly (LP: #746713)
∘ Only show calendars the user has configured (LP: #729033)
∘ Reenable clicking on the timezone in the menu to set it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b932e56..6c62342 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.2.1, ted@canonical.com) +AC_INIT(indicator-datetime, 0.2.2, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-datetime, 0.2.1) +AM_INIT_AUTOMAKE(indicator-datetime, 0.2.2) AM_MAINTAINER_MODE |