diff options
| author | monsta <[email protected]> | 2018-05-05 12:54:57 +0300 | 
|---|---|---|
| committer | monsta <[email protected]> | 2018-05-05 12:57:13 +0300 | 
| commit | f5cf97810b4ffd0aec43aafc60c20bb00a2dc96a (patch) | |
| tree | 0d95b4c62f0971862e8cfcc5af33ec260c6662e5 | |
| parent | c9b16f32c8dd4bec34234d29273b42d563c0f7ea (diff) | |
| download | mate-panel-f5cf97810b4ffd0aec43aafc60c20bb00a2dc96a.tar.bz2 mate-panel-f5cf97810b4ffd0aec43aafc60c20bb00a2dc96a.tar.xz | |
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 8 insertions, 1 deletions
| @@ -1,3 +1,10 @@ +### mate-panel 1.18.9 + +  * Show drag handles on tasklist and tray area with all themes +    (limited to GTK+ 3.20/22) +  * Fix regression with panel autohiding after menubar is opened +  * clock: fix copy/paste error which caused use-after-free +  ### mate-panel 1.18.8    * get focus when displaying "applet broken" dialog diff --git a/configure.ac b/configure.ac index 71a8c5f5..318a5b99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.18.8], +AC_INIT([mate-panel], [1.18.9],  [https://github.com/mate-desktop/mate-panel/issues],      [mate-panel], [http://www.mate-desktop.org])  AC_CONFIG_HEADERS(config.h) | 
