From ee6524e0b2fbc2d740f9fd06ca534c73ddc301d4 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 6 Mar 2018 12:26:14 +0000 Subject: [PATCH] Update changelog git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.60@5254 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 326a385bf..76a04b10c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ ====== ChangeLog from 0.5 to 0.6 ====== -In the official collection, there are now 4081 elements, and 539 categoris for a total of 4620 files +In the official collection, there are now 4106 elements, and 539 categoris for a total of 4645 files * Improved performance, added multithreading to speed up the loading of items when launching QET. * RAM consumption has been considerably reduced. @@ -16,6 +16,11 @@ In the official collection, there are now 4081 elements, and 539 categoris for a * In the panel left split the view into a several docks. * High-DPI support (Qt 5.6.0) * new python plugin to generate terminal block. +* Windows packages are now created on a Debian operating system using cross-compilation and targeted to make executable binary files for these operating systems. +This technical evolution allows a significant time saving during the creation of the packages. And we can provide also in the same time Windows XP and Vista packages by cross-compil with Qt 5.7.1 environment +* The Mac OS X executable binary files are created on a virtual environment, moved compiler to latest LLVM clan version, improved dmg packages with added Info.plist. +* An annoying memory leak has been found and solved. Afters hours of use, some users noticed that the RAM consumption growed steadily, up to 10GB or more. This problem is now solved. + ====== ChangeLog from 0.4 to 0.5 ======