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



commit 9fa242a3c649f2339701b7e7c05ee11a9df64ac8
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat May 2 15:06:27 2020 +0300

    bump version to 3.37.1, update NEWS

 NEWS         | 17 +++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b0710eba5..aef4c861c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 3.37.1
+==============
+- Don't close desktop window. (#15)
+- Fix "Pause timer" menu item accelerator. (#16)
+- Fix XML namespace URI in svg icons.
+- Fix invalid icon size warning from command applet.
+- Fix memory leak in cpufreq applet. (gnome-panel#21)
+- Fix possible crash in command applet. (gnome-panel#23)
+- Fix critical warnings from window-picker applet.
+- Fix icon name for mini-commander applet.
+- Fix charpick applet.
+- Fix regression in window-picker applet.
+- Fix netspeed wireless status icon size.
+- Fix build problems.
+- Port applets to new library.
+- Updated translations.
+
 Version 3.36.0
 ==============
 - Fix drag and drop issues in window-picker applet.
diff --git a/configure.ac b/configure.ac
index e5e816da8..edecf3f7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl **************************************************************************
 
 m4_define([ga_major_version], [3])
 m4_define([ga_minor_version], [37])
-m4_define([ga_micro_version], [0])
+m4_define([ga_micro_version], [1])
 m4_define([ga_version], [ga_major_version.ga_minor_version.ga_micro_version])
 
 dnl **************************************************************************


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