[gnome-packagekit] Release version 3.1.3



commit 3b19689d0890118e8a1d3149e0d599ce53b331e6
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 4 17:23:20 2011 +0100

    Release version 3.1.3

 NEWS                             |   66 ++++++++++++++++++++++++++++++++++++++
 RELEASE                          |   12 +++---
 configure.ac                     |    2 +-
 contrib/gnome-packagekit.spec.in |    2 +-
 4 files changed, 74 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index f697e12..cccc371 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,69 @@
+Version 3.1.3
+~~~~~~~~~~~~~
+Released: 2011-07-04
+
+* Translations
+ - Added Basque translation (Inaki Larranaga Murgoitio)
+ - Added Esperanto translation (Kristjan SCHMIDT)
+ - Added UG translation (Abduxukur Abdurixit)
+ - Added Vietnamese translation (Nguyán ThÃi Ngác Duy)
+ - Updated Bengali India Translation (Runa Bhattacharjee)
+ - Updated Bengali translation (Jamil Ahmed)
+ - Updated Brazilian Portuguese translation (Rodrigo Padula de Oliveira)
+ - Updated British English translation (Bruce Cowan)
+ - Updated Bulgarian translation (Alexander Shopov)
+ - Updated Catalan translation (Gil Forcada)
+ - Updated Catalan translation (Jordi Serratosa)
+ - Updated Catalan (Valencian) translation (Carles Ferrando)
+ - Updated Czech translation (Marek ÄernockÃ)
+ - Updated Danish translation (Kris Thomsen)
+ - Updated Finnish translation (Ville-Pekka Vainio)
+ - Updated Galician translations (Fran DiÃguez)
+ - Updated German translation (Christian Kirbach)
+ - Updated Greek translation (George Stefanakis)
+ - Updated Greek translation (Simos Xenitellis)
+ - Updated Hebrew translation (Yaron Shahrabani)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Italian translation (Gianvito Cavasoli)
+ - Updated Japanese translation (Jiro MATSUZAWA)
+ - Updated Korean translation (Changwoo Ryu)
+ - Updated Lithuanian translation (Gintautas Miliauskas)
+ - Updated Persian translation (Arash Mousavi)
+ - Updated Persian Translation (Mahyar Moghimi)
+ - Updated Polish translation (Piotr DrÄg)
+ - Updated Portuguese translation (AntÃnio Lima)
+ - Updated Serbian translation (Miroslav NikoliÄ)
+ - Updated Simplifieid Chinese translation (Aron Xu)
+ - Updated Slovak translation (Ivan MasÃr)
+ - Updated Slovenian translation (Matej UrbanÄiÄ)
+ - Updated Spanish translation (Daniel Mustieles)
+ - Updated Swedish translation (Daniel Nylander)
+ - Updated Tamil translation (Dr.T.Vasudevan)
+ - Updated Traditional Chinese translation(Hong Kong and Taiwan) (Cheng-Chia Tseng)
+ - Updated Ukranian (Daniel Korostil)
+
+* New Features:
+ - Support looking up Plasma services (Kevin Kofler)
+ - Pack package dependency lists into tabs (Gary Ching-Pang Lin)
+
+* Bugfix:
+ - Add desktop file for gpk-dbus-service (William Jon McCann)
+ - Add the gpk-dbus-service.desktop.in file to POTFILES.in as it was missing (Richard Hughes)
+ - Add the new enumerated types (Richard Hughes)
+ - Add two new translated error codes (Richard Hughes)
+ - Do not set the package checkboxes to be selectable if the backend is not able to do UpdatePackages (Richard Hughes)
+ - Do not show the menu path of installed software as this makes no sense with either GNOME Shell or Unity (Richard Hughes)
+ - Don't use hardcoded paths to executables (William Jon McCann)
+ - Fix compile warnings when using the latest GTK+ (Richard Hughes)
+ - Fix some sensitivity problems with gpk-application (Zhang Qiang)
+ - Make the session RemovePackageByFiles API match what we have in kpackagekit (Richard Hughes)
+ - Never auto-close the update-viewer if there are restarts to agree to (Richard Hughes)
+ - Remove the foo_DISABLE_DEPRECATED CPPFLAGS as it's hurting with the GTK+ and Glib changes (Richard Hughes)
+ - Rename to Software Install (William Jon McCann)
+ - Use a proper application name (William Jon McCann)
+ - Use GpkTask rather than PkClient while searching (Zhang Qiang)
+ - Use /org/gnome as starting path for schemas (Richard Hughes)
+
 Version 2.91.92
 ~~~~~~~~~~~~~~~
 Released: 2011-03-21
diff --git a/RELEASE b/RELEASE
index 86226ec..cb9b683 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,11 +2,11 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-packagekit in the same format as usual.
 
-git shortlog GNOME_PACKAGEKIT_2_91_90.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
+git shortlog GNOME_PACKAGEKIT_2_91_92.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 --------------------------------------------------------------------------------
-Version 2.91.92
-~~~~~~~~~~~~~~~
+Version 3.1.3
+~~~~~~~~~~~~~
 Released: 2011-xx-xx
 
 * Translations
@@ -18,8 +18,8 @@ Released: 2011-xx-xx
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 2.91.92"
-git tag -s GNOME_PACKAGEKIT_2_91_92 -m "==== Version 2.91.92 ===="
+git commit -a -m "Release version 3.1.3"
+git tag -s GNOME_PACKAGEKIT_3_1_3 -m "==== Version 3.1.3 ===="
 <wait>
 git push --tags
 git push
@@ -35,7 +35,7 @@ scp *.tar.gz rhughes master gnome org:
 6. Install module
 
 ssh rhughes master gnome org
-install-module gnome-packagekit-*.tar.gz
+install-module gnome-packagekit-*.tar.xz
 
 7. Do post release version bump in configure.ac
 
diff --git a/configure.ac b/configure.ac
index c7258b0..333443f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.65)
 
-AC_INIT([gnome-packagekit],[2.91.91])
+AC_INIT([gnome-packagekit],[3.1.3])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar])
 AC_CONFIG_HEADERS([config.h])
diff --git a/contrib/gnome-packagekit.spec.in b/contrib/gnome-packagekit.spec.in
index 798f398..a131d36 100644
--- a/contrib/gnome-packagekit.spec.in
+++ b/contrib/gnome-packagekit.spec.in
@@ -9,7 +9,7 @@ Release:   0.#BUILD#%{?alphatag}%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
-Source0:   http://download.gnome.org/sources/gnome-packagekit/2.91/%{name}-%{version}.tar.gz
+Source0:   http://download.gnome.org/sources/gnome-packagekit/3.1/%{name}-%{version}.tar.xz
 
 Requires:  gnome-icon-theme
 Requires:  dbus-x11 >= 1.1.2



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