aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e69de29..b18731c 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,15 @@
+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 e4c1c26..e8b3eb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([indicator-datetime],
- [0.3.94],
+ [12.10.0],
[http://bugs.launchpad.net/indicator-datetime],
[indicator-datetime],
[http://launchpad.net/indicator-datetime])