[gnome-software] Release version 3.15.2



commit d049ecfb5faa7a20514cd2596f936e65cbfc15ca
Author: Richard Hughes <richard hughsie com>
Date:   Mon Nov 24 15:16:44 2014 +0000

    Release version 3.15.2

 NEWS         |   23 +++++++++++++++++++++++
 RELEASE      |    6 +++---
 configure.ac |    2 +-
 3 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index ab5911e..0c5d15a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Version 3.15.2
+~~~~~~~~~~~~~~
+Released: 2014-11-24
+
+* Translations:
+ - Added Kazakh translation (Baurzhan Muftakhidinov)
+ - Updated Portuguese translation (Duarte Loreto)
+ - Updated Swedish translation (Mattias Eriksson)
+
+* New Features:
+ - Add the origin as a keyword if it's not the majority source (Richard Hughes)
+ - Show a blurred low-resolution screenshot while loading the HiDPI one (Richard Hughes)
+ - Support the LOCAL AppStream icon type (Richard Hughes)
+
+* Bugfix:
+ - Do not fail to get popular apps if the AppStream data is invalid (Richard Hughes)
+ - Do not show a random white line above the star rating widget (Richard Hughes)
+ - Don't issue a critical warning for invalid URIs in the metadata (Richard Hughes)
+ - Don't show empty app boxes if no popular results are available (Richard Hughes)
+ - Don't try to download local web-app icons (Richard Hughes)
+ - Fix screenshot loading with --details (Kalev Lember)
+ - Use blue stars for the user-ratings rather than yellow/gold (Richard Hughes)
+
 Version 3.14.1
 ~~~~~~~~~~~~~~
 Released: 2014-10-13
diff --git a/RELEASE b/RELEASE
index 4bbe1c1..a675b26 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ GNOME Software Release Notes
 
 1. Write NEWS entries for gnome-software in the same format as usual.
 
-Version 3.14.2
+Version 3.15.2
 ~~~~~~~~~~~~~~
 Released: 2014-xx-xx
 
@@ -14,8 +14,8 @@ git log --format=" - %s (%an)" GNOME_SOFTWARE_3_14_1.. | grep -i -v trivial | gr
 
 3. Commit changes in gnome-software git:
 
-git commit -a -m "Release version 3.14.2"
-git tag -s GNOME_SOFTWARE_3_14_2 -m "==== Version 3.14.2 ===="
+git commit -a -m "Release version 3.15.2"
+git tag -s GNOME_SOFTWARE_3_15_2 -m "==== Version 3.15.2 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 4f1557d..ac92add 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.14.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
+AC_INIT([gnome-software],[3.15.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])
 AC_CONFIG_HEADERS([config.h])


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