diff --git a/Nagstamon/Config.py b/Nagstamon/Config.py index 4461138ff..1994efdaf 100644 --- a/Nagstamon/Config.py +++ b/Nagstamon/Config.py @@ -123,7 +123,7 @@ class AppInfo(object): contains app information previously located in GUI.py """ NAME = 'Nagstamon' - VERSION = '3.4rc1' + VERSION = '3.4.rc2' WEBSITE = 'https://nagstamon.ifw-dresden.de' COPYRIGHT = '©2008-2019 Henri Wahl et al.' COMMENTS = 'Nagios status monitor for your desktop' @@ -528,7 +528,7 @@ def LoadMultipleConfig(self, settingsdir, setting, configobj): settings[name].__setattr__(i[0], value) # if filename is still one of the non-URL-ones delete duplicate file - if settingsfile != '{0}_{1}.conf'.format(setting, quote(name)): + if settingsfile != '{0}_{1}.conf'.format(setting, quote(name, safe='')): self.delete_file(settingsdir, settingsfile) # set flag to store the settings via legacy adjustments self.save_config_after_urlencode = True @@ -666,7 +666,7 @@ def SaveMultipleConfig(self, settingsdir, setting): os.sep, settingsdir, setting, - quote(s))), + quote(s, safe=''))), 'w') as file: config.write(file) diff --git a/build/debian/changelog b/build/debian/changelog index 347c655fa..a3b95bda3 100644 --- a/build/debian/changelog +++ b/build/debian/changelog @@ -1,4 +1,4 @@ -nagstamon (3.4rc1) stable; urgency=low +nagstamon (3.4rc2) stable; urgency=low * New upstream - added multiple item selection and actions execution - added notification for OK state @@ -20,7 +20,7 @@ nagstamon (3.4rc1) stable; urgency=low - op5Monitor fixes - Sensu fixes --- Henri Wahl Mon, 2 Dec 2019 10:00:00 +0100 +-- Henri Wahl Sat, 7 Dec 2019 10:00:00 +0100 nagstamon (3.2.1) stable; urgency=low * New upstream