[PackageKit-commit] packagekit: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Tue Sep 16 09:09:02 PDT 2008


 RELEASE      |   16 ++++++++--------
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 873ca81c17a2f32d48b40de07d5430ee34f44ce1
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Sep 16 17:05:11 2008 +0100

    trivial: post release version bump

diff --git a/RELEASE b/RELEASE
index de1e974..c999517 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_3_2.. | grep -v trivial | grep -v Merge > NEWS.new
-git-shortlog GNOME_PACKAGEKIT_0_3_2.. | grep -v trivial | grep -v Merge > NEWS.new
+git-shortlog PACKAGEKIT_0_3_3.. | grep -v trivial | grep -v Merge > NEWS.new
+git-shortlog GNOME_PACKAGEKIT_0_3_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_3_2.. | grep -v trivial | grep -v Merge > NEWS.n
 
 4. Commit changes in PackageKit git:
 
-git commit -a -m "Release version 0.3.3"
-git tag -a -f -m "Release 0.3.3" PACKAGEKIT_0_3_3
+git commit -a -m "Release version 0.3.4"
+git tag -a -f -m "Release 0.3.4" PACKAGEKIT_0_3_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.3.3"
-git-tag GNOME_PACKAGEKIT_0_3_3
+git commit -a -m "Release version 0.3.4"
+git-tag GNOME_PACKAGEKIT_0_3_4
 git push --tags
 git push
 
@@ -42,9 +42,9 @@ git push
 10. Send an email to packagekit at lists.freedesktop.org
 
 =================================================
-Subject: PackageKit and gnome-packagekit 0.3.3 released!
+Subject: PackageKit and gnome-packagekit 0.3.4 released!
 
-Today I released PackageKit and gnome-packagekit 0.3.3.
+Today I released PackageKit and gnome-packagekit 0.3.4.
 
 PackageKit release notes: http://gitweb.freedesktop.org/?p=packagekit.git;a=blob;f=NEWS
 
diff --git a/configure.ac b/configure.ac
index d7c5709..8e048c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(PackageKit, 0.3.3)
+AC_INIT(PackageKit, 0.3.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