[gnome-packagekit] Release version 3.32.0



commit 759b3dcf1718c86f01f7246ccbd26597da8feb2e
Author: Richard Hughes <richard hughsie com>
Date:   Fri Mar 8 12:09:58 2019 +0000

    Release version 3.32.0

 RELEASE                                              | 6 +++---
 data/appdata/org.gnome.PackageUpdater.appdata.xml.in | 8 ++++++++
 data/appdata/org.gnome.Packages.appdata.xml.in       | 8 ++++++++
 meson.build                                          | 2 +-
 4 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index fed115f2..0cb54f80 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,13 +2,13 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-packagekit in the same format as usual.
 
-git log --format="%s" GNOME_PACKAGEKIT_3_28_0.. | grep -i -v trivial | grep -v Merge | uniq
+git log --format="%s" GNOME_PACKAGEKIT_3_30_0.. | grep -i -v trivial | grep -v Merge | uniq
 Add any user visible changes into data/appdata/*.xml.in
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 3.30.0"
-git tag -s 3.30.0 -m "==== Version 3.30.0 ===="
+git commit -a -m "Release version 3.32.0"
+git tag -s 3.32.0 -m "==== Version 3.32.0 ===="
 <wait>
 git push --tags
 git push
diff --git a/data/appdata/org.gnome.PackageUpdater.appdata.xml.in 
b/data/appdata/org.gnome.PackageUpdater.appdata.xml.in
index e72fbbfc..f93c8ef9 100644
--- a/data/appdata/org.gnome.PackageUpdater.appdata.xml.in
+++ b/data/appdata/org.gnome.PackageUpdater.appdata.xml.in
@@ -24,6 +24,14 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2019-03-08" version="3.32.0">
+      <description>
+        <p>
+          This is the first stable release for GNOME 3.32 which updates several
+          translations and fixes some build issues.
+        </p>
+      </description>
+    </release>
     <release date="2018-09-04" version="3.30.0">
       <description>
         <p>
diff --git a/data/appdata/org.gnome.Packages.appdata.xml.in b/data/appdata/org.gnome.Packages.appdata.xml.in
index 11fb36ce..f9263002 100644
--- a/data/appdata/org.gnome.Packages.appdata.xml.in
+++ b/data/appdata/org.gnome.Packages.appdata.xml.in
@@ -27,6 +27,14 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2019-03-08" version="3.32.0">
+      <description>
+        <p>
+          This is the first stable release for GNOME 3.32 which updates several
+          translations and fixes some build issues.
+        </p>
+      </description>
+    </release>
     <release date="2018-09-04" version="3.30.0">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 87bd1d4b..1f357712 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 #
 # Licensed under the GNU General Public License Version 2 or later
 project('gnome-packagekit', 'c',
-  version : '3.30.0',
+  version : '3.32.0',
   default_options : ['warning_level=1'],
   meson_version : '>=0.46.0'
 )


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