diff options
author | Richard Hughes <richard@hughsie.com> | 2008-11-24 16:04:54 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-11-24 16:04:54 +0000 |
commit | da73afbbb48e0e3c81bd2c44e23ba82ddd011e76 (patch) | |
tree | ecfa39bbb1d759bd8f25fad398f4d1dc5101962d | |
parent | 92d23619276656198ec21fd219d0a0ca20b7138b (diff) |
Release version 0.3.11PACKAGEKIT_0_3_11
-rw-r--r-- | NEWS | 74 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | docs/html/pk-download.html | 58 |
3 files changed, 105 insertions, 31 deletions
@@ -1,3 +1,75 @@ +Version 0.3.11 +~~~~~~~~~~~~~~ +Released: 2008-11-24 + +Translations: + - Updated German translation (Fabian Affolter) + - Updated Italian translation (Francesco Tombolini) + - Updated Brazilian Portuguese translation (Igor Pires Soares) + - Updated Slovak translation (Pavol Šimo) + - Updated Polish translation (Piotr Drąg) + - Updated Finnish translation (Ville-Pekka Vainio) + - Updated Simplified Chinese translation (sainrysec) + - Updated Malayalam Translation (Ani Peter) + +New Features: + - Add three commands to pkcon: list-create, list-diff and list-install (Richard Hughes) + - Pass around the PolkitCaller rather than the dbus sender (Richard Hughes) + - Add two elements to the Transaction signal so we can get the user and cmdline + in client tools (Richard Hughes) + - Glib: Remove PkExtra and use a new class PkDesktop to manage the desktop file cache + in a more abstract way (Richard Hughes) + - When a package is installed, automatically scan and add the desktop file if + RefreshCacheScanDesktopFiles is set (Richard Hughes) + - Add syslog logging so that we keep a record of obtained authorisations (Richard Hughes) + - Glib: Provide a method to only return desktop files that will be shown in menus (Richard Hughes) + - Plugin: Remove the 'desktopnames' parameter from the x-packagekit-plugin code and + add the desktop icon if installed (Richard Hughes) + +Bugfixes: + - Allow single charicter package names (Richard Hughes) + - Fix compile for older GTK versions (Anders F Bjorklund) + - When we do pkcon update, don't attempt to do what-provides if it's not implemented (Richard Hughes) + - Create the log file directory if we are running the daemon in a prefix (Richard Hughes) + - Fix a segfault in the error path when files could not be installed with pkcon (Richard Hughes) + - Set the transaction role in GetOldTransactions() else it shows as unknown (Richard Hughes) + - When logging to LOG_AUTHPRIV also log to LOG_DAEMON (Richard Hughes) + - Enable translations in the client tools. Fixes fd#18674 (Richard Hughes) + - Glib: Add GetDistroUpgrades to requeue as this may be required with a repo signature (Richard Hughes) + - Glib: Make bitfield functions return zero if any of the elements are unknown (Richard Hughes) + - Glib: Tidy up the error handling in PkClient so we always fix up remote errors (Richard Hughes) + - Glib: Fix crash when pk-control is referenced after it's finalized (Scott Reeves) + - Glib: Allow building the glib library outside the source tree (Trever Fischer) + - QT: Add a config.h to allow disabling polkit (Adrien BUSTANY) + - QT: Correct the location of the library in the cmake file (Trever Fischer) + - QT: Behave better if PolKit is not present (Adrien BUSTANY) + - QT: Fixed freezed ui while waiting for blocking PolicyKit call (Thomas Goettlicher) + - Python: Instead of only package ids allow to use PackageKitPackage + instances as parameter (Sebastian Heinlein) + - Python: Add PackageKitTransaction.get_error method which returns (Sebastian Heinlein) + - Python: Don't use CamelStyle for methods (Sebastian Heinlein) + - Python: Use error naming of the ErrorCode signal (Sebastian Heinlein) + - Python: Collect messages (Sebastian Heinlein) + - Python: Make filter optional (Sebastian Heinlein) + +Backends: + - alpm: Add initial version of what_provides to the backend (Valeriy Lyasotskiy) + - alpm: Added download_packages stuff (Valeriy Lyasotskiy) + - conary: Merged in more fixes from Andres (Ken VanDine) + - conary: Updated the update-detail call (Ken VanDine) + - yum: Further fixes to repository signing (Richard Hughes) + - yum: Don't explode if the preupgrade package cannot be found (Richard Hughes) + - yum: Don't setup the repo list in GetRepoList, this method doesn't change anything (Richard Hughes) + - yum: Add support for signed repository metadata (Tim Lauridsen) + - yum: Make sure the repos are setup before we run any command else (Richard Hughes) + - zypp: Don't leak the filters (Scott Reeves) + - zypp: Minor bugfix (Stefan Haas) + - zypp: zypp >= 5.20.0 is needed now (Stefan Haas) + - zypp: Fixed restart-flag handling (Stefan Haas) + - zypp: Do not abort when a repo is unavailable (Stefan Haas) + - zypp: Do not show empty messages or messages twice (Stefan Haas) + - zypp: Handle filters in WhatProvides and Resolve (Stefan Haas) + Version 0.3.10 ~~~~~~~~~~~~~~ Released: 2008-11-10 @@ -769,7 +841,7 @@ Released: 2008-07-04 - Updated Polish translation (Piotr Drąg) * New features: - - Add PkCatalog for installing catalogs of applications. (Richard Hughes) + - Add PkCatalog for installing catalogs of applications (Richard Hughes) - Add a mime handler for .catalog files (Richard Hughes) * Bugfixes: diff --git a/configure.ac b/configure.ac index 078487a3a..8fe60f739 100644 --- a/configure.ac +++ b/configure.ac @@ -18,8 +18,8 @@ DEVELOPMENT_RELEASE=no # REVISION If the API and ABI remains the same, but bugs are fixed. # AGE If libpackagekit can be linked into executables which can be # built with previous versions of this library. Don't use. -LT_CURRENT=10 -LT_REVISION=2 +LT_CURRENT=11 +LT_REVISION=0 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html index eaa28dd47..1b9b2d84b 100644 --- a/docs/html/pk-download.html +++ b/docs/html/pk-download.html @@ -68,17 +68,7 @@ Releases are normally once every 1-2 weeks. </p> <table> <tr><td><b>Version</b></td><td> </td><td><b>Date</b></td></tr> -<tr><td>0.3.0</td><td></td><td>2008-08-18</td></tr> -<tr><td>0.3.1</td><td></td><td>2008-08-27</td></tr> -<tr><td>0.3.2</td><td></td><td>2008-09-08</td></tr> -<tr><td>0.3.3</td><td></td><td>2008-09-16</td></tr> -<tr><td>0.3.4</td><td></td><td>2008-09-22</td></tr> -<tr><td>0.3.5</td><td></td><td>2008-09-29</td></tr> -<tr><td>0.3.6</td><td></td><td>2008-10-06</td></tr> -<tr><td>0.3.7</td><td></td><td>2008-10-13</td></tr> -<tr><td>0.3.8</td><td></td><td>2008-10-20</td></tr> -<tr><td>0.3.9</td><td></td><td>2008-10-27</td></tr> -<tr><td>0.3.10</td><td></td><td>2008-11-10</td></tr> +<tr><td>0.4.0</td><td></td><td>(in progress)</td></tr> </table> <h3> ABI Stable Versions: @@ -89,12 +79,18 @@ 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.2.0</td><td></td><td>2008-05-06</td></tr> -<tr><td>0.2.1</td><td></td><td>2008-05-09</td></tr> -<tr><td>0.2.2</td><td></td><td>2008-06-05</td></tr> -<tr><td>0.2.3</td><td></td><td>2008-07-04</td></tr> -<tr><td>0.2.4</td><td></td><td>2008-07-30</td></tr> -<tr><td>0.2.5</td><td></td><td>2008-09-06</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> +<tr><td>0.3.8</td><td></td><td>2008-10-20</td></tr> +<tr><td>0.3.7</td><td></td><td>2008-10-13</td></tr> +<tr><td>0.3.6</td><td></td><td>2008-10-06</td></tr> +<tr><td>0.3.5</td><td></td><td>2008-09-29</td></tr> +<tr><td>0.3.4</td><td></td><td>2008-09-22</td></tr> +<tr><td>0.3.3</td><td></td><td>2008-09-16</td></tr> +<tr><td>0.3.2</td><td></td><td>2008-09-08</td></tr> +<tr><td>0.3.1</td><td></td><td>2008-08-27</td></tr> +<tr><td>0.3.0</td><td></td><td>2008-08-18</td></tr> </table> <h3> Obsolete Versions: @@ -106,18 +102,24 @@ There will not be any more releases of these versions. </p> <table> <tr><td><b>Version</b></td><td> </td><td><b>Date</b></td></tr> -<tr><td>0.1.0</td><td></td><td>2007-10-16</td></tr> -<tr><td>0.1.1</td><td></td><td>2007-10-23</td></tr> -<tr><td>0.1.2</td><td></td><td>2007-11-01</td></tr> -<tr><td>0.1.3</td><td></td><td>2007-11-10</td></tr> -<tr><td>0.1.4</td><td></td><td>2007-11-26</td></tr> -<tr><td>0.1.5</td><td></td><td>2007-12-21</td></tr> -<tr><td>0.1.6</td><td></td><td>2008-01-18</td></tr> -<tr><td>0.1.7</td><td></td><td>2008-02-14</td></tr> -<tr><td>0.1.8</td><td></td><td>2008-02-21</td></tr> -<tr><td>0.1.9</td><td></td><td>2008-03-04</td></tr> -<tr><td>0.1.10</td><td></td><td>2008-03-28</td></tr> +<tr><td>0.2.5</td><td></td><td>2008-09-06</td></tr> +<tr><td>0.2.4</td><td></td><td>2008-07-30</td></tr> +<tr><td>0.2.3</td><td></td><td>2008-07-04</td></tr> +<tr><td>0.2.2</td><td></td><td>2008-06-05</td></tr> +<tr><td>0.2.1</td><td></td><td>2008-05-09</td></tr> +<tr><td>0.2.0</td><td></td><td>2008-05-06</td></tr> <tr><td>0.1.11</td><td></td><td>2008-04-05</td></tr> +<tr><td>0.1.10</td><td></td><td>2008-03-28</td></tr> +<tr><td>0.1.9</td><td></td><td>2008-03-04</td></tr> +<tr><td>0.1.8</td><td></td><td>2008-02-21</td></tr> +<tr><td>0.1.7</td><td></td><td>2008-02-14</td></tr> +<tr><td>0.1.6</td><td></td><td>2008-01-18</td></tr> +<tr><td>0.1.5</td><td></td><td>2007-12-21</td></tr> +<tr><td>0.1.4</td><td></td><td>2007-11-26</td></tr> +<tr><td>0.1.3</td><td></td><td>2007-11-10</td></tr> +<tr><td>0.1.2</td><td></td><td>2007-11-01</td></tr> +<tr><td>0.1.1</td><td></td><td>2007-10-23</td></tr> +<tr><td>0.1.0</td><td></td><td>2007-10-16</td></tr> </table> <h2>Dependencies</h2> |