Release version 0.6.1

This commit is contained in:
Richard Hughes 2010-02-01 11:21:05 +00:00
parent 2179949126
commit b1785d40ec
4 changed files with 55 additions and 2 deletions

51
NEWS
View File

@ -1,3 +1,54 @@
Version 0.6.1
~~~~~~~~~~~~~
Released: 2010-02-01
Translations:
- Updated translation for Chinese (Simplified) (gml520)
- Updated translation for Dutch (warrink)
- Updated translation for Polish (raven)
- Updated translation for Spanish (elsupergomez)
Libraries:
Backends:
- alpm: Added autoremove and HoldPkg functionality (PirateJonno)
- alpm: Changed search functions to allow multiple search values (Valeriy Lyasotskiy)
- alpm: Handle ILoveCandy config option (PirateJonno)
- alpm: More formatting (PirateJonno)
- alpm: Understand more config options (PirateJonno)
- aptcc: Impoved search file (Daniel Nicoletti)
- portage: Fix compilation and port code to new API (Fabio Erculiani)
- ports: Convert search params to array values (Anders F Bjorklund)
- urpmi: Fix backend api (Aurelien Lefebvre)
- yum: Emit a warning when a developer tries to use autoremove (Richard Hughes)
- yum: Ensure we look in all update notices for a security update. Fixes rh#526279 (Richard Hughes)
- yum: Include PackageKit in the list of essential packages (Richard Hughes)
- yum: Show a message to the user if the repo could not be reached. Fixes rh#531838 (Richard Hughes)
- yum: Use repo-for-developers-only when enabling rawhide (Richard Hughes)
- zypp: Add more features to repo_set_data (Ladislav Slezak)
- zypp: Partial support of multiple values for search params (Scott Reeves)
- zypp: Work with packagekit-glib2 (Scott Reeves)
New Features:
- Add Kubuntu support for upgrade (Daniel Nicoletti)
- Add support for the 'interactive' hint in the daemon, and also sent it to the backend (Richard Hughes)
- Add a new message enum 'repo-for-developers-only' for repos that should not be used by users (Richard Hughes)
- Add sync versions of the PkPackageSack functions (Richard Hughes)
- Enable initial introspection support in PackageKit-glib2 (Richard Hughes)
- Sort the packages by name in all pkcon results (Richard Hughes)
Bugfixes:
- Ensure we enter SETUP before we run the pre-transaction checks (Richard Hughes)
- Add a parent object to all the source objects to track the source role and transacton id (Richard Hughes)
- Ensure we set an error when the transaction is cancelled (Richard Hughes)
- Ensure PkProgress sends ::notify signals when properties change (Richard Hughes)
- When adopting a transaction ensure we set the role on the PkResults object (Richard Hughes)
- Show the translated role and status when using pkgenpack (Richard Hughes)
- Ensure that pkgenpack generates filenames without ';' embedded in them (Richard Hughes)
- If the user uses 'pkcon install dave.rpm' then give a useful error message (Richard Hughes)
- Fixed packagekit.client.install_packages() in Python bindings (Tim Waugh)
- Cache autoremove too in transaction_remove_packages (Valeriy Lyasotskiy)
Version 0.6.0
~~~~~~~~~~~~~
Released: 2010-01-2010

View File

@ -27,7 +27,8 @@ Bugfixes:
4. Commit changes in PackageKit git:
git commit -a -m "Release version 0.6.1"
git tag -a -f -m "Release 0.6.1" PACKAGEKIT_0_6_1
git tag -s -f -m "Release 0.6.1" PACKAGEKIT_0_6_1
<gpg password>
git push --tags
git push
git push git+ssh://hughsient@git.freedesktop.org/git/packagekit

View File

@ -37,7 +37,7 @@ AC_SUBST(PK_VERSION)
# AGE If libpackagekit can be linked into executables which can be
# built with previous versions of this library. Don't use.
LT_CURRENT=13
LT_REVISION=0
LT_REVISION=1
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)

View File

@ -69,6 +69,7 @@ Releases are normally on the first working Monday of each month.
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
<tr><td>0.6.0</td><td></td><td>2010-01-04</td></tr>
<tr><td>0.6.1</td><td></td><td>2010-02-01</td></tr>
</table>
<h3>
ABI Stable Versions: