diff options
author | Richard Hughes <richard@hughsie.com> | 2009-02-02 13:52:25 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2009-02-02 13:52:25 +0000 |
commit | dfcaafa7bae018ee9f2bc06dabb9c5d795f6061b (patch) | |
tree | 0e4b4cf85082a47751470a615c32c779e2379b28 | |
parent | 6c9d90261540511fcc9af3b7daa8632e299f5bba (diff) |
Release version 0.4.3PACKAGEKIT_0_4_3
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/html/pk-download.html | 1 |
3 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,32 @@ +Version 0.4.3 +~~~~~~~~~~~~~ +Released: 2009-02-02 + +Translations: + - Updated Finnish translation (Ville-Pekka Vainio) + - Updated Catalan translation (Xavier Conde) + +New Features: + - Add new packagekit-sharp binding (Stephane Delcroix) + - Allow the user to specify a complete output file name with pkgenpack (Richard Hughes) + +Bugfixes: + - Repair pkcon resolve argument parsing (Martin Pitt) + - Remove dep on python-sqlite2 and use internal python sqlite. Fixes rh#481270 (Richard Hughes) + - Dist the website in the tarball correctly, and install in the -docs subpackage (Richard Hughes) + - Fix up a translation in pkcon when we fail to get the time since action (Richard Hughes) + - Add an option to configure so we can specify a different directory. Fixes fd#19884 (Richard Hughes) + - Remove bare send_interface lines in the DBus rules (Scott Reeves) + - Add _get_info, get_id and _get_summary for PkPackageObj (Stephane Delcroix) + - Removed -Wswitch-enum from compiler switches (Valeriy Lyasotskiy) + - Don't print an internal error if we don't pass an argument to --package (Utsav Handa) + +Backends: + - alpm: Change source code to be more standards compliant (Valeriy Lyasotskiy) + - smart: Don't filter *-testing channels as development (Anders F Bjorklund) + - yum: Get some useful text when yum passes us an invalid message. Fixes fd#19781 (Richard Hughes) + - zypp: Remove GROUP_ENUM_UNKNOWN as engine returns empty if included in list (Scott Reeves) + Version 0.4.2 ~~~~~~~~~~~~~ Released: 2009-01-19 diff --git a/configure.ac b/configure.ac index fc45a9a77..e6b0c7997 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ DEVELOPMENT_RELEASE=yes # 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) diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html index 9eefe7c34..7c1451f87 100644 --- a/docs/html/pk-download.html +++ b/docs/html/pk-download.html @@ -68,6 +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.4.3</td><td></td><td>2009-02-02</td></tr> <tr><td>0.4.2</td><td></td><td>2009-01-19</td></tr> <tr><td>0.4.1</td><td></td><td>2009-01-08</td></tr> <tr><td>0.4.0</td><td></td><td>2008-12-09</td></tr> |