[gnome-boxes/release-gnome-41.3] Release 41.3




commit 46665d203fa44d3a352ac8b821fd5e108dbf02ab
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Jan 7 14:51:23 2022 +0100

    Release 41.3
    
    Signed-off-by: Felipe Borges <felipeborges gnome org>

 NEWS                                | 12 ++++++++++++
 data/org.gnome.Boxes.appdata.xml.in |  4 ++++
 meson.build                         |  2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index be499b2d..c68366f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+41.3 - 07 Jan, 2022
+===================
+
+Changes since 41.2
+
+  - Fix crash with absent storage volumes
+  - Go to display-view after importing a box
+
+All contributors to this release:
+
+Felipe Borges <felipeborges gnome org>
+
 41.2 - 03 Dec, 2021
 ===================
 
diff --git a/data/org.gnome.Boxes.appdata.xml.in b/data/org.gnome.Boxes.appdata.xml.in
index 06e2bd6c..f6ba4611 100644
--- a/data/org.gnome.Boxes.appdata.xml.in
+++ b/data/org.gnome.Boxes.appdata.xml.in
@@ -38,6 +38,10 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="41.3" date="2022-01-07">
+      <p>GNOME Boxes 41.3 provides additional improvements including a fix for a crash when the storage 
volume of a box is not accessible.</p>
+    </release>
+
     <release version="41.2" date="2021-12-03">
       <p>GNOME Boxes 41.2 provides additional improvements including a fix for the issue causing audio 
backend mismatch, and an issue when some users were unable to enable or disable 3D acceleration.</p>
     </release>
diff --git a/meson.build b/meson.build
index 2f81af0c..86e6febb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project ('gnome-boxes',
          ['vala', 'c'],
-         version: '41.2',
+         version: '41.3',
          license: 'LGPLv2+',
          meson_version: '>= 0.50.0',
 )


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