aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-01-24 13:23:45 +0100
committerLiang Qi <liang.qi@qt.io>2018-01-24 13:23:45 +0100
commitb78db8c1e4ec16ef8dff1585d14f9375551c47df (patch)
treef62668cea56b9a314224ab5167bc68d725960099 /dist
parent2570b801c74832a3c83a8b56ad0f76812969e190 (diff)
parentb64a1b3078a764797cbc3e1e4a456257c32721d6 (diff)
Merge remote-tracking branch 'origin/5.9' into 5.10
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.9.48
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/changes-5.9.4 b/dist/changes-5.9.4
index c0e861a706..0659875b9a 100644
--- a/dist/changes-5.9.4
+++ b/dist/changes-5.9.4
@@ -29,7 +29,13 @@ QtQml
- [QTBUG-56521][QTBUG-56532] Added private qmlUnregisterType(int) for
advanced use cases such as re-registering an enum, or cleaning up
when a plugin is unloaded
- - [QTBUG-61209] Fixed handling of QML cache files during URL interception
+ - [QTBUG-61209] Fixed handling of QML cache files during URL interception.
+ This changes the semantics of URL redirects. Previously a redirected URL
+ was used as the base URL for further URL resolution. This doesn't work
+ because redirection occurs after interception and interception should
+ not influence the resolution of further URLs. We now use the original
+ URL as base URL for resolution of further URLs and rely on the server to
+ redirect those, too.
- [QTBUG-63844] Fixed a crash in QMetaObject::activate() when using
a Loader to load items with animations