From 0979e6056745efe4bdfbcd1b31ef7546c367838f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 16 Mar 2023 13:16:02 +0000 Subject: [PATCH] 0.11.1 Signed-off-by: Philip Withnall --- NEWS | 18 ++++++++++++++++++ ...reedesktop.MalcontentControl.appdata.xml.in | 8 ++++++++ meson.build | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fa7b8f5..7e7a121 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Overview of changes in malcontent 0.11.1 +======================================== + +* Bugs fixed: + - !147 0.11.0 + - !148 build: Switch to Meson’s gnome.post_install function + - !149 po: add Georgian translation + - !150 Update Hungarian translation + - !151 Update Hindi (hi) translation + - !152 doc: Add Turkish Translation + +* Translation updates: + - Georgian (NorwayFun) + - Hindi (Hemish) + - Hungarian (Balázs Úr) + - Turkish (Sabri Unal) + + Overview of changes in malcontent 0.11.0 ======================================== diff --git a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in index c966936..e8b27fd 100644 --- a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in +++ b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in @@ -44,6 +44,14 @@ malcontent + + +

This is a stable release with the following changes:

+
    +
  • Translation updates
  • +
+
+

This is a stable release with the following changes:

diff --git a/meson.build b/meson.build index d6f65bf..038dd35 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('malcontent', 'c', - version : '0.11.0', + version : '0.11.1', meson_version : '>= 0.59.0', license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'], default_options : [