[gnome-applets] bump version to 3.36.0, update NEWS



commit a09c94d64db525790b17f10a848ef6f6ef09668d
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Mar 11 13:57:39 2020 +0200

    bump version to 3.36.0, update NEWS

 NEWS         | 11 +++++++++++
 configure.ac |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 00fab2790..b0710eba5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 3.36.0
+==============
+- Fix drag and drop issues in window-picker applet.
+- Fix memory leak in battstat applet.
+- Fix memory leak in geyes applet.
+- Port cpufreq applet to GDBus. (#2)
+- Fix crash removing window-buttons and window-title applets. (#6)
+- Add new themes for geyes applet. (!2)
+- Fix some build warnings.
+- Updated translations.
+
 Version 3.34.0
 ==============
 - No changes.
diff --git a/configure.ac b/configure.ac
index c26039fce..5fcba42c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Define version info
 dnl **************************************************************************
 
 m4_define([ga_major_version], [3])
-m4_define([ga_minor_version], [35])
+m4_define([ga_minor_version], [36])
 m4_define([ga_micro_version], [0])
 m4_define([ga_version], [ga_major_version.ga_minor_version.ga_micro_version])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]