[gnome-software] Release version 3.15.90



commit 973e6f78ed7c2854723da0ad38a7eafe1f530e4c
Author: Richard Hughes <richard hughsie com>
Date:   Mon Feb 16 20:06:27 2015 +0000

    Release version 3.15.90

 RELEASE                                        |   14 +++-----------
 configure.ac                                   |    2 +-
 data/appdata/org.gnome.Software.appdata.xml.in |   14 ++++++++++++++
 po/POTFILES.in                                 |    1 +
 4 files changed, 19 insertions(+), 12 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 4d8c72d..3bfb0c9 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,22 +1,14 @@
 GNOME Software Release Notes
 
-1. Write NEWS entries for gnome-software in the same format as usual.
-
-Version 3.15.5
-~~~~~~~~~~~~~~
-Released: 2015-xx-xx
-
-* Translations:
-* New Features:
-* Bugfix:
+1. Write release entries:
 
 git log --format="%s" GNOME_SOFTWARE_3_15_4.. | grep -i -v trivial | grep -v Merge | uniq
 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.15.5"
-git tag -s GNOME_SOFTWARE_3_15_5 -m "==== Version 3.15.5 ===="
+git commit -a -m "Release version 3.15.90"
+git tag -s GNOME_SOFTWARE_3_15_90 -m "==== Version 3.15.90 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 94edd6f..efa96fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Copyright (C) 2010-2012 Richard Hughes <richard hughsie com>
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-software],[3.15.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
+AC_INIT([gnome-software],[3.15.90],[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 22477c0..ccc2f63 100644
--- a/data/appdata/org.gnome.Software.appdata.xml.in
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -31,6 +31,20 @@
    Use `date -d "2010-10-02" "+%s"` to get the timestamp.
   -->
   <releases>
+    <release version="3.15.90" timestamp="1424116753">
+      <description>
+        <p>This unstable release adds the following features:</p>
+        <ul>
+          <li>Add a new panel for displaying session service results</li>
+          <li>Add a new version of the Modify interface</li>
+          <li>Require AppData for all available packages</li>
+        </ul>
+        <p>This release fixes the following bug:</p>
+        <ul>
+          <li>Use the new mockups for the 3rd party source install dialogs</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.15.4" timestamp="1421625600">
       <description>
         <p>This unstable release adds the following features:</p>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2400b18..c577497 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -10,6 +10,7 @@ src/gs-app-addon-row.c
 src/gs-app-row.c
 src/gs-app-tile.c
 src/gs-category.c
+src/gs-dbus-helper.c
 [type: gettext/glade]src/gs-first-run-dialog.ui
 src/gs-feature-tile.c
 src/gs-history-dialog.c


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