[polari] Bump version to 3.37.1



commit 897d9eddf8816ab624cac293e6e8e4e29822dc48
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Apr 30 01:13:55 2020 +0200

    Bump version to 3.37.1
    
    Update NEWS.

 NEWS                                         | 14 ++++++++++++++
 data/appdata/org.gnome.Polari.appdata.xml.in | 13 ++++++++++++-
 meson.build                                  |  2 +-
 3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7e4cdbb4..f1f86d48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.37.1
+======
+* Add the ability to mute nicknames [Florian; !153]
+* Fix information leak when re-using account IDs [Florian; #132]
+* Misc. bug fixes and cleanups [Florian; !150, !151, !155, !156]
+
+Contributors:
+  Florian Müllner
+
+Translators:
+  Daniel Korostil [uk], Daniel Șerbănescu [ro], Cheng-Chia Tseng [zh_TW],
+  Yuri Chornoivan [uk], Mingcong Bai [zh_CN], Danial Behzadi [fa],
+  Daniel Mustieles [es], Emin Tufan Çetin [tr]
+
 3.36.0 — “Very Macho Homosexual Camper”
 =======================================
 * Fix URL previews in flatpak [Florian; !147]
diff --git a/data/appdata/org.gnome.Polari.appdata.xml.in b/data/appdata/org.gnome.Polari.appdata.xml.in
index 523dc209..5a040260 100644
--- a/data/appdata/org.gnome.Polari.appdata.xml.in
+++ b/data/appdata/org.gnome.Polari.appdata.xml.in
@@ -55,7 +55,18 @@
   </kudos>
   <translation type="gettext">polari</translation>
   <releases>
-    <release version="3.37.0" type="development" date="2020-03-31"/>
+    <release version="3.37.1" type="development" date="2020-03-31">
+      <description>
+        <p>
+          The first 3.38 development release brings some improvements
+          and fixes:
+          <ul>
+            <li>Add the ability to mute nicknames</li>
+            <li>Fix information leak when re-using account IDs</li>
+          </ul>
+        </p>
+      </description>
+    </release>
   </releases>
   <content_rating type="oars-1.1">
     <content_attribute id="social-chat">intense</content_attribute>
diff --git a/meson.build b/meson.build
index 49f18ff8..27382758 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('polari', 'c',
-  version: '3.37.0',
+  version: '3.37.1',
   meson_version: '>= 0.51.0',
   license: 'GPL2+'
 )


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