~paulliu/unity8/reboot

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Ying-Chun Liu
  • Date: 2014-07-08 14:00:02 UTC
  • mfrom: (833.1.181 unity8)
  • Revision ID: paul.liu@canonical.com-20140708140002-4vqpglouyga338qm
Merge trunk
[ Nick Dedekind ]
* Added support for TransferMenu
[ Michał Sawicz ]
* Initial code for a payment button widget, to handle purchasing apps
  from the click scope.
[ Nick Dedekind ]
* Moved [Message]MenuItemFacotory from Unity.Indicators plugin to qml
  folder.
[ Albert Astals ]
* EasingCurve: Initialize members
* Fix valgrind warning by not emitting reset on model destructor That
  won't be supported until Qt 5.4 More info at https://bugreports.qt-
  project.org/browse/QTBUG-39780 Warning was ==16693== Invalid read of
  size 8 ==16693== at 0x72B19A0: QQmlContext::isValid() const
  (qqmlcontext.cpp:231) ==16693== by 0x736C82B:
  QQmlDelegateModelPrivate::emitChanges() (qqmldelegatemodel.cpp:1412)
  ==16693== by 0x7372AE6: QQmlDelegateModel::_q_modelReset()
  (qqmldelegatemodel.cpp:1463) ==16693== by 0x7397224:
  QQmlDelegateModel::qt_static_metacall(QObject*, QMetaObject::Call,
  int, void**) (moc_qqmldelegatemodel_p.cpp:196) ==16693== by
  0x739769E: QQmlDelegateModel::qt_metacall(QMetaObject::Call, int,
  void**) (moc_qqmldelegatemodel_p.cpp:292) ==16693== by 0x66379CC:
  QMetaObject::activate(QObject*, int, int, void**) (in
  /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
  0x65AEEFD: QAbstractItemModel::endResetModel() (in /usr/lib/x86_64-
  linux-gnu/libQt5Core.so.5.3.0) ==16693== by 0x23461EFD:
  FakeIndicatorsModel::unload() (fakeindicatorsmodel.cpp:53) ==16693==
  by 0x23461E13: FakeIndicatorsModel::~FakeIndicatorsModel()
  (fakeindicatorsmodel.cpp:34) ==16693== by 0x2345C073:
  QQmlPrivate::QQmlElement<FakeIndicatorsModel>::~QQmlElement() (in
  /home/tsdgeos_work/phablet/unity8/investigate_test_shell_crash/build
  dir/tests/mocks/Unity/Indicators/libIndicatorsFakeQml.so) ==16693==
  by 0x2345C0A3:
  QQmlPrivate::QQmlElement<FakeIndicatorsModel>::~QQmlElement()
  (qqmlprivate.h:106) ==16693== by 0x663636B:
  QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
  gnu/libQt5Core.so.5.3.0) ==16693== Address 0x1862d448 is 8 bytes
  inside a block of size 16 free'd ==16693== at 0x4C2C2BC: operator
  delete(void*) (vg_replace_malloc.c:503) ==16693== by 0x72B21B8:
  QQmlContextData::destroy() (qqmlcontext.cpp:647) ==16693== by
  0x7293458: QQmlPrivate::qdeclarativeelement_destructor(QObject*)
  (qqmlengine.cpp:612) ==16693== by 0x6C0CADD:
  QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
  (qqmlprivate.h:105) ==16693== by 0x663636B:
  QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
  gnu/libQt5Core.so.5.3.0) ==16693== by 0x663F0EB: QObject::~QObject()
  (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
  0x6BF64B5: QQuickItem::~QQuickItem() (qquickitem.cpp:2064) ==16693==
  by 0x6C0CAE5: QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
  (qqmlprivate.h:106) ==16693== by 0x663636B:
  QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
  gnu/libQt5Core.so.5.3.0) ==16693== by 0x663F0EB: QObject::~QObject()
  (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
  0x6BF64B5: QQuickItem::~QQuickItem() (qquickitem.cpp:2064) ==16693==
  by 0x6C0CAE5: QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
  (qqmlprivate.h:106) (LP: #1332598)
[ Michael Zanetti ]
* drop launcher item spacing (LP: #1332022)
* change wording in launcher quicklist (LP: #1332035)
[ Alejandro J. Cura ]
* Initial code for a payment button widget, to handle purchasing apps
  from the click scope.
[ Rodney Dawes ]
* Initial code for a payment button widget, to handle purchasing apps
  from the click scope.
[ Renato Araujo Oliveira Filho ]
* Create IndicatorsLight.qml component used to control indicator led.
  A blue led will pulse if the message indicator is blue and screen is
  off.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
unity8 (7.90+14.10.20140707-0ubuntu1) utopic; urgency=low
 
2
 
 
3
  [ Nick Dedekind ]
 
4
  * Added support for TransferMenu
 
5
 
 
6
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 07 Jul 2014 11:40:59 +0000
 
7
 
 
8
unity8 (7.90+14.10.20140703.1-0ubuntu1) utopic; urgency=low
 
9
 
 
10
  [ Michał Sawicz ]
 
11
  * Initial code for a payment button widget, to handle purchasing apps
 
12
    from the click scope.
 
13
 
 
14
  [ Nick Dedekind ]
 
15
  * Moved [Message]MenuItemFacotory from Unity.Indicators plugin to qml
 
16
    folder.
 
17
 
 
18
  [ Albert Astals ]
 
19
  * EasingCurve: Initialize members
 
20
  * Fix valgrind warning by not emitting reset on model destructor That
 
21
    won't be supported until Qt 5.4 More info at https://bugreports.qt-
 
22
    project.org/browse/QTBUG-39780 Warning was ==16693== Invalid read of
 
23
    size 8 ==16693== at 0x72B19A0: QQmlContext::isValid() const
 
24
    (qqmlcontext.cpp:231) ==16693== by 0x736C82B:
 
25
    QQmlDelegateModelPrivate::emitChanges() (qqmldelegatemodel.cpp:1412)
 
26
    ==16693== by 0x7372AE6: QQmlDelegateModel::_q_modelReset()
 
27
    (qqmldelegatemodel.cpp:1463) ==16693== by 0x7397224:
 
28
    QQmlDelegateModel::qt_static_metacall(QObject*, QMetaObject::Call,
 
29
    int, void**) (moc_qqmldelegatemodel_p.cpp:196) ==16693== by
 
30
    0x739769E: QQmlDelegateModel::qt_metacall(QMetaObject::Call, int,
 
31
    void**) (moc_qqmldelegatemodel_p.cpp:292) ==16693== by 0x66379CC:
 
32
    QMetaObject::activate(QObject*, int, int, void**) (in
 
33
    /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
 
34
    0x65AEEFD: QAbstractItemModel::endResetModel() (in /usr/lib/x86_64-
 
35
    linux-gnu/libQt5Core.so.5.3.0) ==16693== by 0x23461EFD:
 
36
    FakeIndicatorsModel::unload() (fakeindicatorsmodel.cpp:53) ==16693==
 
37
    by 0x23461E13: FakeIndicatorsModel::~FakeIndicatorsModel()
 
38
    (fakeindicatorsmodel.cpp:34) ==16693== by 0x2345C073:
 
39
    QQmlPrivate::QQmlElement<FakeIndicatorsModel>::~QQmlElement() (in
 
40
    /home/tsdgeos_work/phablet/unity8/investigate_test_shell_crash/build
 
41
    dir/tests/mocks/Unity/Indicators/libIndicatorsFakeQml.so) ==16693==
 
42
    by 0x2345C0A3:
 
43
    QQmlPrivate::QQmlElement<FakeIndicatorsModel>::~QQmlElement()
 
44
    (qqmlprivate.h:106) ==16693== by 0x663636B:
 
45
    QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
 
46
    gnu/libQt5Core.so.5.3.0) ==16693== Address 0x1862d448 is 8 bytes
 
47
    inside a block of size 16 free'd ==16693== at 0x4C2C2BC: operator
 
48
    delete(void*) (vg_replace_malloc.c:503) ==16693== by 0x72B21B8:
 
49
    QQmlContextData::destroy() (qqmlcontext.cpp:647) ==16693== by
 
50
    0x7293458: QQmlPrivate::qdeclarativeelement_destructor(QObject*)
 
51
    (qqmlengine.cpp:612) ==16693== by 0x6C0CADD:
 
52
    QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
 
53
    (qqmlprivate.h:105) ==16693== by 0x663636B:
 
54
    QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
 
55
    gnu/libQt5Core.so.5.3.0) ==16693== by 0x663F0EB: QObject::~QObject()
 
56
    (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
 
57
    0x6BF64B5: QQuickItem::~QQuickItem() (qquickitem.cpp:2064) ==16693==
 
58
    by 0x6C0CAE5: QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
 
59
    (qqmlprivate.h:106) ==16693== by 0x663636B:
 
60
    QObjectPrivate::deleteChildren() (in /usr/lib/x86_64-linux-
 
61
    gnu/libQt5Core.so.5.3.0) ==16693== by 0x663F0EB: QObject::~QObject()
 
62
    (in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.3.0) ==16693== by
 
63
    0x6BF64B5: QQuickItem::~QQuickItem() (qquickitem.cpp:2064) ==16693==
 
64
    by 0x6C0CAE5: QQmlPrivate::QQmlElement<QQuickItem>::~QQmlElement()
 
65
    (qqmlprivate.h:106) (LP: #1332598)
 
66
 
 
67
  [ Michael Zanetti ]
 
68
  * drop launcher item spacing (LP: #1332022)
 
69
  * change wording in launcher quicklist (LP: #1332035)
 
70
 
 
71
  [ Alejandro J. Cura ]
 
72
  * Initial code for a payment button widget, to handle purchasing apps
 
73
    from the click scope.
 
74
 
 
75
  [ Rodney Dawes ]
 
76
  * Initial code for a payment button widget, to handle purchasing apps
 
77
    from the click scope.
 
78
 
 
79
  [ Renato Araujo Oliveira Filho ]
 
80
  * Create IndicatorsLight.qml component used to control indicator led.
 
81
    A blue led will pulse if the message indicator is blue and screen is
 
82
    off.
 
83
 
 
84
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 03 Jul 2014 14:47:46 +0000
 
85
 
1
86
unity8 (7.90+14.10.20140701.2-0ubuntu2) utopic; urgency=medium
2
87
 
3
88
  * debian/control: