[gnome-software] Release version 3.13.90



commit c11ce71e5cc4445515f00b91e88f8f7345c37c02
Author: Richard Hughes <richard hughsie com>
Date:   Tue Aug 19 10:32:41 2014 +0100

    Release version 3.13.90

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 RELEASE      |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 43 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index d381762..138d434 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Version 3.13.90
+~~~~~~~~~~~~~~~
+Released: 2014-08-19
+
+* Translations:
+ - Updated Finnish translation (Lasse Liehu)
+ - Updated Greek translation (Tom Tryfonidis)
+ - Updated Lithuanian translation (Aurimas Černius)
+ - Updated Lithuanian translation (Aurimas Černius)
+ - Updated Ukrainian translation (Daniel Korostil)
+ - Updated zh_CN translation (irisgyq)
+
+* New Features:
+ - Add a few more non-gnome games to the random list (Kalev Lember)
+ - Add HighContrast icons (Kalev Lember)
+ - Implement getting popular apps from a specific category (Kalev Lember)
+ - Show popular games as a separate section in the landing page (Kalev Lember)
+ - Show the star ratings in more places (Kalev Lember)
+ - Suggest applications if other apps from the same source package are installed (Richard Hughes)
+
+* Bugfix:
+ - Add icon directory to theme search path. (William Hua)
+ - Avoid a visible redraw when switching to the updates page (Kalev Lember)
+ - Change the recommended apps category each day (Kalev Lember)
+ - Do not fail to start when there is no network (Richard Hughes)
+ - Drop deprecated use of stock icons (Kalev Lember)
+ - Drop the use of deprecated margin-left/right (Kalev Lember)
+ - Fix displaying screenshots of fonts, which do not have predictable sizes (Richard Hughes)
+ - Fix the details layout when a package has a long licence string (Richard Hughes)
+ - Make the category view sidebar match the mockup more closely (Elad Alfassa)
+ - Move install button to a more prominent place (Kalev Lember)
+ - Never reuse a GCancellable to prevent a crash (Richard Hughes)
+ - Refresh the details page after remove confirmation dialog (Kalev Lember)
+ - Show a different message when downloading updates (Richard Hughes)
+ - Update help strings for command line arguments (Kalev Lember)
+ - Use CSS for tile styling (Kalev Lember)
+ - Use GQueue for the back entry (Kalev Lember)
+
 Version 3.13.4
 ~~~~~~~~~~~~~~
 Released: 2014-07-23
diff --git a/RELEASE b/RELEASE
index f510ab7..6daf2a7 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,8 +2,8 @@ GNOME Software Release Notes
 
 1. Write NEWS entries for gnome-software in the same format as usual.
 
-Version 3.13.5
-~~~~~~~~~~~~~~
+Version 3.13.90
+~~~~~~~~~~~~~~~
 Released: 2014-xx-xx
 
 * Translations:
@@ -14,8 +14,8 @@ git log --format=" - %s (%an)" GNOME_SOFTWARE_3_13_4.. | grep -i -v trivial | gr
 
 3. Commit changes in gnome-software git:
 
-git commit -a -m "Release version 3.13.5"
-git tag -s GNOME_SOFTWARE_3_13_5 -m "==== Version 3.13.5 ===="
+git commit -a -m "Release version 3.13.90"
+git tag -s GNOME_SOFTWARE_3_13_90 -m "==== Version 3.13.90 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 7c7438f..a24c9a3 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.13.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
+AC_INIT([gnome-software],[3.13.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])
 AC_CONFIG_HEADERS([config.h])


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