summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-02-01 11:21:47 +0000
committerRichard Hughes <richard@hughsie.com>2011-02-01 11:21:47 +0000
commit2dfcd20f9a2287d6e08edec549c9977352eef0fc (patch)
tree8d15c4a42cb24799ab9764c32eeb9e4e25a37a18
parent23b4d884fd446cdd557880944162c8aba657088a (diff)
Release version 0.6.12PACKAGEKIT_0_6_12
-rw-r--r--NEWS74
-rw-r--r--RELEASE4
-rw-r--r--configure.ac2
-rw-r--r--docs/html/pk-download.html1
-rw-r--r--po/as.po2
-rw-r--r--po/bn_IN.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/el.po2
-rw-r--r--po/eu.po2
-rw-r--r--po/gu.po2
-rw-r--r--po/id.po2
-rw-r--r--po/it.po2
-rw-r--r--po/lt.po2
-rw-r--r--po/mr.po2
-rw-r--r--po/nb.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/pt.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/th.po2
-rw-r--r--po/tr.po2
20 files changed, 94 insertions, 19 deletions
diff --git a/NEWS b/NEWS
index ceb86bfb9..3bf9abe98 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/RELEASE b/RELEASE
index 1aa5858aa..82a0a88e6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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>&nbsp;&nbsp;</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>
diff --git a/po/as.po b/po/as.po
index f6e957963..5a502fe76 100644
--- a/po/as.po
+++ b/po/as.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"
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"
diff --git a/po/ca.po b/po/ca.po
index f2d2e6a64..239f96c38 100644
--- a/po/ca.po
+++ b/po/ca.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:44+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/el.po b/po/el.po
index 7494ccf79..467fdbf50 100644
--- a/po/el.po
+++ b/po/el.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:44+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/eu.po b/po/eu.po
index bfeb4e48d..fae206b11 100644
--- a/po/eu.po
+++ b/po/eu.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: Basque <None>\n"
"MIME-Version: 1.0\n"
diff --git a/po/gu.po b/po/gu.po
index 51d1ea5b0..6c8dd768a 100644
--- a/po/gu.po
+++ b/po/gu.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:44+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/id.po b/po/id.po
index f54f214e7..f1953867e 100644
--- a/po/id.po
+++ b/po/id.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"
diff --git a/po/it.po b/po/it.po
index de6e6ba29..fdf6ef44c 100644
--- a/po/it.po
+++ b/po/it.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:44+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/lt.po b/po/lt.po
index 63b332500..4e6c9dc15 100644
--- a/po/lt.po
+++ b/po/lt.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 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"
diff --git a/po/mr.po b/po/mr.po
index 2f4c99991..e57f39d23 100644
--- a/po/mr.po
+++ b/po/mr.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:44+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/nb.po b/po/nb.po
index eb060972e..393eb925b 100644
--- a/po/nb.po
+++ b/po/nb.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 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"
diff --git a/po/nl.po b/po/nl.po
index 1696868c8..23b1d53ee 100644
--- a/po/nl.po
+++ b/po/nl.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: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"
diff --git a/po/pt.po b/po/pt.po
index 23d9ca0e6..9c26b7886 100644
--- a/po/pt.po
+++ b/po/pt.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 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"
diff --git a/po/ru.po b/po/ru.po
index 73ecc3a9f..276e765aa 100644
--- a/po/ru.po
+++ b/po/ru.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"
diff --git a/po/th.po b/po/th.po
index 58002fbae..07e3f4086 100644
--- a/po/th.po
+++ b/po/th.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 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"
diff --git a/po/tr.po b/po/tr.po
index a6c289104..8baa2a9c5 100644
--- a/po/tr.po
+++ b/po/tr.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 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"