diff options
author | monsta <[email protected]> | 2016-06-20 16:54:24 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-06-20 16:54:24 +0300 |
commit | fe1c2de727c4c680cc2547cee0c42f3b0e54d9b1 (patch) | |
tree | 706377c56cec505d2e7e7a8af9e6df9240c09a14 | |
parent | 87a7e6290ac9dd5b5fac26d19a8ec8f559bcfc19 (diff) | |
download | mate-indicator-applet-1.14.tar.bz2 mate-indicator-applet-1.14.tar.xz |
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +1.14.1 + + * GTK+3: add support for new style indicators (loaded + from /usr/share/unity/indicators dir). It requires + libindicator >= 12.10 and libido >= 13.10. Support + for older versions of libindicator is left intact. + * GTK+3: allow indicators to receive mouse scroll event + 1.14.0 * GTK+3: fix a few deprecations diff --git a/configure.ac b/configure.ac index b5f08ab..b776849 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.14.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.14.1], [https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |