[gnome-maps/gnome-3-38] Release 3.38.1.1



commit 43d336bf192f9f5126b65aefae0e65178bad2f40
Author: Marcus Lundblad <ml update uu se>
Date:   Wed Oct 7 22:40:37 2020 +0200

    Release 3.38.1.1

 NEWS                               | 11 +++++++++++
 data/org.gnome.Maps.appdata.xml.in |  6 ++++++
 meson.build                        |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index a2fa82bc..0fcc1682 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.38.1.1 - Oct 7, 2020
+=========================
+
+Changes since 3.38.1
+ - Fix a race-condition bug in search-as-you-type resulting in out-of-sync
+   search results in some circumstances
+ - Fix updating missing details after editing a POI in OpenStreetMap
+
+All contributors to this release
+Marcus Lundblad <ml update uu se>
+
 3.38.1 - Oct 3, 2020
 =========================
 
diff --git a/data/org.gnome.Maps.appdata.xml.in b/data/org.gnome.Maps.appdata.xml.in
index f9703476..b09f5d9d 100644
--- a/data/org.gnome.Maps.appdata.xml.in
+++ b/data/org.gnome.Maps.appdata.xml.in
@@ -42,6 +42,12 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release date="2020-10-07" version="3.38.1.1">
+      <ul>
+        <li>Fix a race-condition bug in search-as-you-type resulting in out-of-sync search results in some 
circumstances</li>
+        <li>Fix updating missing details after editing a POI in OpenStreetMap</li>
+      </ul>
+    </release>
     <release date="2020-10-03" version="3.38.1">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index 3249c5fa..d4b61aa3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-maps', 'c',
-       version: '3.38.1',
+       version: '3.38.1.1',
        license: 'GPL2+'
 )
 


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