Skip to content
Snippets Groups Projects
Commit 4345fc8c authored by Eike Ziller's avatar Eike Ziller
Browse files

Update changes file.


Change-Id: I83d9313f56b8ef161d73ba263abf2711d6397486
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@nokia.com>
parent f34738a5
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,14 @@ list of changes, see the Git log for the Qt Creator sources that ...@@ -5,13 +5,14 @@ list of changes, see the Git log for the Qt Creator sources that
you can check out from the public Git repository. For example: you can check out from the public Git repository. For example:
git clone git://gitorious.org/qt-creator/qt-creator.git git clone git://gitorious.org/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline v2.4.0..origin/2.4 git log --cherry-pick --pretty=oneline v2.4.0..v2.4.1
General General
Editing Editing
Managing Projects Managing Projects
* Fix a crash on closing a project while a parse is in progress (QTCREATORBUG-6677)
Debugging Debugging
...@@ -23,19 +24,23 @@ C++ Support ...@@ -23,19 +24,23 @@ C++ Support
QML/JS Support QML/JS Support
* Search qmlplugindump (4.8) in right location (QTCREATORBUG-6698) * Search qmlplugindump (4.8) in right location (QTCREATORBUG-6698)
* Find QMLViewer.app even if filesystem is case sensitive (QTCREATORBUG-5975)
Qt Quick Designer Qt Quick Designer
Help Help
* Fix loading of files from documentation (QTSDK-1129)
Platform Specific Platform Specific
Mac Mac
* Only force mkspec with specific gcc version if the compiler path suggests it
* Find QMLViewer.app even if filesystem is case sensitive (QTCREATORBUG-5975)
* Build debugging helper with correct architecture (QTCREATORBUG-6737)
Linux (GNOME and KDE) Linux (GNOME and KDE)
Windows Windows
* Fix getting proxy settings
Symbian Target Symbian Target
......
...@@ -27,4 +27,5 @@ OTHER_FILES += dist/copyright_template.txt \ ...@@ -27,4 +27,5 @@ OTHER_FILES += dist/copyright_template.txt \
dist/changes-2.2.0 \ dist/changes-2.2.0 \
dist/changes-2.3.0 \ dist/changes-2.3.0 \
dist/changes-2.3.1 \ dist/changes-2.3.1 \
dist/changes-2.4.0 dist/changes-2.4.0 \
dist/changes-2.4.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment