diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-09-19 10:40:00 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-09-19 10:40:00 -0500 |
commit | 341548e8c8de7daa53536661ff0cb7dd0ac986d3 (patch) | |
tree | 10b66edb51c2507341ba861d93555746ddff2328 | |
parent | 667fbafcfaf6c5368cf201ea7a435bc7ad5a4188 (diff) | |
download | libayatana-indicator-341548e8c8de7daa53536661ff0cb7dd0ac986d3.tar.gz libayatana-indicator-341548e8c8de7daa53536661ff0cb7dd0ac986d3.tar.bz2 libayatana-indicator-341548e8c8de7daa53536661ff0cb7dd0ac986d3.zip |
12.10.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +12.10.1 + + - merge lp:~charlesk/libindicator/lp-1045372 to remove the 'cloak' + code that caused libreoffice's menubars in unity to be greyed + out after opening any dialog or switching windows (lp: 1045372) + 12.10.0 - merge lp:~evgeni/libindicator/multiarch-same-devheaders so that we diff --git a/configure.ac b/configure.ac index fd14287..6c34ad0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libindicator], - [12.10.0], + [12.10.1], [http://bugs.launchpad.net/libindicator], [libindicator], [http://launchpad.net/libindicator]) |