[gnome-software] Release version 3.23.2



commit 9813c608c8b1be2eacb9e4bda7215012a059b969
Author: Richard Hughes <richard hughsie com>
Date:   Mon Nov 21 14:20:17 2016 +0000

    Release version 3.23.2

 RELEASE                                        |    4 +-
 configure.ac                                   |    2 +-
 data/appdata/org.gnome.Software.appdata.xml.in |   27 ++++++++++++++++++++++++
 3 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 2532e81..c5c618a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -7,8 +7,8 @@ Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
 
 3. Commit changes in gnome-software git:
 
-git commit -a -m "Release version 3.23.1"
-git tag -s GNOME_SOFTWARE_3_23_1 -m "==== Version 3.23.1 ===="
+git commit -a -m "Release version 3.23.2"
+git tag -s GNOME_SOFTWARE_3_23_2 -m "==== Version 3.23.2 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index ca54387..f92ffb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Copyright (C) 2010-2015 Richard Hughes <richard hughsie com>
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-software],[3.23.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
+AC_INIT([gnome-software],[3.23.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar serial-tests foreign])
 AC_CONFIG_HEADERS([config.h])
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
index b1b24c4..5fa4825 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -46,6 +46,33 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2016-11-21" version="3.23.2">
+      <description>
+        <p>
+          This is an unstable release in the 3.23 development series,
+          with the following improvements:
+        </p>
+        <ul>
+          <li>Add a setting for downloading updates on metered connections</li>
+          <li>Add content rating interface for games</li>
+          <li>Add support for pending updates that are applied on demand</li>
+          <li>Add support for the flatpak DefaultBranch feature</li>
+          <li>Allow showing an application review without a display name</li>
+          <li>Convert the modal failure dialogs to in-app notifications</li>
+          <li>Switch to using the ODRS server hosted by GNOME</li>
+        </ul>
+        <p>The following bugs are also fixed:</p>
+        <ul>
+          <li>Always get the newest screenshot for GNOME Shell extensions</li>
+          <li>Avoid redownloading the same screenshots for different images</li>
+          <li>Don't download updates when low on power</li>
+          <li>Fix the growth in memory usage for every search request</li>
+          <li>Never show a 'back' button when showing search results</li>
+          <li>Show the search bar when the user does ctrl+f</li>
+        </ul>
+        <p>This release also updates translations.</p>
+      </description>
+    </release>
     <release date="2016-11-07" version="3.22.2">
       <description>
         <p>This stable release fixes the following bugs:</p>


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