[gnome-contacts/gnome-3-38] Release stable version 3.38.1



commit 570af2285b2af97b7aeb7218c4fa8a1408811ddf
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Nov 7 12:21:19 2020 +0100

    Release stable version 3.38.1

 data/org.gnome.Contacts.appdata.xml.in.in | 18 ++++++++++++++++++
 meson.build                               |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 59d95bf6..ed075b2f 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -26,6 +26,24 @@
   </screenshots>
 
   <releases>
+    <release date="2020-11-07" version="3.38.1">
+      <description>
+        <p>
+          Version 3.38.1 is a stable bugfix release in the 3.38.x series, with
+          the following changes:
+        </p>
+        <ul>
+          <li>Fix searching for a contact when Contacts hasn't started yet</li>
+          <li>
+            Fix for an issue where it was impossible to delete an address
+            when editing a contact
+          </li>
+          <li>Get rid of a minor error message when creating a contact</li>
+          <li>Building Contacts with telepathy integration is fixed</li>
+        </ul>
+        <p>This release also updates translations in several languages</p>
+      </description>
+    </release>
     <release date="2020-09-19" version="3.38">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 7eaeed89..a880304c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-contacts', [ 'vala', 'c' ],
-  version: '3.38',
+  version: '3.38.1',
   license: 'GPL2+',
   meson_version: '>= 0.50',
 )


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