From ef33883eb41ccae69d65c3c5950ce2d072a0f01b Mon Sep 17 00:00:00 2001 From: Tobias Lohner Date: Sun, 16 Mar 2014 22:21:10 +0100 Subject: [PATCH 1/2] Update xcsoar source. --- setup.py | 2 +- xcsoar.submodule | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6aad486..249d0dc 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def read(fname): setup( name='xcsoar', - version='0.2', + version='0.2.1', description='XCSoar flight analysis tools', maintainer='Tobias Bieniek', maintainer_email='tobias.bieniek@gmx.de', diff --git a/xcsoar.submodule b/xcsoar.submodule index 6b1eb24..024fce9 160000 --- a/xcsoar.submodule +++ b/xcsoar.submodule @@ -1 +1 @@ -Subproject commit 6b1eb24596bc450de5724a5194a8720a7e929052 +Subproject commit 024fce93e36abcdc65429bfdd2760ed49fa57d73 From 90b8622123ecf7a9f41368550a3bd91a70a44e70 Mon Sep 17 00:00:00 2001 From: Tobias Lohner Date: Mon, 17 Mar 2014 07:31:43 +0100 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..3f1b59a --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,18 @@ +CHANGELOG +========= + +0.2.1 +----- + +Update XCSoar source to fix some issues: + +- fix double free due to incorrect DECREF in Flight.encode() + +- fix two other improbable memory leaks + +- conversion to RoughAltitude rounds fixed/double numbers before casting to + short to prevent wrong rounding + +0.2 +--- +First version with c++ python interface to XCSoar.