summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-07-12 16:44:29 +0200
committerKalev Lember <klember@redhat.com>2016-07-12 16:44:29 +0200
commit2b34de279e03c45be3a9e5436476781bda59b627 (patch)
tree0ad92b43fa67f0a71923c4e3f45989f68463b106
parent6039976108b260d4d6579d342c54838edbde9cfa (diff)
Release 1.1.2PACKAGEKIT_1_1_2
-rw-r--r--NEWS32
-rw-r--r--configure.ac4
-rw-r--r--docs/html/pk-download.html1
3 files changed, 35 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 14c40fb0a..3bbc080c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Version 1.1.2
+~~~~~~~~~~~~~~
+Released: 2016-07-12
+
+Notes:
+ - This release adds a new backend for the Nix package manager (Matthew Bauer)
+
+New Features:
+ - Add a test for offline distro upgrades (Kalev Lember)
+ - Add PreparedUpgrade DBus property (Kalev Lember)
+
+Bugfixes:
+ - Make pk_console_get_prompt() big endian safe (Richard Hughes)
+ - Require admin authorisation to trigger a distro upgrade (Richard Hughes)
+ - build: Avoid g_simple_async_result deprecation warnings (Kalev Lember)
+ - task: Fix only-trusted property notifications (Kalev Lember)
+ - task: Honour the only_trusted property when setting up transactions (Kalev Lember)
+
+Backends:
+ - alpm: Don't discard a resolve call just because one package is missing (Aleix Pol)
+ - alpm: Ignore the "Usage" key instead of crashing (Dustin Falgout)
+ - aptcc: Fix mimetype list (Harald Sitter)
+ - aptcc: Return the correct and complete result for package origins (Matthias Klumpp)
+ - hif: Add support for build-time vendor configurations (Neal Gompa)
+ - hif: Don't leak a dup'd string in get_author/get_description (Kalev Lember)
+ - hif: Don't set user action when installing / updating packages (Kalev Lember)
+ - hif: Drop ifdefs for older hawkey versions (Kalev Lember)
+ - hif: Match unavailable packages for the what-provides query (Kalev Lember)
+ - hif: Set the installonly limit one higher than usual for system upgrades (Kalev Lember)
+ - hif: Use new libhif API to run a test transaction for offline updates (Kalev Lember)
+ - katja: Fix return type warnings (Eugen Wissner)
+
Version 1.1.1
~~~~~~~~~~~~~~
Released: 2016-04-20
diff --git a/configure.ac b/configure.ac
index b2b984bb6..b90f89da1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,9 +55,9 @@ AC_SUBST(PK_VERSION)
# - If the interface is the same as the previous version, but bugs are
# fixed, change:
# REVISION += 1
-LT_CURRENT=18
+LT_CURRENT=19
LT_REVISION=3
-LT_AGE=0
+LT_AGE=1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)
diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html
index 6b9d4bfe0..448334cb1 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.2</td><td></td><td>2016-07-12</td></tr>
<tr><td>1.1.1</td><td></td><td>2016-04-20</td></tr>
<tr><td>1.1.0</td><td></td><td>2016-02-12</td></tr>
</table>