From f6c2a27218e6f84da19e055aa1d5d7a9a3db0ea6 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 12 Sep 2014 16:13:58 +0200 Subject: Add changes file for 3.2.1 Change-Id: I43a7d8d5bfcef33ef7e2370cafec3c409fd9ce25 Reviewed-by: Leena Miettinen --- dist/changes-3.2.1 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 dist/changes-3.2.1 diff --git a/dist/changes-3.2.1 b/dist/changes-3.2.1 new file mode 100644 index 0000000000..70e82f2611 --- /dev/null +++ b/dist/changes-3.2.1 @@ -0,0 +1,48 @@ +Qt Creator version 3.2.1 is a bugfix release. + +The most important changes are listed in this document. For a complete +list of changes, see the Git log for the Qt Creator sources that +you can check out from the public Git repository. For example: + +git clone git://gitorious.org/qt-creator/qt-creator.git +git log --cherry-pick --pretty=oneline v3.2.0..v3.2.1 + +General + * Fixed freeze when using shortcut for all projects or current project + locator filters (QTCREATORBUG-12875) + * Fixed crash when activating timers by removing the unsupported UpdateInfo + plugin that triggered it (QTCREATORBUG-11262) + +Qbs Projects + * Fixed adding and removing files when project file is write protected by VCS + * Fixed crash when removing empty install step + +C++ Support + * Fixed crash when opening context menu on macro parameter (QTCREATORBUG-12853) + +QML Support + * Added missing members to date objects + * Added templates for Qt Quick 2.3 and Qt Quick Controls 1.2 applications + * Fixed keyboard shortcuts in QML/JS console (QTCREATORBUG-12956) + +Qt Quick Designer + * Added option to use fallback QML puppet and set it to be the default + * Fixed updating of color properties (QTCREATORBUG-12841) + * Fixed duplication of ApplicationWindow properties (QTCREATORBUG-12910) + +Platform Specific + +OS X + * Fixed deployment of Clang library in binary packages + * Fixed deployment of fallback QML puppets in binary packages + * Removed wrong File > Exit menu item + +iOS + * Fixed determination of newest SDK version when no version is explicitly stated + +Remote Linux + * Fixed mixed QML and C++ debugging (QTCREATORBUG-12928) + * Fixed check for maximum packet size for SSH connections (QTCREATORBUG-12884) + +Windows Phone + * Fixed font deployment for Windows Phone 8.0 -- cgit v1.2.1