summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2017-03-14 08:29:29 (GMT)
committerTobias Markmann <tm@ayena.de>2017-03-14 08:29:29 (GMT)
commit8e4ba4c977065f77ea6b9da6cc6e327390d14cf7 (patch)
treeb79127eef0f0fb5bc6e4aee33e6ccce8178a7816 /Swift/ChangeLog.md
parent9601c3e0475a4d05c4c245183c787bd7de805be6 (diff)
downloadswift-8e4ba4c977065f77ea6b9da6cc6e327390d14cf7.zip
swift-8e4ba4c977065f77ea6b9da6cc6e327390d14cf7.tar.bz2
Fix default avatar rendering on Windows
Swift installed from our Windows installer packages would not display the default avatar, due to missing Qt5Svg module. Test-Information: Build Windows installer package on Windows 8, with VS 2013 and Qt 5.4.2. Qt5Svg.dll is installed and default avatars are displayed in the roster. Change-Id: Iaa0fb0b013fc32d9d84897e83902ae7487fe72d7
Diffstat (limited to 'Swift/ChangeLog.md')
-rw-r--r--Swift/ChangeLog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/ChangeLog.md b/Swift/ChangeLog.md
index 4c88d88..a174436 100644
--- a/Swift/ChangeLog.md
+++ b/Swift/ChangeLog.md
@@ -3,6 +3,7 @@
- Fix UI layout issue for translations that require right-to-left (RTL) layout
- macOS releases are now code-signed with a key from Apple, so they can be run without Gatekeeper trust warnings
- Handle sessions being closed by the server
+- Fix display of default avatar on Windows
4.0-beta2 ( 2016-07-20 )
------------------------