diff options
author | Richard Hughes <richard@hughsie.com> | 2010-03-22 10:40:51 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-03-22 10:40:51 +0000 |
commit | 1216f0bc5a07235cfb9966bbf1df3b354e303d3d (patch) | |
tree | 86d98b24dc82fa0a000dd4964adaefa5582af914 | |
parent | 5ca11ca97702c2a696f3cbb188c44404f12bdbe0 (diff) |
Release version 0.5.8PACKAGEKIT_0_5_8
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,31 @@ +Version 0.5.8 +~~~~~~~~~~~~~ +Released: 2010-03-20 + +Note: + - This release contains some important fixes that many distributors may want to + include in rebased packages. + +Backends: + - apt: Show a sub progress for package downloads (Sebastian Heinlein) + - apt: Use UTF-8 as default encoding and allow to write unicode to stdout (Sebastian Heinlein) + - apt: Allow to do an AND search for multiple package names (Sebastian Heinlein) + - yum: Fix up the LXDE and Moblin groups. Fixes rh#571775 (Richard Hughes) + - yum: Fix up API usage of get_applicable_notices to prevent an internal error (Richard Hughes) + - yum: Ensure to catch exceptions when we fail to initialize for GetRepoList (Richard Hughes) + - yum: If we failed to resolve deps in a simulate pass don't return an empty package list (Richard Hughes) + - yum: Ensure we send out UntrustedPackage when we simulate installing a file (Richard Hughes) + +Bugfixes: + - When realpath fails, do not silently fail but return with an error (Richard Hughes) + - Fix reporting distribution upgrades by setting the correct property (Richard Hughes) + - Do not crash libdbus when libnm-glib uses it's own context (Richard Hughes) + - Set the backend role in the pk_backend_(role) functions, not in PkTransaction (Richard Hughes) + - Do not show installed packages when we choose packages to download (Richard Hughes) + - python: Do not call finished before exiting the script due to an error (Richard Hughes) + - Never exit the daemon, even when we hit a race in PkSpawn (Richard Hughes) + - Fix Kubuntu support for upgrade (Jonathan Riddel) + Version 0.5.7 ~~~~~~~~~~~~~ Released: 2010-03-03 diff --git a/configure.ac b/configure.ac index df613c58f..f4f99defe 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,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=12 -LT_REVISION=5 +LT_REVISION=6 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) |