summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-09-19 17:14:24 +0100
committerRichard Hughes <richard@hughsie.com>2016-09-19 17:14:24 +0100
commit29247e7f2404ad2bf982f46e5cd085d88cf4d398 (patch)
treefd952fdf02081c61c8afe8ae1378a14bb195b78c
parent2882f2a409a9121d7d3742a23b0f3668bf86d44a (diff)
Release 1.1.4PACKAGEKIT_1_1_4
-rw-r--r--NEWS45
-rw-r--r--docs/html/pk-download.html1
2 files changed, 46 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 020d2dabc..9ba32591c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Version 1.1.4
+~~~~~~~~~~~~~~
+Released: 2016-09-19
+
+Backends:
+ - aptcc: Add get-files-local support (Daniel Nicoletti)
+ - aptcc: Add support for pk_backend_get_details_local (Daniel Nicoletti)
+ - aptcc: Add support for searching for relative paths (Daniel Nicoletti)
+ - aptcc: Convert a few more loops to C++11 range for (Daniel Nicoletti)
+ - aptcc: Drop DebFile helper class (Matthias Klumpp)
+ - aptcc: Fix locating package which a file list belongs to (Daniel Nicoletti)
+ - aptcc: Fix NULL assertion warning (Daniel Nicoletti)
+ - aptcc: Fix typo (Daniel Nicoletti)
+ - aptcc: Install local files using APT API (Daniel Nicoletti)
+ - aptcc: Update pk-matrix for GetDetailsLocal (Daniel Nicoletti)
+ - aptcc: Use C++11 range for loops (Daniel Nicoletti)
+ - aptcc: Use FindGrp instead of manual matching every package when resolving (Daniel Nicoletti)
+ - apt: Remove reference from pk-matrix.html (Daniel Nicoletti)
+ - dnf: Port from libhif to libdnf (Kalev Lember)
+ - hif/dnf: Fix a tiny memory leak when installing packages (Kalev Lember)
+ - hif/dnf: Fix a tiny memory leak when invalidating repo cache (Kalev Lember)
+ - zypp: pass the patch "Application Restart Suggested" flag down to PK (Dominique Leuenberger)
+ - zypp: Return error if invalid package IDs are detected (Michael Andres)
+
+New Features:
+ - Add a new DNF backend (Kalev Lember)
+ - Use GetFilesLocal in pkcon get-files if argument is a file (Daniel Nicoletti)
+
+Bugfixes:
+ - Add a new REPO_ALREADY_SET error enum and use it in backends (Kalev Lember)
+ - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt (Dominique Leuenberger)
+ - Change the configuration of the cron script to a sysconfig-like config (Dominique Leuenberger)
+ - Do not try to exec plymouth if it is not installed (Richard Hughes)
+ - Don't crash when emitting PropertiesChanged for NULL values (Kalev Lember)
+ - Fix a leak in get_prepared_sack() (Kalev Lember)
+ - Fix a tiny memory leak on error path (Kalev Lember)
+ - Fix a tiny memory leak when setting a proxy (Kalev Lember)
+ - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT) (Alan Jenkins)
+ - Fix two small memory leaks when processing signals from the daemon (Richard Hughes)
+ - Fix updates and change code to aid in not breaking this again (#149) (Harald Sitter)
+ - Fix various g_variant_get ^a&s leaks (Kalev Lember)
+ - Invalidate PreparedUpgrade property when the prepared file changes (Kalev Lember)
+ - Look for command-not-found dbus socket in /run instead of /var/run (Dominique Leuenberger)
+ - Remove declaration of non-existent pk_task_{get,set}_interactive() (Alan Jenkins)
+
Version 1.1.3
~~~~~~~~~~~~~~
Released: 2016-07-14
diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html
index c30f9b0c0..93c81772a 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -41,6 +41,7 @@ modified translations as required or suggested.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
+<tr><td>1.1.4</td><td></td><td>2016-09-19</td></tr>
<tr><td>1.1.3</td><td></td><td>2016-07-14</td></tr>
<tr><td>1.1.2</td><td></td><td>2016-07-12</td></tr>
<tr><td>1.1.1</td><td></td><td>2016-04-20</td></tr>