diff options
author | Richard Hughes <richard@hughsie.com> | 2010-01-05 10:08:03 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-01-05 10:08:03 +0000 |
commit | 66bec12f805d7c99b9ceda476fa9775ba1352ac8 (patch) | |
tree | 45fdc4838221008ff13be676e7153af61384cec4 | |
parent | d29307a5005cd45c0fa21473a02cf457ba10e0d2 (diff) |
Release version 0.5.6PACKAGEKIT_0_5_6
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +Version 0.5.6 +~~~~~~~~~~~~~ +Released: 2010-01-05 + +Translations: + - Fix a trivial German translation typo (Matthias Clasen) + +Backends: + - yum: show a message to the user if the repo could not be reached. Fixes rh#531838 (Richard Hughes) + - yum: include PackageKit in the list of essential packages (Richard Hughes) + +New Features: + - Add PkProc, to monitor the running applications on the system (Richard Hughes) + - Add a new error enum 'failed-due-to-running-process' for future code (Richard Hughes) + - Add functionality to check if certain running applications should prevent an update (Richard Hughes) + +Bugfixes: + - Fix a crash where the extra library check file callbacks had the wrong signature (Richard Hughes) + - Correct the transaction RequireRestart extra callback to fix a potential crash (Richard Hughes) + - Ensure to set the correct error if getting the transaction ID fails. Fixes rh#551546 (Richard Hughes) + - cnf: Ensure we send error messages to stderr, not stdout. Fixes rh#545220 (Richard Hughes) + Version 0.5.5 ~~~~~~~~~~~~~ Released: 2009-12-07 diff --git a/configure.ac b/configure.ac index ba2c7cfd2..e321f79f2 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=3 +LT_REVISION=4 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) |