summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <hughsie@fedora10.localdomain>2009-06-10 13:13:55 +0100
committerRichard Hughes <hughsie@fedora10.localdomain>2009-06-10 13:13:55 +0100
commitf9b4bdc621495473c1016ee7f41bd4e7856f4cc5 (patch)
treea3c1b9e9161a01e15022d56d56682ec9613cd990
parentae64ed631e3907fdd0f6a724f5f3dc2c3c08cdf4 (diff)
Release version 0.3.16PACKAGEKIT_0_3_16
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1e2a0030a..a7d04a571 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Version 0.3.16
+~~~~~~~~~~~~~~
+Released: 2009-06-10
+
+Bugfixes:
+ - Fix reading freed-memory from GetBackendDetail (Daniel Elstner)
+ - Correct the logic for pk_client_set_synchronous (Richard Hughes)
+ - Convert non-ASCII text to unicode for spawned backends (Richard Hughes)
+ - Never return FALSE from StateHasChanged() (Richard Hughes)
+ - Protect a few function in pk-package-ids.c from NULL input (Richard Hughes)
+ - Fix a small memory leak when we check for session restarts (Richard Hughes)
+ - Clarify the gtk-doc markup for PkControl::restart-schedule (Richard Hughes)
+ - Emit ::Destroy() in the dispose phase (Richard Hughes)
+ - Ensure we disconnect ::Finished() when we unref a transaction (Richard Hughes)
+ - Make PkNetworkUnix watch /proc/net/route (Richard Hughes)
+ - Correct a typo which causes a compile error on FreeBSD (Richard Hughes)
+ - To fix spawned backends, http_proxy has to be a URI not a bare proxy (Richard Hughes)
+ - Never return FALSE from StateHasChanged() (Richard Hughes)
+ - Allow the dummy security model to authorise actions (Richard Hughes)
+
+Backends:
+ - apt: Fix a typo in the backend (Florian Reinhard)
+ - yum: Opt out of SIGKILL as this can lead to RPM database corruption in some situations (Richard Hughes)
+ - yum: Disable refresh-packagekit when running under PackageKit (Richard Hughes)
+ - yum: Fix GetDistroUpgrades (Richard Hughes)
+
Version 0.3.15
~~~~~~~~~~~~~~
Released: 2009-03-30
diff --git a/configure.ac b/configure.ac
index aaa219728..7540ea5bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ DEVELOPMENT_RELEASE=no
# AGE If libpackagekit can be linked into executables which can be
# built with previous versions of this library. Don't use.
LT_CURRENT=11
-LT_REVISION=2
+LT_REVISION=3
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)