From 4106d0c2d740480c16cadfe636c2fc472c17f8f0 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Wed, 2 Oct 2013 11:08:32 +0200 Subject: Add to 5.2 changelog QPlatformSessionManager related entry This patch adds a brief description of the return of session management because the changelog entries weres missing in the commit messages related to the various parts of the related works Change-Id: I20e6a20a63f1a38c6b1a7c9f147737688cd7ddf4 Reviewed-by: Stephen Kelly --- dist/changes-5.2.0 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0 index 54f809ae25..a8a3e581de 100644 --- a/dist/changes-5.2.0 +++ b/dist/changes-5.2.0 @@ -75,3 +75,12 @@ QtCore - qUpperBound (std::upper_bound) - qLess (std::less) - qGreater (std::greater) + +QtGui +----- +- [QTBUG-28228] Session Management: + The new QPlatformSessionManager class brings back the session management + functionality. It allows the implementation of platform specific behavior + related to session management. For platform that don't support this + feature the default behavior has not changed. + Both X11 and Windows session management are supported. -- cgit v1.2.3