[gnome-boxes/start-new-dev-cycle: 2/2] appdata: Add "release" tag



commit c39721ed1f60828b91b0533b9e79fe5f8e46a538
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Mar 29 12:28:23 2019 +0100

    appdata: Add "release" tag
    
    The appdata validation is now more strict, and requires the addition
    of the <release> tag.
    
    Lets ship the 3.32.0.2 release notes for now.
    
    See https://github.com/hughsie/appstream-glib/pull/296

 data/org.gnome.Boxes.appdata.xml.in | 41 +++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
---
diff --git a/data/org.gnome.Boxes.appdata.xml.in b/data/org.gnome.Boxes.appdata.xml.in
index 17635d1b..db8731cd 100644
--- a/data/org.gnome.Boxes.appdata.xml.in
+++ b/data/org.gnome.Boxes.appdata.xml.in
@@ -40,6 +40,47 @@
       
<image>https://gitlab.gnome.org/GNOME/gnome-boxes-logos/raw/master/screenshots/06-downloading.png</image>
     </screenshot>
   </screenshots>
+  <releases>
+   <release version="3.32.0.2" date="2019-03-29">
+     <description>
+        <p>Boxes 3.32.0.2 is the latest stable version of GNOME Boxes, and it
+          contains all the features introduced since our 3.30 release. Some
+          notable improvements include:
+        </p>
+        <ul>
+          <li>A new application icon</li>
+          <li>Folder Sharing support for Flatpak</li>
+          <li>Change the default machine type to "q35", allowing for better support
+            of PCI-E passthrough, using emulation of the ICH9 host chipset. The
+            "q35" machine-type privides some advanced features, such as native
+            PCI-E hotplug, Intel IOMMU, faster SATA emulation, and secure boot</li>
+          <li>Remove the AppMenu, as a part of the GNOME initiative to move these
+            options into the application window</li>
+          <li>Create new network interfaces for cloned machines. This way clones
+            don't have conflicting MAC addresses</li>
+          <li>Populate the recommended downloads list from a static file. This
+            allows distributors of Boxes to curate their own list</li>
+          <li>Various search improvements in the "Download an OS" page</li>
+          <li>Track and react to "disconnect" events from VNC and RDP remote
+            machines</li>
+          <li>Introduce SSH support. Boxes can now be used as an SSH client.</li>
+          <li>Enable 3D acceleration using the Virgl renderer for operating systems
+            that are known to support it</li>
+          <li>Attach USB tablet devices only for operating systems that are known
+            to support it</li>
+          <li>Default all input devices to use PS2 input bus</li>
+          <li>Use "host-passphrough" as default CPU mode, for maximum virtualization
+            performance
+          </li>
+          <li>Propagate the system's default input source to the newly created VMs, so
+            express-installs can have a consistent keyboard layout with their host</li>
+          <li>Perform passwordless express-installations only for operating systems
+            known to support it</li>
+          <li>Support express-installs for Ubuntu guests</li>
+        </ul>
+      </description>>
+    </release>
+  </releases>
   <kudos>
     <kudo>AppMenu</kudo>
     <kudo>HiDpiIcon</kudo>


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