[gnome-maps/gnome-3-36] Release 3.36.4.1



commit acf3af761c10cc1f9cfd59d0428aebab5dc5c29b
Author: Marcus Lundblad <ml update uu se>
Date:   Wed Oct 7 22:51:05 2020 +0200

    Release 3.36.4.1

 NEWS                               | 10 ++++++++++
 data/org.gnome.Maps.appdata.xml.in |  5 +++++
 meson.build                        |  2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index cd2894a9..53d3325a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.36.4.1 - Oct 7, 2020
+=========================
+
+Changes since 3.36.4
+- Fix a race-condition bug in search-as-you-type resulting in out-of-sync
+  search results in some circumstances
+
+All contributors to this release
+Marcus Lundblad <ml update uu se>
+
 3.36.4 - Jul 4, 2020
 =========================
 
diff --git a/data/org.gnome.Maps.appdata.xml.in b/data/org.gnome.Maps.appdata.xml.in
index 516a5c98..df4f254a 100644
--- a/data/org.gnome.Maps.appdata.xml.in
+++ b/data/org.gnome.Maps.appdata.xml.in
@@ -42,6 +42,11 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release date="2020-10-07" version="3.36.4.1">
+      <ul>
+        <li>Fix a race-condition bug in search-as-you-type resulting in out-of-sync search results in some 
circumstances</li>
+      </ul>
+    </release>
     <release date="2020-07-04" version="3.36.4">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index 0397a205..589c0797 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-maps', 'c',
-       version: '3.36.4',
+       version: '3.36.4.1',
        license: 'GPL2+'
 )
 


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