aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-01-08 16:58:07 +1300
committerRobert Ancell <robert.ancell@canonical.com>2013-01-08 16:58:07 +1300
commit1f12196a71654c131ce7f9885fd9aa41755eec43 (patch)
tree1bf500cc8cfdb658fb834c67584ba0c70219bd04
parent5619bd36ab6119e0d8446b8a937dce2ba257b87b (diff)
downloadayatana-indicator-bluetooth-1f12196a71654c131ce7f9885fd9aa41755eec43.tar.gz
ayatana-indicator-bluetooth-1f12196a71654c131ce7f9885fd9aa41755eec43.tar.bz2
ayatana-indicator-bluetooth-1f12196a71654c131ce7f9885fd9aa41755eec43.zip
Releasing 0.0.2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cbc40c..a3c7163 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in indicator-bluetooth 0.0.2
+
+ * Stop feedback loop when settings changed outside of indicator
+ * Implement disconnecting from devices
+ * Add accessible description
+ * Hide devices without controls
+ * Change enable label to match design
+ * Added translations
+
Overview of changes in indicator-bluetooth 0.0.1
* First release
diff --git a/configure.ac b/configure.ac
index f430bd2..48cdfe3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(indicator-bluetooth, 0.0.1)
+AC_INIT(indicator-bluetooth, 0.0.2)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE