aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-10-04 08:09:42 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-10-04 08:09:42 -0500
commitafa16b907401ab78c34bd8adf93a21a4f5072ec1 (patch)
tree51a002df48586e2a95e145ad2ba73c987b753b66
parentf1c8a718fe10143ad64f7df6d59b60a514b3f6a1 (diff)
downloadayatana-indicator-datetime-afa16b907401ab78c34bd8adf93a21a4f5072ec1.tar.gz
ayatana-indicator-datetime-afa16b907401ab78c34bd8adf93a21a4f5072ec1.tar.bz2
ayatana-indicator-datetime-afa16b907401ab78c34bd8adf93a21a4f5072ec1.zip
12.10.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 59376bb..41fec0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,13 @@
-12.10.1
+12.10.2
+ - Fix 12.10.0 appointment calendar regression. (LP: #1060263)
+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
diff --git a/configure.ac b/configure.ac
index e975192..6b34706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([indicator-datetime],
- [12.10.1],
+ [12.10.2],
[http://bugs.launchpad.net/indicator-datetime],
[indicator-datetime],
[http://launchpad.net/indicator-datetime])