[PackageKit-commit] packagekit: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Mon Feb 2 09:05:15 PST 2009
RELEASE | 16 ++++++++--------
configure.ac | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit cf6450999b4ebc4018f434eed383bad83f2bb999
Author: Richard Hughes <richard at hughsie.com>
Date: Mon Feb 2 13:58:32 2009 +0000
trivial: post release version bump
diff --git a/RELEASE b/RELEASE
index bfa5053..ea39f5a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -3,8 +3,8 @@ PackageKit Release Notes
1. Write NEWS entries for PackageKit and gnome-packagekit in the same
format as usual. Ignore any trivial commits.
-git-shortlog PACKAGEKIT_0_4_2.. | grep -v trivial | grep -v Merge > NEWS.new
-git-shortlog GNOME_PACKAGEKIT_0_4_2.. | grep -v trivial | grep -v Merge > NEWS.new
+git-shortlog PACKAGEKIT_0_4_3.. | grep -v trivial | grep -v Merge > NEWS.new
+git-shortlog GNOME_PACKAGEKIT_0_4_3.. | grep -v trivial | grep -v Merge > NEWS.new
2. Add download date to docs/html/pk-download.html, save file.
@@ -12,8 +12,8 @@ git-shortlog GNOME_PACKAGEKIT_0_4_2.. | grep -v trivial | grep -v Merge > NEWS.n
4. Commit changes in PackageKit git:
-git commit -a -m "Release version 0.4.3"
-git tag -a -f -m "Release 0.4.3" PACKAGEKIT_0_4_3
+git commit -a -m "Release version 0.4.4"
+git tag -a -f -m "Release 0.4.4" PACKAGEKIT_0_4_4
git push --tags
git push
git push git+ssh://hughsient@git.freedesktop.org/git/packagekit
@@ -21,8 +21,8 @@ git push --tags git+ssh://hughsient@git.freedesktop.org/git/packagekit
5. Commit changes in gnome-packagekit git:
-git commit -a -m "Release version 0.4.3"
-git-tag GNOME_PACKAGEKIT_0_4_3
+git commit -a -m "Release version 0.4.4"
+git-tag GNOME_PACKAGEKIT_0_4_4
git push --tags
git push
@@ -44,9 +44,9 @@ git push
11. Send an email to packagekit at lists.freedesktop.org
=================================================
-Subject: PackageKit and gnome-packagekit 0.4.3 released!
+Subject: PackageKit and gnome-packagekit 0.4.4 released!
-Today I released PackageKit and gnome-packagekit 0.4.3.
+Today I released PackageKit and gnome-packagekit 0.4.4.
PackageKit release notes: http://cgit.freedesktop.org/packagekit/tree/NEWS
diff --git a/configure.ac b/configure.ac
index e6b0c79..5903aeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(PackageKit, 0.4.3)
+AC_INIT(PackageKit, 0.4.4)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
More information about the PackageKit-commit
mailing list