packagekit/RELEASE

69 lines
1.7 KiB
Plaintext
Raw Normal View History

PackageKit Release Notes
1. Write NEWS entries for PackageKit in the same format as usual.
2014-03-24 04:01:07 -07:00
git shortlog PACKAGEKIT_0_9_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
2010-01-04 08:48:14 -08:00
--------------------------------------------------------------------------------
2014-03-24 04:01:07 -07:00
Version 0.9.2
2013-12-05 05:45:58 -08:00
~~~~~~~~~~~~~
2014-03-24 03:48:32 -07:00
Released: 2014-xx-xx
2010-01-04 08:48:14 -08:00
2010-03-01 02:54:23 -08:00
Notes:
2010-01-04 08:48:14 -08:00
Libraries:
Backends:
New Features:
Bugfixes:
--------------------------------------------------------------------------------
2. Add download date to docs/html/pk-download.html, save file.
2.5. Update translations and commit them with sign-off:
2014-03-24 03:48:32 -07:00
cd po
make PackageKit.pot
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext --no-location" srcdir=. /usr/bin/intltool-update --gettext-package colord --pot
2013-05-08 01:37:01 -07:00
tx push --source
tx pull --all --minimum-perc=5
2014-03-24 03:48:32 -07:00
git add *.po
2009-07-06 03:31:15 -07:00
3. Update library version if new ABI or API in configure.ac
4. Commit changes in PackageKit git:
2014-03-24 04:01:07 -07:00
git commit -a -m "Release version 0.9.2"
git tag -s -f -m "Release 0.9.2" PACKAGEKIT_0_9_2
2010-02-01 03:21:05 -08:00
<gpg password>
2008-08-18 12:07:40 -07:00
git push --tags
git push
git push git+ssh://hughsient@git.freedesktop.org/git/packagekit
git push --tags git+ssh://hughsient@git.freedesktop.org/git/packagekit
2013-12-02 07:08:38 -08:00
5. run 'make distcheck'
6. Upload tarball to:
scp *.tar.* hughsient@annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/PackageKit/releases/
7. Do post release version bump in configure.ac
8. Commit trivial changes:
2008-09-08 08:23:21 -07:00
git commit -a -m "trivial: post release version bump"
2008-08-18 12:07:40 -07:00
git push
9. Upload new html sources
2008-10-13 05:06:38 -07:00
10. Send an email to packagekit@lists.freedesktop.org
=================================================
2014-03-24 04:01:07 -07:00
PackageKit 0.9.2 released!
Tarballs available here: http://www.packagekit.org/releases/
=================================================