summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-04-07 12:25:24 +0100
committerRichard Hughes <richard@hughsie.com>2015-04-07 12:25:24 +0100
commit002e72dfe15bc34fbd176e2102cbe604de25a638 (patch)
treea3198ad726cfbbe4b5794540e87e1c21a81777a7 /NEWS
parentc86e358d934c2ce89ece86440d435d2fedcc122e (diff)
Release 1.0.6PACKAGEKIT_1_0_6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b351a6a9..9999f85a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Version 1.0.6
+~~~~~~~~~~~~~
+Released: 2015-04-07
+
+Backends:
+ - alpm: do not mix declarations and code (which ISO C90 forbids) (Christian Hesse)
+ - alpm: move configured global field into backend priv (Fabien Bourigault)
+ - alpm: move disabled global field into backend priv (Fabien Bourigault)
+ - alpm: reinitialize libalpm when localdb changed (Fabien Bourigault)
+ - alpm: remove RepoEnable (Fabien Bourigault)
+ - alpm: remove no longer used disabled repos logic (Fabien Bourigault)
+ - alpm: remove unused variable (Christian Hesse)
+ - hif: Fix use-after-free during untrusted repo check (Kalev Lember)
+
+New Features:
+ - Add dbus method for returning prepared packages (petervo)
+ - Add pk_backend_is_transaction_inhibited (Fabien Bourigault)
+ - gstreamer plugin: Add support for v2 of the PK session service interface (Kalev Lember)
+
+Bugfixes:
+ - Don't recursive lock the debug mutex when using --verbose without a tty (Richard Hughes)
+ - Make "reboot" the default action for no action file (Stephen Gallagher)
+ - gstreamer plugin: Adapt to gstreamer missing plugin changes (Kalev Lember)
+ - gstreamer plugin: Avoid criticals when some of the parameters are NULL (Kalev Lember)
+
Version 1.0.5
~~~~~~~~~~~~~
Released: 2015-02-09