diff options
author | Liang Qi <liang.qi@qt.io> | 2017-08-15 12:24:24 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2017-08-15 13:43:41 +0200 |
commit | dc9e39eb679946e82bf3b1a82f5c49737f9994b2 (patch) | |
tree | de7915ee5859149738a004134f2d146fae1c303f /dist | |
parent | 9c8d5d82b6c222f8dbbe60ec0b9382bb75b52f42 (diff) | |
parent | 0fcd0160662941a9ba800b36671e88d82790bd95 (diff) | |
download | qtsvg-dc9e39eb679946e82bf3b1a82f5c49737f9994b2.tar.gz |
Merge remote-tracking branch 'origin/5.9' into devv5.10.0-beta3v5.10.0-beta2v5.10.0-beta1v5.10.0-alpha1
Conflicts:
.qmake.conf
Change-Id: I1ebd40264cf1afaf5bcbf8b2f272e153f51a5625
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.9.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dist/changes-5.9.1 b/dist/changes-5.9.1 new file mode 100644 index 0000000..6bd18cd --- /dev/null +++ b/dist/changes-5.9.1 @@ -0,0 +1,28 @@ +Qt 5.9.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.9.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 + +The Qt version 5.9 series is binary compatible with the 5.8.x series. +Applications compiled for 5.8 will continue to run with 5.9. + +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. + +**************************************************************************** +* Library * +**************************************************************************** + +Important Changes +----------------- + - QSvgRenderer: + * Parses the stroke-dasharray attributes in a SVG file correctly. + |