diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-01-08 16:58:07 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2013-01-08 16:58:07 +1300 |
commit | 1f12196a71654c131ce7f9885fd9aa41755eec43 (patch) | |
tree | 1bf500cc8cfdb658fb834c67584ba0c70219bd04 | |
parent | 5619bd36ab6119e0d8446b8a937dce2ba257b87b (diff) | |
download | ayatana-indicator-bluetooth-1f12196a71654c131ce7f9885fd9aa41755eec43.tar.gz ayatana-indicator-bluetooth-1f12196a71654c131ce7f9885fd9aa41755eec43.tar.bz2 ayatana-indicator-bluetooth-1f12196a71654c131ce7f9885fd9aa41755eec43.zip |
Releasing 0.0.2
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 |