summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-09-26 10:33:10 -0300
committerTomás Touceda <chiiph@leap.se>2014-09-26 10:33:10 -0300
commitdce318792f5abda706c5437f363dc8212c7c50f3 (patch)
tree63e8ddd8380a5f08b87c711318bf800ad132604b /CHANGELOG
parente22077a7cf91d4284216f443f03e96a6767a4622 (diff)
parente448f40dfbb913742fa2640c8af16fe000d2b401 (diff)
Merge branch 'release-0.3.2'HEAD0.3.2master
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG16
1 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 65abb84..5c1a4b1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,22 @@
-0.3.1 Nov 1:
+0.3.2 Sept 26, 2014:
+ o Add support for TUF.
+ o Avoid the try/except idiom when accessing configs to avoid messing
+ with the client traceback. Fixes #5007.
+ o Add support for multiple archs in the same platform. Closes #6044.
+ o Stop updater if platform is not defined. Closes #6052.
+ o Gather libQt* from the ones with extension .non-ubuntu if not in
+ an Ubuntu platform. This fixes an issue where TUF downloads over
+ and over those dynamic libs in Ubuntus.
+
+0.3.1 Nov 1, 2013:
o Support user provided logfile option and default to bitmask.log
otherwise. Fixes #4153.
-0.3.0 Aug 23:
+0.3.0 Aug 23, 2013:
o Use bitmask.log instead of leap_client.log. Closes #3424.
o Update launcher icon, jumping guy -> rainbow mask.
o Use system's Qt libs if Ubuntu is detected as the host OS.
o Update launcher.py to use the new namespace leap.bitmask.
-0.2.0 Jul 12:
+0.2.0 Jul 12, 2013:
o First release of the leap client launcher