diff --git a/ChangeLog.md b/ChangeLog.md index 7834477ec3a246911b74c205909e020dbc512b15..b1284f640fac4a81e0c76349a7487391aab6bfb3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,8 @@ Note: This file only contains high level features or important fixes. * Major rewrite and bug fix pass through Structure Scan. Previous version had such bad problems that it can no longer be supported. Plans with Structure Scan will need to be recreated. New QGC will not load old Structure Scan plans. ### 3.5.1 - Not yet released +* Fix Ubuntu AppImage startup failure +* Update Windows usb drivers * Add ArduPilot CubeBlack Service Bulletin check * Fix visibility of PX4/ArduPilot logo in toolbar * Fix tile set count but in OfflineMaps which would cause image and elevation tile set to have incorrect counts and be incorrectly marked as download incomplete. diff --git a/QGCSetup.pri b/QGCSetup.pri index 642ccce51609b9b960e7258907624b4e017f9473..508ff1f68314c465952172b3fcc32deb5bbc4b5f 100644 --- a/QGCSetup.pri +++ b/QGCSetup.pri @@ -136,9 +136,9 @@ LinuxBuild { !contains(DEFINES, __rasp_pi2__) { QT_LIB_LIST += \ - libicudata.so \ - libicui18n.so \ - libicuuc.so + libicudata.so.56 \ + libicui18n.so.56 \ + libicuuc.so.56 } for(QT_LIB, QT_LIB_LIST) {