Skip to content

Commit

Permalink
Update to latest XCSoar 6.8 dev branch HEAD
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
TobiasLohner committed Jul 23, 2014
1 parent 53f621d commit 4433353
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: python
python:
- 2.7

before_install:
- git submodule update --init --recursive

install:
# Install build dependencies
- sudo apt-get update
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

0.3
-----

- update XCSoar source to the latest 6.8 development version

- add QNH processing


0.2.1
-----

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ prune xcsoar.submodule/src/UIUtil
prune xcsoar.submodule/src/Widget
graft xcsoar.submodule/python
graft xcsoar.submodule/test/src
graft xcsoar.submodule/lib/boost
include xcsoar.submodule/tools/GenerateSineTables.cpp
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def read(fname):

setup(
name='xcsoar',
version='0.2.1',
version='0.3',
description='XCSoar flight analysis tools',
maintainer='Tobias Bieniek',
maintainer_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion xcsoar.submodule
Submodule xcsoar.submodule updated from 024fce to efc19d

0 comments on commit 4433353

Please sign in to comment.