[gnome-packagekit] Release version 3.9.92



commit 0fe8160e7dca0fe106aa0bd4f1926d9872a66603
Author: Richard Hughes <richard hughsie com>
Date:   Fri Sep 13 15:48:44 2013 +0100

    Release version 3.9.92

 NEWS         |   73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 RELEASE      |    8 +++---
 configure.ac |    2 +-
 3 files changed, 78 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index dfbdd1b..bb2906e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,76 @@
+Version 3.9.92
+~~~~~~~~~~~~~~
+Released: 2013-09-13
+
+* translation
+ - Updated Catalan translation (Gil Forcada)
+ - Updated Assamese translation (Nilamdyuti Goswami)
+ - Updated Belarusian translation (Ihar Hrachyshka)
+ - Updated Brazilian Portuguese translation (Enrico Nicoletto)
+ - Updated Brazilian Portuguese translation (Rafael Ferreira)
+ - Updated British English translation (Bruce Cowan)
+ - Updated Catalan translation (Sílvia Miranda)
+ - Updated Catalan (Valencian) translation (Carles Ferrando)
+ - Updated Czech translation (Marek Černocký)
+ - Updated Danish translation (Ask H. Larsen)
+ - Updated Estonian translation (Mattias Põldaru)
+ - Updated Finnish translation (Timo Jyrinki)
+ - Updated Galician translation (Fran Diéguez)
+ - Updated German translation (Christian Kirbach)
+ - Updated Greek translation (Dimitris Spingos)
+ - Updated Gujarati translation (Sweta Kothari)
+ - Updated Hebrew translation (Yaron Shahrabani)
+ - Updated Hungarian translation (Balázs Úr)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Indonesian translation (Andika Triwidada)
+ - Updated Irish translation (Seán de Búrca)
+ - Updated Italian translation (Gianvito Cavasoli)
+ - Updated kn translation (Shankar Prasad)
+ - Updated Latvian translation (Rūdolfs Mazurs)
+ - Updated Lithuanian translation (Aurimas Černius)
+ - Updated Malayalam translation (Anish A)
+ - Updated Marathi translation (Sandeep Sheshrao Shedmake)
+ - Updated Norwegian bokmål translation (Kjartan Maraas)
+ - Updated Odia translation (ManojKumar Giri)
+ - Updated Polish translation (Piotr Drąg)
+ - Updated Polish translation (Wojciech Szczęsny)
+ - Updated Russian translation (Yuri Myasoedov)
+ - Updated Serbian translation (Мирослав Николић)
+ - Updated slovak translation (Dušan Kazik)
+ - Updated Slovenian translation (Matej Urbančič)
+ - Updated Spanish translation (Daniel Mustieles)
+ - Updated Tajik translation (Victor Ibragimov)
+ - Updated Tamil translation (Shantha kumar)
+ - Updated Telugu translation (Krishnababu Krothapalli)
+ - Updated Thai translation (Akom Chotiphantawanon)
+ - Updated Traditional Chinese translation (Cheng-Chia Tseng)
+ - Updated Japanese translation (Jiro Matsuzawa)
+ - Updated Japanese translation (OKANO Takayoshi)
+ - Updated Simplified Chinese translation (Wylmer Wang)
+
+* New Features:
+ - Add some desktop file categories (Elad Alfassa)
+ - Add two AppData files for gnome-software (Richard Hughes)
+ - Open Listaller packages with gpk-install-local-file (Matthias Klumpp)
+
+* Bugfix:
+ - Change the name of the package installer from 'Software' to 'Packages' (Richard Hughes)
+ - Do not maximize by default as we do not have a draggable header yet (Richard Hughes)
+ - Do not try and duplicate all the PackageKit errors in the session helper (Richard Hughes)
+ - Do not use the deprecated gtk_icon_size_lookup_for_settings() (Richard Hughes)
+ - Don't pass relative file-paths to the session-service (Matthias Klumpp)
+ - Ignore package progress updates when the transaction is being simulated (Richard Hughes)
+ - Mark some strings as translatable (Matthias Clasen)
+ - Never show two modal dialog boxes when using the install helpers (Richard Hughes)
+ - Port from a homegrown EggTest to GTest (Richard Hughes)
+ - Remove redundant calls to g_type_init (Matthias Klumpp)
+ - Set the default height of the details expander (Gary Ching-Pang Lin)
+ - Show a meaningful name in the about dialog (Michael Catanzaro, Matthias Clasen)
+ - Show the update viewer in the app overview (Richard Hughes)
+ - Swapped "Required packages" and "Dependent packages" button functionality (Ignaker)
+ - Updated the man pages to reflect reality (Richard Hughes)
+ - Use a reasonable default window size (Michael Catanzaro)
+
 Version 3.8.0
 ~~~~~~~~~~~~~
 Released: 2013-03-26
diff --git a/RELEASE b/RELEASE
index 3f4f5db..c584b10 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,8 +5,8 @@ PackageKit Release Notes
 git shortlog GNOME_PACKAGEKIT_3_8_0.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 --------------------------------------------------------------------------------
-Version 3.9.1
-~~~~~~~~~~~~~
+Version 3.9.92
+~~~~~~~~~~~~~~
 Released: 2013-xx-xx
 
 * Translations
@@ -18,8 +18,8 @@ Released: 2013-xx-xx
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 3.9.1"
-git tag -s GNOME_PACKAGEKIT_3_9_1 -m "==== Version 3.9.1 ===="
+git commit -a -m "Release version 3.9.92"
+git tag -s GNOME_PACKAGEKIT_3_9_92 -m "==== Version 3.9.92 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 09e4c86..9a627d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.65)
 
-AC_INIT([gnome-packagekit],[3.9.1])
+AC_INIT([gnome-packagekit],[3.9.92])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.9 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]