[polari] Bump version to 3.38.0



commit 9eef1b6890959e27180c52b52820ea81d3bba434
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Sep 17 16:55:23 2020 +0200

    Bump version to 3.38.0
    
    Update NEWS.

 NEWS                                         | 22 ++++++++++++++++++++++
 data/appdata/org.gnome.Polari.appdata.xml.in | 22 ++++------------------
 meson.build                                  |  4 ++--
 3 files changed, 28 insertions(+), 20 deletions(-)
---
diff --git a/NEWS b/NEWS
index da7868cd..b1219353 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.38.0 — “Wonder Woman in the Hizzy”
+======
+* Disable URL previews when on metered data [Florian; #149]
+* Misc. bug fixes and cleanups [Florian; #142]
+
+Contributors:
+  Jordi Mas i Hernandez, Andre Klapper, Jordi Mas, Florian Müllner,
+  Jwtiyar Nariman, Jordan Petridis
+
+Translators:
+  Tim Sabsch [de], Jordi Mas [ca], Fabio Tomat [fur], Aurimas Černius [lt],
+  Efstathios Iosifidis [el], Jwtiyar Nariman [ckb],
+  Asier Sarasua Garmendia [eu], Emin Tufan Çetin [tr], Fran Dieguez [gl],
+  Piotr Drąg [pl], Jiri Grönroos [fi], sicklylife [ja], Kukuh Syafaat [id],
+  Goran Vidović [hr], Thibault Martin [fr], Anders Jonsson [sv],
+  Boyuan Yang [zh_CN], Rafael Fontenelle [pt_BR], Nathan Follens [nl],
+  Marek Černocký [cs], Danial Behzadi [fa], Bruce Cowan [en_GB],
+  Марко Костић [sr], DaeHyun Sung [ko], Dušan Kazik [sk], Daniel Mustieles [es],
+  Balázs Meskó [hu], Milo Casagrande [it], Ask Hjorth Larsen [da],
+  Baurzhan Muftakhidinov [kk], Rūdolfs Mazurs [lv],
+  Juliano de Souza Camargo [pt], Cheng-Chia Tseng [zh_TW]
+
 3.37.3
 ======
 * Add WHOIS command [Roberto; !152]
diff --git a/data/appdata/org.gnome.Polari.appdata.xml.in b/data/appdata/org.gnome.Polari.appdata.xml.in
index 98d58786..3e5fa67d 100644
--- a/data/appdata/org.gnome.Polari.appdata.xml.in
+++ b/data/appdata/org.gnome.Polari.appdata.xml.in
@@ -55,28 +55,14 @@
   </kudos>
   <translation type="gettext">polari</translation>
   <releases>
-    <release version="3.37.3" type="development" date="2020-07-07">
+    <release version="3.38.0" date="2020-09-17">
       <description>
         <p>
-          Add WHOIS command.
-        </p>
-      </description>
-    </release>
-    <release version="3.37.2" type="development" date="2020-06-03">
-      <description>
-        <p>
-          Performance improvements while idle.
-        </p>
-      </description>
-    </release>
-    <release version="3.37.1" type="development" date="2020-03-31">
-      <description>
-        <p>
-          The first 3.38 development release brings some improvements
-          and fixes:
+          As always, GNOME 3.38 brings with it a branch new Polari release:
           <ul>
             <li>Add the ability to mute nicknames</li>
-            <li>Fix information leak when re-using account IDs</li>
+            <li>Add WHOIS command</li>
+            <li>Disable URL previews when on metered data</li>
           </ul>
         </p>
       </description>
diff --git a/meson.build b/meson.build
index 06e8df97..a7d345e3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('polari', 'c',
-  version: '3.37.3',
+  version: '3.38.0',
   meson_version: '>= 0.51.0',
   license: 'GPL2+'
 )
@@ -27,7 +27,7 @@ tpclientdir = join_paths(datadir, 'telepathy', 'clients')
 girdir = join_paths(pkgdatadir, 'gir-1.0')
 typelibdir = join_paths(pkglibdir, 'girepository-1.0')
 
-js_shell = find_program('js60', required: false)
+js_shell = find_program('js78', required: false)
 
 desktop_file_validate = find_program('desktop-file-validate', required: false)
 appstream_util = find_program('appstream-util', required: false)


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