From e1c0dbeadcfd34699f080edc49815761672616c1 Mon Sep 17 00:00:00 2001
From: Antti Kokko <antti.kokko@qt.io>
Date: Wed, 9 Jan 2019 10:09:42 +0200
Subject: [PATCH]  Add changes file for Qt 5.12.1

+ 9fcf2a90db6d6dce1fe03a2f7af4c4a148c35087 Bump version
+ 92ae729691f6db9fb06b0475509dc1141ac3d93c Add changes file for Qt 5.11.3
+ 62ee032065ac40062d4d1d0ed448062e611012ad Clean up windows qmake scopes
+ d369df14bc634dde9c4c1a101379bb5a536f0332 Doc: Add missing closing parenthesis in snippet
+ 7844b91364665fa4c0592bd6fbe3ec8433dcbe9e Fix compilation with gcc 4.8
+ 0eb8ff632f0580f18a7b8de97dc0a2175f61943f Only include the ssl example and test if the OpenSSL feature is available
+ 8eeb21548a6675f73fb5b3c54b73373d87cdae32 SSL Examples: Explicitly state SSL requirement
+ 76819c0316c03d1333d8e8c93bc7a3d8df4891ea Convert QNX backend to use shared pointers
+ b513d17fe19c3cf8790d989626521b52f6d1b3d6 Clang warning cleanup in qnx backend
+ b89cee7871b10ccb1e80cd0afa222e41f8ccdd6f QVariant is also a standalone type and we must treated accordingly
+ ab6e0edd1a2e25a83c7884b7ce126e7039573eda Bump version

Change-Id: I5ce74358fa5e1324f1ecdc3a0e28ae411b19db8f
Reviewed-by: Michael Brasser <michael.brasser@live.com>
---
 dist/changes-5.12.1 | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 dist/changes-5.12.1

diff --git a/dist/changes-5.12.1 b/dist/changes-5.12.1
new file mode 100644
index 00000000..dfb633fc
--- /dev/null
+++ b/dist/changes-5.12.1
@@ -0,0 +1,30 @@
+Qt 5.12.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.12.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+Note: Tech Preview modules are able to change APIs to refine or enhance the
+module's functionality.  Thus Qt's binary compatibility quarantees aren't
+applicable.  Code switching to 5.12 (when Remote Objects "graduated" from
+Tech Preview) from earlier versions of Qt Remote Objects will need to be
+recompiled.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+*                            Qt 5.12.1 Changes                             *
+****************************************************************************
+ - General
+   * [QTBUG-72064] QVariant is also a standalone type and we must treat it
+     accordingly
+   * Convert QNX backend to use shared pointers
+   * Various code cleanup
-- 
GitLab