diff options
author | Richard Hughes <richard@hughsie.com> | 2008-12-08 22:17:54 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-12-08 22:17:54 +0000 |
commit | e3124e537bca78b5842033bc51ce78ac522127bf (patch) | |
tree | 535a69529cc42c25d654c02da7d85d5122b5fd04 | |
parent | 6ca1d6f42619f3f4a00c39bc893a257590fe3b88 (diff) |
Release version 0.3.12PACKAGEKIT_0_3_12
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | docs/html/pk-download.html | 1 |
2 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,22 @@ +Version 0.3.12 +~~~~~~~~~~~~~~ +Released: 2008-12-08 + +Bugfixes: + - Fix up the DBUS interface and destination rules to work with CVE-2008-4311 (Richard Hughes) + - pk-generate-package-list is not used anymore, remove from the man page (Anders F Bjorklund) + - Fix a small memory leak in pk_transaction_action_is_allowed (Richard Hughes) + - Don't emit a critical warning if the desktop file is not valid (Richard Hughes) + +Backends: + - apt: Fix apt configuration (Sebastian Heinlein) + - yum: Add a few more entries into the comps groups mapping (Richard Hughes) + - yum: Catch yum.Errors.RepoError when we get the yum comps groups. Fixes fd#18722 (Richard Hughes) + - yum: Remove two developer debugging statements left in by accident (Richard Hughes) + - yum: Don't error out if the non-installed dep check fails. Fixes rh#474138 (Richard Hughes) + - yum: Catch all exceptions from self.yumbase.doConfigSetup() as yum doesn't + seem capable of catching it's own exceptions internally. Fixes fd#18834 (Richard Hughes) + Version 0.3.11 ~~~~~~~~~~~~~~ Released: 2008-11-24 diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html index 1b9b2d84b..ffaf5873e 100644 --- a/docs/html/pk-download.html +++ b/docs/html/pk-download.html @@ -79,6 +79,7 @@ Releases are less frequent, usually every few months. </p> <table> <tr><td><b>Version</b></td><td> </td><td><b>Date</b></td></tr> +<tr><td>0.3.12</td><td></td><td>2008-12-08</td></tr> <tr><td>0.3.11</td><td></td><td>2008-11-24</td></tr> <tr><td>0.3.10</td><td></td><td>2008-11-10</td></tr> <tr><td>0.3.9</td><td></td><td>2008-10-27</td></tr> |