summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-05 10:08:03 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-05 10:08:03 +0000
commit66bec12f805d7c99b9ceda476fa9775ba1352ac8 (patch)
tree45fdc4838221008ff13be676e7153af61384cec4
parentd29307a5005cd45c0fa21473a02cf457ba10e0d2 (diff)
Release version 0.5.6PACKAGEKIT_0_5_6
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f2685df25..8dfeee128 100644
--- a/NEWS
+++ b/NEWS
@@ -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)