diff options
author | Richard Hughes <richard@hughsie.com> | 2011-02-01 11:21:47 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2011-02-01 11:21:47 +0000 |
commit | 2dfcd20f9a2287d6e08edec549c9977352eef0fc (patch) | |
tree | 8d15c4a42cb24799ab9764c32eeb9e4e25a37a18 | |
parent | 23b4d884fd446cdd557880944162c8aba657088a (diff) |
Release version 0.6.12PACKAGEKIT_0_6_12
-rw-r--r-- | NEWS | 74 | ||||
-rw-r--r-- | RELEASE | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/html/pk-download.html | 1 | ||||
-rw-r--r-- | po/as.po | 2 | ||||
-rw-r--r-- | po/bn_IN.po | 2 | ||||
-rw-r--r-- | po/ca.po | 2 | ||||
-rw-r--r-- | po/el.po | 2 | ||||
-rw-r--r-- | po/eu.po | 2 | ||||
-rw-r--r-- | po/gu.po | 2 | ||||
-rw-r--r-- | po/id.po | 2 | ||||
-rw-r--r-- | po/it.po | 2 | ||||
-rw-r--r-- | po/lt.po | 2 | ||||
-rw-r--r-- | po/mr.po | 2 | ||||
-rw-r--r-- | po/nb.po | 2 | ||||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/pt.po | 2 | ||||
-rw-r--r-- | po/ru.po | 2 | ||||
-rw-r--r-- | po/th.po | 2 | ||||
-rw-r--r-- | po/tr.po | 2 |
20 files changed, 94 insertions, 19 deletions
@@ -1,3 +1,77 @@ +Version 0.6.12 +~~~~~~~~~~~~~~ +Released: 2011-02-01 + +Notes: + - There is a new 'Speed' API addition optionally available for backends. + - Multiple 'default' backends can be specified to allow fallbacks. + +Translations: + - Update Bulgarian translation (al_shopov) + - Update Czech translation (fri) + - Update Panjabi translation (aalam) + - Update Spanish translation (aloriel) + - Update Swedish translation (yeager) + +Libraries: + - glib: Allow the service pack self tests to run by setting the temp directory (Richard Hughes) + - glib: Avoid spamming lots of low level debugging to .xsession-errors. Fixes rh#668303 (Richard Hughes) + - glib: Check sscanf() returned the correct number of items before using the answer (Richard Hughes) + - glib: Do not return distro-specific id's whilst testing, to fix 'make check' on Debian (Richard Hughes) + - glib: Ensure we test for and always run the self-check-socket-program in 'make check' (Richard Hughes) + - glib: Only use g_time_val_from_iso8601() when we have a valid ISO8601 value (Richard Hughes) + - packagekit-qt: Do not cause a build error when building with -j4 (Richard Hughes) + +Backends: + - aptcc: Fix compile with GLib 2.24 (Matthias Klumpp) + - aptcc: Sanitize file descriptor handling (Matthias Klumpp) + - aptcc: Use a pty rather than a pipe for writing to apt (Colin Watson) + - conary: Add get_roles so pkcon correctly reports all supported commands (Jesse Zhang) + - conary: Fix get-details to really output the licenses (Jesse Zhang) + - conary: Fix get-files (Jesse Zhang) + - conary: Fix ~installed filter (Jesse Zhang) + - conary: Fix installed filter (Jesse Zhang) + - conary: Fix refresh-cache (Jesse Zhang) + - conary: Fix resolve to not do repo_query if trove is found locally (Jesse Zhang) + - conary: Fix resolve to show all versions of installed pkgs (Jesse Zhang) + - conary: Fix search-details (Jesse Zhang) + - conary: Fix search-group (Jesse Zhang) + - conary: Fix search-name (Jesse Zhang) + - conary: Fix search to show all versions of installed pkgs (Jesse Zhang) + - conary: Space means AND for search-name and search-details (Jesse Zhang) + - entropy: Fix compatibility with newer Entropy releases (Fabio Erculiani) + - entropy: Fix crash in dependencies removal calculation releases (Fabio Erculiani) + - yum: Correct three syntax errors that could cause a backtrace (Richard Hughes) + - yum: Do not attempt to call yum.repos twice when using RHN (Richard Hughes) + - yum: Do not block the update list on infrastructure packages it breaks auto-updating (Richard Hughes) + - yum: Ensure the category data is valid UTF8 (Richard Hughes) + - yum: Update the cached comps group list when enabling of disabling a repo. Fixes rh#629049 (Richard Hughes) + - zif: Do not crash when returning the package untrusted error (Richard Hughes) + - zif: Ensure we set the correct key for the metadata_expire value (Richard Hughes) + - zif: Return the correct error when a transaction needs further authorisation (Richard Hughes) + - zif: Support the new speed property (Richard Hughes) + - zypp: Consider autoremove in remove_packages (Zhang Qiang) + - zypp: Don't send package signal in DownloadProgressReportReceiver (Zhang Qiang) + - zypp: Erase system resolvables in zypp_build_pool (Zhang Qiang) + - zypp: Implement download packages (Zhang Qiang) + - zypp: Include system repo when install local rpm (Zhang Qiang) + - zypp: Refresh cache before searching (Zhang Qiang) + - zypp: Support download source RPM packages (Zhang Qiang) + +New Features: + - Add speed python backend method (Anders F Bjorklund) + - Allow the user to specify a comma delimited list of default backends (Richard Hughes) + - Provide a hook so spawned backends can report speed (Richard Hughes) + +Bugfixes: + - Do not enable command not found debugging by default. Fixes rh#666254 (Richard Hughes) + - Explictly include GIO in LDADD to fix a compile error on Debian (Matthias Klumpp, Richard Hughes) + - Fix calling pk_client_helper_start() with no environment set (Richard Hughes) + - Fix LP#591474 bug which caused a crash when the Section() of a package was NULL (Daniel Nicoletti) + - Only try to populate the command list in pkcon after the PkControl command has finished (Richard Hughes) + - pkcon: check PK error in pk_console_resolve_package (Zhang Qiang) + - Set client locale to LC_MESSAGES rather than LC_ALL (Colin Watson) + Version 0.6.11 ~~~~~~~~~~~~~~ Released: 2010-12-13 @@ -7,7 +7,7 @@ git shortlog PACKAGEKIT_0_6_11.. | grep -i -v trivial | grep -v Merge > NEWS.new -------------------------------------------------------------------------------- Version 0.6.12 ~~~~~~~~~~~~~~ -Released: 2010-xx-xx +Released: 2011-xx-xx Notes: @@ -59,7 +59,7 @@ tx push --source 10. Send an email to packagekit@lists.freedesktop.org ================================================= -Subject: PackageKit 0.6.11 released! +Subject: PackageKit 0.6.12 released! Tarballs available here: http://www.packagekit.org/releases/ diff --git a/configure.ac b/configure.ac index f8ac0c07a..b5df3ce18 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_SUBST(PK_VERSION) # AGE If libpackagekit can be linked into executables which can be # built with previous versions of this library. Don't use. LT_CURRENT=14 -LT_REVISION=5 +LT_REVISION=6 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 5410b6baf..7a9ebdfba 100644 --- a/docs/html/pk-download.html +++ b/docs/html/pk-download.html @@ -72,6 +72,7 @@ Releases are normally on the first working Monday of each month. </p> <table> <tr><td><b>Version</b></td><td> </td><td><b>Date</b></td></tr> +<tr><td>0.6.12</td><td></td><td>2011-02-01</td></tr> <tr><td>0.6.11</td><td></td><td>2010-12-13</td></tr> <tr><td>0.6.10</td><td></td><td>2010-11-01</td></tr> <tr><td>0.6.9</td><td></td><td>2010-10-04</td></tr> @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" diff --git a/po/bn_IN.po b/po/bn_IN.po index 966e41253..81427e99d 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:44+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:44+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: Basque <None>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:44+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:44+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 13:11+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:44+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 13:04+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:53+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 13:04+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 12:52+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 13:11+0000\n" +"PO-Revision-Date: 2011-02-01 10:46+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PackageKit\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-12-13 12:23+0000\n" -"PO-Revision-Date: 2010-12-13 13:10+0000\n" +"PO-Revision-Date: 2011-02-01 10:45+0000\n" "Last-Translator: hughsie <richard@hughsie.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" |