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



commit e2941334d2189eb9fcdaf9a13f054189dabc4c03
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Mon Mar 16 18:27:25 2020 +0200

    bump version to 3.36.0, update NEWS

 NEWS         | 10 ++++++++++
 configure.ac |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 470c848..47619b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 3.36.0
+==============
+- Save screenshot to clipboard when filename is empty.
+- Show password box on key presses. (#36)
+- Fix system indicators localisation. (#39)
+- Fix build with gettext 0.20+. (!25)
+- Add UsbProtection plugin to required components.
+- Disable screen locking without PAM configuration file. (#38)
+- Updated translations.
+
 Version 3.35.2
 ==============
 - Add Yaru as supported theme. (#31)
diff --git a/configure.ac b/configure.ac
index e9950bb..246d190 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Define version info
 dnl **************************************************************************
 
 m4_define([gf_major_version], [3])
-m4_define([gf_minor_version], [35])
-m4_define([gf_micro_version], [2])
+m4_define([gf_minor_version], [36])
+m4_define([gf_micro_version], [0])
 m4_define([gf_version], [gf_major_version.gf_minor_version.gf_micro_version])
 
 dnl **************************************************************************


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