[gnome-packagekit/gnome-2-28] Release version 2.28.0



commit 200a50757dbca7d5a2bcc4a0abf5e9738076071e
Author: Richard Hughes <richard hughsie com>
Date:   Mon Sep 21 13:33:43 2009 +0100

    Release version 2.28.0

 NEWS         |   16 ++++++++++++++++
 RELEASE      |   12 ++++++------
 configure.ac |    2 +-
 3 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 75abe38..a3b7771 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 2.28.0
+~~~~~~~~~~~~~~~
+Released: 2009-09-21
+
+* Translations
+ - Updated Romanian translation (Alexandru Szasz)
+ - Updated Portuguese translation (António Lima)
+ - Updated British English translation (Bruce Cowan)
+ - Updated Italian translation (Gianvito Cavasoli)
+ - Updated Polish translation (Piotr DrÄ?g)
+
+* Bugfix:
+ - Only show installing and updating packages in the GpkHelperDepsUpdate UI (Richard Hughes)
+ - Add a --enable-small-form-factor which disables the auto-maximise code by default. Fixes #23888 (Richard Hughes)
+ - Connect to the correct signal name for gnome-session idle detection (Richard Hughes)
+
 Version 2.27.92
 ~~~~~~~~~~~~~~~
 Released: 2009-09-07
diff --git a/RELEASE b/RELEASE
index 616a9f2..4c154b2 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,12 +2,12 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-packagekit in the same format as usual.
 
-git shortlog GNOME_PACKAGEKIT_2_27_92.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog GNOME_PACKAGEKIT_2_28_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 2.27.93"
-git tag -s GNOME_PACKAGEKIT_2_27_93 -m "==== Version 2.27.93 ===="
+git commit -a -m "Release version 2.28.0"
+git tag -s GNOME_PACKAGEKIT_2_28_0 -m "==== Version 2.28.0 ===="
 git push --tags
 git push
 
@@ -35,13 +35,13 @@ git push
 9. Send an email to packagekit lists freedesktop org, gnome-announce-list gnome org, gnome-doc-list gnome org, gnome-i18n gnome org
 
 =================================================
-Subject: gnome-packagekit 2.27.93 released!
+Subject: gnome-packagekit 2.28.0 released!
 
 GNOME PackageKit is the name of the collection of PackageKit GUI tools for use in the GNOME desktop.
 
 gnome-packagekit release notes: http://git.gnome.org/cgit/gnome-packagekit/plain/NEWS
 
-Tarballs available here: http://download.gnome.org/sources/gnome-packagekit/2.27/
+Tarballs available here: http://download.gnome.org/sources/gnome-packagekit/2.28/
 
-This unstable release contains new code and important fixes since 2.27.92 was released.
+This unstable release contains new code and important fixes since 2.28.92 was released.
 =================================================
diff --git a/configure.ac b/configure.ac
index 49542ba..3bfa036 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(gnome-packagekit, 2.27.93)
+AC_INIT(gnome-packagekit, 2.28.0)
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)



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