5 Sep 2011 15:44
PackageKit 0.6.18 released!
Version 0.6.18 ~~~~~~~~~~~~~~ Released: 2011-09-05 Notes: - This update is suitable for stable distros and does not introduce new functionality. - If you want your dose of insanity, PackageKit 0.7.0 contains lots of exciting new code that needs testing. Libraries: - glib: Fix a small memory leak (Garrett Regier) - qt: Do not dist the moc files (Richard Hughes) Backends: - aptcc: Fix the size by emitting installed and download size (Daniel Nicoletti) - yum: Ignore missing obsoleted updates rather than failing the update (Richard Hughes) - zif: Fix a fatal error when doing 'pkcon repo-list --filter=~devel' (Richard Hughes) Bugfixes: - Fix the browser-plugin build with GTK+ < 2.24 (Frederic Crozat) - Make the lsof plugin code support distros with /lib64 (Richard Hughes) - Make the lsof plugin not lookup hostnames (Richard Hughes) - Remove the duplicate 'The software is not from a trusted source' (Richard Hughes) Tarballs available here: http://www.packagekit.org/releases/(Continue reading)
>
> When we created the PACKAGEKIT_0_6_X branch all the commits to master
> just stay on master, and you have to explicitly pick commits into the
> new stable branch.
>
> Do do this you need to do:
>
> git branch --track PACKAGEKIT_0_6_X origin/PACKAGEKIT_0_6_X
> git checkout PACKAGEKIT_0_6_X
Nowadays, you just need:
git checkout PACKAGEKIT_0_6_X
> git cherry-pick 5d6419ac83883e4d2161032f65d565df8eb007ac
> git push
Done, thanks
> Nowadays, you just need:
> git checkout PACKAGEKIT_0_6_X
Yup, Daniel has a really old version of git, so I did it old-skool.
> Done, thanks
Great. We'll have a new stable release in a few weeks for the entropy
and aptcc fixes.
Richard.
RSS Feed