[gnome-packagekit] Release version 3.5.3



commit 8bec62b0183455b0f1e064b33299e299ad3d4207
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jun 26 13:04:37 2012 +0100

    Release version 3.5.3

 NEWS         |   30 ++++++++++++++++++++++++++++++
 RELEASE      |    6 +++---
 configure.ac |    2 +-
 3 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 980d3a5..84209d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Version 3.5.3
+~~~~~~~~~~~~~
+Released: 2012-06-26
+
+* Translations
+ - Updated Assamese translation (Nilamdyuti Goswami)
+ - Updated French translation (Bruno Brouard)
+ - Updated Galician translations (Fran DiÃguez)
+ - Updated German translation (Christian Kirbach)
+ - Updated Greek translation (Tom Tryfonidis)
+ - Updated Greek translation (ÎÏÏÎÏÎÎÏÎÎÎÏ ÎÏÏÏÎÏ)
+ - Updated Hebrew translation (Yaron Shahrabani)
+ - Updated Norwegian bokmÃl translation (Kjartan Maraas)
+ - Updated Punjabi Translation (A S Alam)
+ - Updated Russian translation (Yuri Kozlov, Yuri Myasoedov)
+ - Updated Spanish translation (Daniel Mustieles)
+
+* Bugfix:
+ - Add #ifdef's for the new API in PackageKit git master (Richard Hughes)
+ - Add two more translations of new error enums from 0.8.1 (Richard Hughes)
+ - Don't use the deprecated g_thread_init and raise the required glib version (Richard Hughes)
+ - Ensure the native and newest filters are synced at startup (Richard Hughes)
+ - Port away from the deprecated gdk_window_get_pointer() (Richard Hughes)
+ - Port away from the deprecated PackageKit subpercentage properties (Richard Hughes)
+ - Raise the required PackageKit version to something non-obsolete (Richard Hughes)
+ - Remove PK_MESSAGE_ENUM_UNTRUSTED_PACKAGE, it's been removed in PackageKit (Richard Hughes)
+ - Remove support for rollback, it's been removed in PackageKit (Richard Hughes)
+ - Remove support for SimulateX roles as these are no longer present in PackageKit (Richard Hughes)
+ - We're only automatically downloading updates only now, so change the label in the UI (Richard Hughes)
+
 Version 3.5.1
 ~~~~~~~~~~~~~
 Released: 2012-05-14
diff --git a/RELEASE b/RELEASE
index c34d2cb..74de178 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,7 +5,7 @@ PackageKit Release Notes
 git shortlog GNOME_PACKAGEKIT_3_5_1.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 --------------------------------------------------------------------------------
-Version 3.5.2
+Version 3.5.3
 ~~~~~~~~~~~~~
 Released: 2012-xx-xx
 
@@ -18,8 +18,8 @@ Released: 2012-xx-xx
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 3.5.2"
-git tag -s GNOME_PACKAGEKIT_3_5_2 -m "==== Version 3.5.2 ===="
+git commit -a -m "Release version 3.5.3"
+git tag -s GNOME_PACKAGEKIT_3_5_3 -m "==== Version 3.5.3 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 90dba80..38371f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.65)
 
-AC_INIT([gnome-packagekit],[3.5.2])
+AC_INIT([gnome-packagekit],[3.5.3])
 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]