[gnome-software] Release version 3.15.4
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Release version 3.15.4
- Date: Mon, 19 Jan 2015 10:00:09 +0000 (UTC)
commit 6e42d6184766380f4f87b9fa1a027f8a9529a0a9
Author: Richard Hughes <richard hughsie com>
Date: Mon Jan 19 09:59:47 2015 +0000
Release version 3.15.4
NEWS | 35 +++++++++++++++++++++++++++++++++++
RELEASE | 8 ++++----
configure.ac | 2 +-
3 files changed, 40 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0c5d15a..4399da7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Version 3.15.4
+~~~~~~~~~~~~~~
+Released: 2015-01-19
+
+* Translations:
+ - Added Romanian Translation (Daniel Șerbănescu)
+ - Add Esperanto translation (Kristjan SCHMIDT)
+ - Updated Basque language (Inaki Larranaga Murgoitio)
+ - Updated Brazilian Portuguese translation (Rafael Ferreira)
+ - Updated Czech translation (Marek Černocký)
+ - Updated Finnish translation (Jiri Grönroos)
+ - Updated Greek translation (Dimitris Spingos)
+ - Updated Hebrew translation (Yosef Or Boczko)
+ - Updated Hungarian translation (Balázs Úr)
+ - Updated Kazakh translation (Baurzhan Muftakhidinov)
+ - Updated Spanish translation (Daniel Mustieles)
+ - Updated Turkish translation (Muhammet Kara)
+
+* New Features:
+ - Add support for unavailable packages (Richard Hughes)
+ - Use new API from libappstream-glib for tokenizing the search string (Richard Hughes)
+
+* Bugfix:
+ - Add some more prefer-GTK rules for applications that ship both (Richard Hughes)
+ - Delay the updates-changed notification for a few seconds (Richard Hughes)
+ - Do case-insensitive searching of suitable keywords (Richard Hughes)
+ - Fix a crash in the screenshot loader (Kalev Lember)
+ - Fix a crash when clicking the back button (Kalev Lember)
+ - Fix color of add button on add to app folder dialog (Michael Catanzaro)
+ - Fix searching for keyworks with special chars (Richard Hughes)
+ - Make sure back button always leads back to overview (Kalev Lember)
+ - Show an error message when we fail to load details about a local file (Kalev Lember)
+ - Update Inkscape featured splash (Jakub Steiner)
+ - Use an AsIcon internally to simplify a lot of complex code (Richard Hughes)
+
Version 3.15.2
~~~~~~~~~~~~~~
Released: 2014-11-24
diff --git a/RELEASE b/RELEASE
index d5b709e..fae4bce 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,9 +2,9 @@ GNOME Software Release Notes
1. Write NEWS entries for gnome-software in the same format as usual.
-Version 3.15.3
+Version 3.15.4
~~~~~~~~~~~~~~
-Released: 2014-xx-xx
+Released: 2015-xx-xx
* Translations:
* New Features:
@@ -14,8 +14,8 @@ git log --format=" - %s (%an)" GNOME_SOFTWARE_3_15_2.. | grep -i -v trivial | gr
3. Commit changes in gnome-software git:
-git commit -a -m "Release version 3.15.3"
-git tag -s GNOME_SOFTWARE_3_15_3 -m "==== Version 3.15.3 ===="
+git commit -a -m "Release version 3.15.4"
+git tag -s GNOME_SOFTWARE_3_15_4 -m "==== Version 3.15.4 ===="
<enter password>
git push --tags
git push
diff --git a/configure.ac b/configure.ac
index 6527df4..5d47b51 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.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
+AC_INIT([gnome-software],[3.15.4],[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]