[gnome-packagekit] Release version 2.30.0



commit 2469ece6d5d49825138b3cf096710dcf0f6a3a33
Author: Richard Hughes <richard hughsie com>
Date:   Mon Mar 29 12:13:36 2010 +0100

    Release version 2.30.0

 NEWS         |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 RELEASE      |    4 ++--
 configure.ac |    2 +-
 3 files changed, 59 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 88ace63..b9268cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+Version 2.30.0
+~~~~~~~~~~~~~~
+Released: 2010-03-29
+
+* Translations
+ - Updated Arabic translation (Khaled Hosny)
+ - Updated Bengali India translation (Runa Bhattacharjee)
+ - Updated Bengali translation (Jamil Ahmed)
+ - Updated Brazilian Portuguese translation (Og B. Maciel)
+ - Updated British English translation (Philip Withnall)
+ - Updated Bulgarian translation (Alexander Shopov)
+ - Updated Catalan translation (Gil Forcada)
+ - Updated Czech translation (Lucas Lommer)
+ - Updated Danish translation (Ask H. Larsen)
+ - Updated Finnish translation (Tommi Vainikainen)
+ - Updated French translation (Claude Paroz)
+ - Updated Galician translation (Fran Diéguez)
+ - Updated German doc translation (Mario Blättermann)
+ - Updated German translation (Mario Blättermann)
+ - Updated Greek doc translation (Nikos Bakaoukas)
+ - Updated Greek translation (Nikos Bakaoukas)
+ - Updated Greek translation (Nikos Charonitakis)
+ - Updated Gujarati translation (Sweta Kothari)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Italian translation (Gianvito Cavasoli)
+ - Updated Marathi Translations (Sandeep Shedmake)
+ - Updated Norwegian bokmål translation (Kjartan Maraas)
+ - Updated Polish translation (Piotr DrÄ?g)
+ - Updated Portuguese translation (António Lima)
+ - Updated Punjabi translation (A S Alam)
+ - Updated Romanian translation (Adi Roiban)
+ - Updated Russian translation (Alexander Saprykin)
+ - Updated Serbian translations (Branko KokanoviÄ?)
+ - Updated Slovenian translation (Matej UrbanÄ?iÄ?)
+ - Updated Spanish translation (Jorge González)
+ - Updated Swedish translation (Daniel Nylander)
+ - Updated Tamil translation (vasudeven)
+ - Updated Traditional Chinese translation (Hong Kong and Taiwan) (Chao-Hsiung Liao)
+ - Updated Ukrainian translation (Maxim V. Dziumanenko)
+
+* New Features:
+ - Allow the user to select the GPG key information to be able to verify it (Richard Hughes)
+ - Use libunique to ensure we only ever have one update icon running in the session (Richard Hughes)
+
+* Bugfix:
+ - Added and updated screenshots (Marcus Moeller)
+ - Check if we got an invalid pixbuf to prevent a crash (Richard Hughes)
+ - Ensure we close the previous dialog before we show an error dialog. Fixes rh#569842 (Richard Hughes)
+ - Ensure we remove the timeout source of the auto-closing dialogs. Fixes rh#570436 (Richard Hughes)
+ - Fix the error when the user clicks the about menu item (Richard Hughes)
+ - Fix the second install in gpk-update-viewer when a backend is reporting detailed errors (Richard Hughes)
+ - Fix checking for updates every day when the user had specified 'Never'. Fixes rh#544573 (Richard Hughes)
+ - Hide the update icon when all updates are blocked (Jonathan Conder)
+ - Mark a few menu items translatable (Ville-Pekka Vainio)
+ - Use gtk_buildable_get_name() rather than gtk_widget_get_name() (Richard Hughes)
+
 Version 2.29.91
 ~~~~~~~~~~~~~~
 Released: 2010-03-01
diff --git a/RELEASE b/RELEASE
index da7e5ff..fe9df58 100644
--- a/RELEASE
+++ b/RELEASE
@@ -18,8 +18,8 @@ Released: 2010-xx-xx
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 2.29.92"
-git tag -s GNOME_PACKAGEKIT_2_29_92 -m "==== Version 2.29.92 ===="
+git commit -a -m "Release version 2.30.0"
+git tag -s GNOME_PACKAGEKIT_2_30_0 -m "==== Version 2.30.0 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index a7b8c77..33170d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.65)
 
-AC_INIT([gnome-packagekit],[2.29.92])
+AC_INIT([gnome-packagekit],[2.30.0])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AC_CONFIG_HEADERS([config.h])



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