aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmo Haataja <ismo.haataja@digia.com>2013-12-05 00:15:15 +0200
committerIsmo Haataja <ismo.haataja@digia.com>2014-05-16 13:59:21 +0200
commit09b8400442b914a21b5df4ee4b09f6c6fb60537f (patch)
tree4ed5c4282e955caac92c495f2bf6f0e47bcfba19
parent7a1c29ec235dfdc8c606658dba82935caf0b65d9 (diff)
New changes file for 1.2.3 version.
Contains list of new features and bug fixes. Change-Id: Ifbe147e34db89d089e4002fce970de836cc8c772 Reviewed-by: Ismo Haataja <ismo.haataja@digia.com>
-rw-r--r--Qt4VS2003/Qt4VSAddin/Changes-1.2.314
1 files changed, 14 insertions, 0 deletions
diff --git a/Qt4VS2003/Qt4VSAddin/Changes-1.2.3 b/Qt4VS2003/Qt4VSAddin/Changes-1.2.3
new file mode 100644
index 00000000..221c0ac1
--- /dev/null
+++ b/Qt4VS2003/Qt4VSAddin/Changes-1.2.3
@@ -0,0 +1,14 @@
+The Qt Visual Studio Add-In version 1.2.3 contains support for VS2013,
+updated help documents and some bug fixes.
+
+Changes
+-------
+- Visual Studio 2013 support.
+- Qt 5.3 help documents included.
+- Handle wchar_t as builtin type, fixed. (QTVSADDINBUG-171)
+- Fix for detecting wince build. (QTVSADDINBUG-176)
+- Release project with debug info enabled links wrong
+ qt dll's, fixed.(QTVSADDINBUG-350)
+- Generated pri/pro files have mixed line endings (LF/CRLF),
+ fixed.(QTVSADDINBUG-351)
+- Intermediate Directory needs a trailing slash, fixed.(QTVSADDINBUG-356)