diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2014-11-05 22:42:23 +0200 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2014-11-06 12:43:36 +0100 |
commit | 884922d3ef140d25695ca31fb732af0daa198850 (patch) | |
tree | 932d7ae58ab9229d1c724dd2e7691d445ca9fa7c | |
parent | 41db321a69887ce604787eeed210468516b837c8 (diff) | |
download | qt-creator-884922d3ef140d25695ca31fb732af0daa198850.tar.gz |
ChangeLog: Update recent VCS fixes
Change-Id: I43009c13ffac3c8f01d23e7c3e8ece12bf4bb284
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
-rw-r--r-- | dist/changes-3.3.0 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/dist/changes-3.3.0 b/dist/changes-3.3.0 index ddee5bc156..783099ccf1 100644 --- a/dist/changes-3.3.0 +++ b/dist/changes-3.3.0 @@ -112,9 +112,27 @@ Diff Viewer * Fixed reloading patch files (QTCREATORBUG-13241) Version Control Systems - * Removed support for Gitorious * Fixed commit editor line wrapping for lines that end with a dash (QTCREATORBUG-8528) + * Git + * Removed support for Gitorious + * Subversion + * Dropped support for Subversion versions earlier than 1.7.0 + * Fixed deleting of files that were added but not committed + (QTCREATORBUG-13271) + * Fixed detection of .svn directory when opening a file in the + root directory of the repository (QTCREATORBUG-7763) + * Added support for describing the first commit + * Added support for topic display (shows current revision number + in the window title and next to the project node) + * Fixed that commit output was not displayed (QTCREATORBUG-12929) + * Fixed false positive matches for revision number (QTCREATORBUG-11845) + * Added support for trusting server certificate on checkout (QTCREATORBUG-3753) + * Mercurial + * Fixed that describe commit showed its summary but not the full message + * Fixed highlighting of commit message + * Fixed wrong comment notation in commit editor - comment line prefix was + changed to "HG:" instead of "#" FakeVim * Fixed issues with Save As |