Skip to content

Commit 4433353

Browse files
committed
Update to latest XCSoar 6.8 dev branch HEAD
This adds some bugfixes in the replay code and QNH processing. The travis before_install is needed to initialize the boost submodules inside xcsoar's repository (see http://docs.travis-ci.com/user/build-configuration/#Git-Submodules)
1 parent 53f621d commit 4433353

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: python
33
python:
44
- 2.7
55

6+
before_install:
7+
- git submodule update --init --recursive
8+
69
install:
710
# Install build dependencies
811
- sudo apt-get update

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
0.3
5+
-----
6+
7+
- update XCSoar source to the latest 6.8 development version
8+
9+
- add QNH processing
10+
11+
412
0.2.1
513
-----
614

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ prune xcsoar.submodule/src/UIUtil
2727
prune xcsoar.submodule/src/Widget
2828
graft xcsoar.submodule/python
2929
graft xcsoar.submodule/test/src
30+
graft xcsoar.submodule/lib/boost
3031
include xcsoar.submodule/tools/GenerateSineTables.cpp

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def read(fname):
8282

8383
setup(
8484
name='xcsoar',
85-
version='0.2.1',
85+
version='0.3',
8686
description='XCSoar flight analysis tools',
8787
maintainer='Tobias Bieniek',
8888
maintainer_email='tobias.bieniek@gmx.de',

xcsoar.submodule

Submodule xcsoar.submodule updated from 024fce9 to efc19dd

0 commit comments

Comments
 (0)