[gnome-flashback] bump version to 3.32.0, update NEWS



commit 3dd159c787a0e87b9b84f3504b572ca164a4afd9
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun May 5 12:59:53 2019 +0300

    bump version to 3.32.0, update NEWS

 NEWS         | 14 ++++++++++++++
 configure.ac |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 447e400..6a53f41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 3.32.0
+==============
+- Fix deprecation warnings.
+- Fix crash in notifications module when removing monitor.
+- Fix crash in shell module when calling UngrabAccelerator with invalid action.
+- Remove workarounds module, no longer needed.
+- Update org.gnome.Mutter.DisplayConfig D-Bus interface.
+- Update org.gnome.Shell D-Bus interface.
+- Updated translations:
+  Alan Mortensen (da), Anders Jonsson (sv), Balázs Úr (hu),
+  Daniel Mustieles (es), Daniel Mustieles García (es), Kukuh Syafaat (id),
+  Марко М. Костић (sr), Marek Cernocky (cs), Matej Urbančič (sl),
+  Nathan Follens (nl), Rafael Fontenelle (pt_BR), Piotr Drąg (pl).
+
 Version 3.30.0
 ==============
 - Fix build warnings.
diff --git a/configure.ac b/configure.ac
index a92b40d..43a25bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Define version info
 dnl **************************************************************************
 
 m4_define([gf_major_version], [3])
-m4_define([gf_minor_version], [30])
+m4_define([gf_minor_version], [32])
 m4_define([gf_micro_version], [0])
 m4_define([gf_version], [gf_major_version.gf_minor_version.gf_micro_version])
 


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