aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-09-20 11:22:17 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-09-20 11:22:17 -0500
commit3f6591ab927a4313f7623904a4a0d75533fa021f (patch)
treefcc6cb1b10b70af75586e374fc1c54877d813ca3
parentcf60516dfb380e4679fb929422988033f21436eb (diff)
downloadayatana-indicator-datetime-3f6591ab927a4313f7623904a4a0d75533fa021f.tar.gz
ayatana-indicator-datetime-3f6591ab927a4313f7623904a4a0d75533fa021f.tar.bz2
ayatana-indicator-datetime-3f6591ab927a4313f7623904a4a0d75533fa021f.zip
12.10.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b18731c..59376bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,18 @@
+12.10.1
+
+ - Gracefully handle clock skew (LP: #917236)
+ - Raise the version number of our EDS dependency (LP: #1024437)
+ - Fix X-Ubuntu-Gettext-Domain entries in the .desktop file (LP: #1048834)
+ - Remove unnecessary watching for geoclue address provider changes
+
12.10.0
- Support EDS 3.6's API (cyphermox)
-
- Apply an 'en space' between the date and time strings. (LP #749847)
lp:~bobowen/indicator-datetime/fix-for-749847
-
- Sort locations as spec'ed by https://wiki.ubuntu.com/TimeAndDate (LP #833325)
lp:~charlesk/indicator-datetime/lp-833325
-
- Fix a bug that caused location settings to be re-saved each 2 seconds
lp:~charlesk/indicator-datetime/unnecessary-saves
-
- Drop GTK+ 2 support
diff --git a/configure.ac b/configure.ac
index 81c4dbb..ce79611 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([indicator-datetime],
- [12.10.0],
+ [12.10.1],
[http://bugs.launchpad.net/indicator-datetime],
[indicator-datetime],
[http://launchpad.net/indicator-datetime])