From e448f40dfbb913742fa2640c8af16fe000d2b401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 26 Sep 2014 10:32:28 -0300 Subject: Fold in changes --- CHANGELOG | 16 +++++++++++++--- changes/VERSION_COMPAT | 0 changes/bug_dont_raise_nosectionerror | 2 -- changes/feature_6044_diferenciate_linux32_64 | 2 -- 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 changes/VERSION_COMPAT delete mode 100644 changes/bug_dont_raise_nosectionerror delete mode 100644 changes/feature_6044_diferenciate_linux32_64 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 diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT new file mode 100644 index 0000000..e69de29 diff --git a/changes/bug_dont_raise_nosectionerror b/changes/bug_dont_raise_nosectionerror deleted file mode 100644 index fbc2306..0000000 --- a/changes/bug_dont_raise_nosectionerror +++ /dev/null @@ -1,2 +0,0 @@ - o Avoid the try/except idiom when accessing configs to avoid messing - with the client traceback. Fixes #5007. \ No newline at end of file diff --git a/changes/feature_6044_diferenciate_linux32_64 b/changes/feature_6044_diferenciate_linux32_64 deleted file mode 100644 index 6aa8d12..0000000 --- a/changes/feature_6044_diferenciate_linux32_64 +++ /dev/null @@ -1,2 +0,0 @@ -- Add support for multiple archs in the same platform. Closes #6044 -- Stop updater if platform is not defined. Closes #6052 -- cgit v1.2.3