diff options
-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]) |