[polari/gnome-3-36] Bump version to 3.36.2



commit e4b9b72c5d5364d1934196b5dc970f7e5da7ec28
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Apr 30 01:25:54 2020 +0200

    Bump version to 3.36.2
    
    Update NEWS.

 NEWS                                         | 10 ++++++++++
 data/appdata/org.gnome.Polari.appdata.xml.in |  7 +++++++
 meson.build                                  |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 4c4060ab..a6eaedb2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.36.2 — “I've Seen More Meat in a Vegan Kitchen”
+=================================================
+* Fix information leak when re-using account IDs [Florian; #132]
+
+Contributors:
+  Florian Müllner
+
+Translators:
+  Cheng-Chia Tseng [zh_TW], Emin Tufan Çetin [tr]
+
 3.36.1
 ======
 * Misc. cleanups [Florian; !150, !151]
diff --git a/data/appdata/org.gnome.Polari.appdata.xml.in b/data/appdata/org.gnome.Polari.appdata.xml.in
index c809339e..38fe669a 100644
--- a/data/appdata/org.gnome.Polari.appdata.xml.in
+++ b/data/appdata/org.gnome.Polari.appdata.xml.in
@@ -55,6 +55,13 @@
   </kudos>
   <translation type="gettext">polari</translation>
   <releases>
+    <release version="3.36.2" date="2020-04-30">
+      <description>
+        <p>
+          Fix an information leak when re-using account IDs.
+        </p>
+      </description>
+    </release>
     <release version="3.36.1" date="2020-03-31"/>
     <release version="3.36.0" date="2020-03-07">
       <description>
diff --git a/meson.build b/meson.build
index 80cfd315..76a2a162 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('polari', 'c',
-  version: '3.36.1',
+  version: '3.36.2',
   meson_version: '>= 0.51.0',
   license: 'GPL2+'
 )


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