~ubuntu-branches/ubuntu/wily/qtconnectivity-opensource-src/wily

« back to all changes in this revision

Viewing changes to dist/changes-5.2.1

  • Committer: Package Import Robot
  • Author(s): Lisandro Damián Nicanor Pérez Meyer, Timo Jyrinki
  • Date: 2014-02-23 00:01:49 UTC
  • mfrom: (0.1.3 experimental) (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140223000149-ht3k3x21dr5n5dol
Tags: 5.2.1-1
[ Timo Jyrinki ]
* New upstream release
* Move mkspecs to the new location
* Make private headers cleaning non version specific
* Add examples package
* Add dependencies to build against the 5.2.1 versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Qt 5.2.1 is a bug-fix release. It maintains both forward and backward
 
2
compatibility (source and binary) with Qt 5.2.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://qt-project.org/doc/qt-5.2
 
8
 
 
9
The Qt version 5.2 series is binary compatible with the 5.1.x series.
 
10
Applications compiled for 5.1 will continue to run with 5.2.
 
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-project.org/
 
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
*                           General                                        *
 
22
****************************************************************************
 
23
 
 
24
General Improvements
 
25
--------------------
 
26
 
 
27
 - Fixed make install rules for all examples
 
28
 
 
29
 - Minor code improvements made such as removal of compiler warnings and
 
30
   code cleanups.
 
31
 
 
32
****************************************************************************
 
33
*                          Library                                         *
 
34
****************************************************************************
 
35
 
 
36
QtBluetooth
 
37
-----------
 
38
 
 
39
 - Fixed cases where device and service discovery classes emitted an error
 
40
   signal but the human readable error string was not adjusted
 
41
 
 
42
 - Marked untranslated error strings for translation
 
43
 
 
44
 - [QTBUG-32253]
 
45
   * Utilized new QLoggingCategory API for warnings and debug messages
 
46
 
 
47
QtNfc
 
48
------
 
49
 
 
50
****************************************************************************
 
51
*                      Platform Specific Changes                           *
 
52
****************************************************************************
 
53
 
 
54
Blackberry
 
55
-------
 
56
 
 
57
 - Dangling pointer in QBluetoothServiceDiscoveryAgent fixed
 
58