diff options
author | Richard Hughes <richard@hughsie.com> | 2008-07-04 13:18:57 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-07-04 13:18:57 +0100 |
commit | a248f6ccb19e664fe837d8b9dfbd0780555be326 (patch) | |
tree | 43270d0b5627b10daf3af9999f262ee111b920f3 | |
parent | ae3d78c8eab7f3dd9ea9750fbbd3ff34175368f8 (diff) |
Release version 0.2.3PACKAGEKIT_0_2_3
-rw-r--r-- | NEWS | 52 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | docs/html/pk-download.html | 1 |
3 files changed, 54 insertions, 1 deletions
@@ -1,3 +1,55 @@ +Version 0.2.3 +~~~~~~~~~~~~~~ +Released: 2008-07-04 + +* Backends + - alpm: fixed critical error in package_source_free (Valeriy Lyasotskiy) + - alpm: fixed install_packages (Valeriy Lyasotskiy) + - alpm: added download notification support for install_packages (Valeriy Lyasotskiy) + - alpm: fixes related to local/installed things change (Valeriy Lyasotskiy) + - alpm: added get_cancel (Valeriy Lyasotskiy) + - alpm: added get_depends (Valeriy Lyasotskiy) + - alpm: added get_updates, added get_update_detail (Valeriy Lyasotskiy) + - conary: updated the get_details call (Ken VanDine) + - poldek: install all suggested packages (Marcin Banasiak) + - poldek: implement percentage for installing / updating (Marcin Banasiak) + - poldek: now GetUpdateDetail returns obsoleted packages too (Marcin Banasiak) + - smart: use smart status flags, fixes fd#16525 (Anders F Bjorklund) + - urpmi: fix installation of more than one package (Aurelien Lefebvre) + - urpmi: in remove-packages.pl (Aurelien Lefebvre) + - urpmi: update-packages of the urpmi backend (Aurelien Lefebvre) + - urpmi: Added update-system implementation (Aurelien Lefebvre) + - urpmi: get-updates now take care of update importance (Aurelien Lefebvre) + - yum: implemented the newest filter (Tim Lauridsen) + - yum: added newest support to group-search and get_packages (Tim Lauridsen) + - yum: use the proper package group when we do ::Details() (Richard Hughes) + - yum: limit the error text to 1024 chars. fixes rh#450594 (Richard Hughes) + - yum: allow more than one package to be removed in one transaction (Richard Hughes) + - yum: methods should have 'self' as the first argument, fixes rh#451458 (Robin Norwood) + - zypp: roll in zypp backend from openSUSE branch (Scott Reeves) + - zypp: change to return all restart_suggested patches not just the first one (Scott Reeves) + +* Translations + - Updated Catalan translation (Xavier Conde) + - Updated Polish translation (Piotr Drąg) + +* New features: + - Add PkCatalog for installing catalogs of applications. (Richard Hughes) + - Add a mime handler for .catalog files (Richard Hughes) + +* Bugfixes: + - Fix building with -Wformat-security, fixes fd#16431 (Martin Pitt) + - Make pk_client_get_package() actually work (Richard Hughes) + - Don't convert stdout from the C locale to UTF-8 (Richard Hughes) + - Add Catalan locale to LINGUAS -- fixes fd#451550 (Richard Hughes) + - Properly document the method and signal descriptions (Richard Hughes) + - Fix the permissions of the cron helper, fixes rh#451870 (Richard Hughes) + - Check all the internal and public functions with flawfinder (Richard Hughes) + - Check the package_id for utf8 validity (Richard Hughes) + - Don't use-after-free in pk_task_list_status_changed_cb (Richard Hughes) + - Audit the use of FIXME and TODO and fix up some of the issues (Richard Hughes) + - Update release with typo fixes, new step, and new version #s (Robin Norwood) + Version 0.2.2 ~~~~~~~~~~~~~ Released: 2008-06-05 @@ -3,7 +3,7 @@ PackageKit Release Notes 1. Write NEWS entries for PackageKit and gnome-packagekit in the same format as usual. Ignore any trivial commits. -$ git-shortlog GNOME_PACKAGEKIT_0_2_2.. | grep -v trivial > NEWS.new +$ git-shortlog PACKAGEKIT_0_2_2.. | grep -v trivial | grep -v Merge > NEWS.new 2. Add download date to docs/html/pk-download.html, save file. diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html index 69e58a89a..6f064b16a 100644 --- a/docs/html/pk-download.html +++ b/docs/html/pk-download.html @@ -63,6 +63,7 @@ Released versions are found on <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> </table> <h2>Dependencies</h2> |