~ubuntu-branches/ubuntu/vivid/qtdeclarative-opensource-src-gles/vivid

« back to all changes in this revision

Viewing changes to dist/changes-5.4.1

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2015-03-11 16:51:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150311165145-7653iqap3mau92gy
Tags: 5.4.1-0ubuntu1
Sync package with qtdeclarative-opensource-src - 5.4.1-1ubuntu3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Qt 5.4.1 is a bug-fix release. It maintains both forward and backward
 
2
compatibility (source and binary) with Qt 5.4.0.
 
3
 
 
4
For more details, refer to the online documentation included in this
 
5
distribution. The documentation is also available online:
 
6
 
 
7
  http://doc.qt.io/qt-5.4
 
8
 
 
9
The Qt version 5.4 series is binary compatible with the 5.3.x series.
 
10
Applications compiled for 5.3 will continue to run with 5.4.
 
11
 
 
12
Some of the changes listed in this file include issue tracking numbers
 
13
corresponding to tasks in the Qt Bug Tracker:
 
14
 
 
15
  http://bugreports.qt.io/
 
16
 
 
17
Each of these identifiers can be entered in the bug tracker to obtain more
 
18
information about a particular change.
 
19
 
 
20
****************************************************************************
 
21
*                          Library                                         *
 
22
****************************************************************************
 
23
 
 
24
 
 
25
Qt Quick
 
26
--------
 
27
 
 
28
 - [QTBUG-42148] Fixed uncommon artifacts in rendering of distance field
 
29
   glyphs.
 
30
 - [QTBUG-43063] Setting item as its own parent should error out instead of
 
31
   hanging.
 
32
 - [QTBUG-43104] Add retina support in AnimatedImage.
 
33
 - [QTBUG-42677] Add input method support to QQuickWidget.
 
34
 - [QTBUG-42050] Fix Text alignment when lineHeight is set.
 
35
 
 
36
QtQml
 
37
-----
 
38
 
 
39
 - [QTBUG-42831] Fix inspecting objects in QML/JS console in different
 
40
   frames.
 
41
 - Fixed invalidly opportunistic truncating of non-integer values for
 
42
   additions/subtractions/multiplications in JavaScript and binding
 
43
   expressions.
 
44
 - [QTBUG-38011] Fix JavaScript Date parsing to correctly accept RC2822
 
45
   dates.
 
46
 
 
47
 - Windows:
 
48
   * [QTBUG-43171] V4 JIT was re-enabled after it was disabled by mistake
 
49
     in 5.4.0.
 
50