[gnome-software] Release version 3.10.0



commit ce0b02a7160eb1ac4e55ec02015711cd4e92cc23
Author: Richard Hughes <richard hughsie com>
Date:   Tue Sep 24 15:51:53 2013 +0100

    Release version 3.10.0

 NEWS         |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 RELEASE      |    8 +++---
 configure.ac |    2 +-
 3 files changed, 65 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7717cff..4672164 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,63 @@
+Version 3.10.0
+~~~~~~~~~~~~~~
+Released: 2013-09-24
+
+* Note:
+ - This is a technical preview for GNOME 3.10 -- lots of functionality is
+   missing and many bugs remain unsquashed, but the application is basically
+   functional at this stage.
+
+* Translations:
+ - Added Italian translation (Gianvito Cavasoli)
+ - Added Japanese translation (Jiro Matsuzawa)
+ - Added Korean translation (Seong-ho Cho)
+ - Added uk translation (Daniel Korostil)
+ - Updated Brazilian Portuguese translation (Rafael Ferreira)
+ - Updated Czech translation (Marek Černocký)
+ - Updated Danish translation (Kris Thomsen)
+ - Updated Finnish translation (Timo Jyrinki)
+ - Updated Galician translations (Fran Diéguez)
+ - Updated German translation (Eduard Gotwig)
+ - Updated Hungarian translation (Balázs Úr)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Polish translation (Piotr Drąg)
+ - Updated Slovenian translation (Martin Srebotnjak)
+ - Updated Spanish translation (Daniel Mustieles)
+
+* New Features:
+ - Add a plugin to query the PackageKit prepared-update file directly (Richard Hughes)
+ - Add hardcoded 'featured' subcategories (Matthias Clasen)
+ - Add installed overlay to app tiles (Matthias Clasen)
+ - Do not load incompatible projects when parsing AppStream data (Richard Hughes)
+
+* Bugfix:
+ - Actually enforce squareness of popular tiles (Matthias Clasen)
+ - Add accessible relations in the overview page (Matthias Clasen)
+ - Add global shortcuts for the back button (Matthias Clasen)
+ - Add missing summary element to the AppStream data (Matthias Klumpp)
+ - Avoid undue jumping in the overview page (Matthias Clasen)
+ - Deal gracefully with missing AppData (Matthias Clasen)
+ - Do not clear the offline-update trigger if rebooting succeeded (Richard Hughes)
+ - Do not manually hide categories that have no results (Richard Hughes)
+ - Do not show empty categories in the overview screen (Richard Hughes)
+ - Don't explode when using metadata with 'type=font' (Richard Hughes)
+ - Don't start the application if the command line arguments were wrong (Richard Hughes)
+ - Fallback to .svg icon if .png is not found (Dominique Leuenberger)
+ - Fix up about dialog (Matthias Clasen)
+ - Give tiles a meaningful empty state (Matthias Clasen)
+ - Improve appearance of the update details list (Matthias Clasen)
+ - Improve keynav in category view (Matthias Clasen)
+ - Look sharp in HighContrast too (Matthias Clasen)
+ - Make feature strings wrap (Matthias Clasen)
+ - Make the size of featured categories accurate (Matthias Clasen)
+ - Never show 'Unknown' in the package history listbox (Richard Hughes)
+ - Never show the 'Settings' category (Richard Hughes)
+ - Padding tweaks in the overview (Matthias Clasen)
+ - Rename General to Other and sort it to the end (Matthias Clasen)
+ - Show the window right away (Matthias Clasen)
+ - Support AppStream metadata formats where the icon extension is not specified (Richard Hughes)
+ - Translate the AppData file (Richard Hughes)
+
 Version 3.9.3
 ~~~~~~~~~~~~~
 Released: 2013-09-13
diff --git a/RELEASE b/RELEASE
index bbc524e..53d9af5 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.9.4
-~~~~~~~~~~~~~
+Version 3.10.0
+~~~~~~~~~~~~~~
 Released: 2013-xx-xx
 
 * Translations:
@@ -14,8 +14,8 @@ git shortlog GNOME_SOFTWARE_3_9_3.. | grep -i -v trivial | grep -v Merge | uniq
 
 3. Commit changes in gnome-software git:
 
-git commit -a -m "Release version 3.9.4"
-git tag -s GNOME_SOFTWARE_3_9_4 -m "==== Version 3.9.4 ===="
+git commit -a -m "Release version 3.10.0"
+git tag -s GNOME_SOFTWARE_3_10_0 -m "==== Version 3.10.0 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 6c6bff8..f0fd473 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.9.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software])
+AC_INIT([gnome-software],[3.10.0],[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])
 AC_CONFIG_HEADERS([config.h])


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