diff options
author | Bdale Garbee <bdale@gag.com> | 2009-09-06 10:40:06 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-09-06 10:40:06 -0600 |
commit | 384dbe9fc7fa8e4e5dceec5e150f0f1d3383bbdc (patch) | |
tree | fb8d256a932f44b05cecd031433544cee1f930f8 | |
parent | 35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0 (diff) |
update changelogs for Debian build
-rw-r--r-- | ChangeLog | 57 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 63 insertions, 0 deletions
@@ -1,3 +1,60 @@ +commit 35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0 +Merge: 4f8eff7 6d018ab +Author: Bdale Garbee <bdale@gag.com> +Date: Sun Sep 6 10:39:23 2009 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 6d018ab933832e2d80bb1564c339d9fb18b57be2 +Author: Keith Packard <keithp@keithp.com> +Date: Sat Sep 5 22:45:49 2009 -0700 + + Handle vageries of .telem files in ao-postflight + + Telem files have multiple entries of the same state, and sometimes + long gaps between recordings. Deal with this as best as possible. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit c46e832b28820d7c5be4efaacbbd7c0607927fe5 +Author: Keith Packard <keithp@keithp.com> +Date: Sat Sep 5 22:03:31 2009 -0700 + + Add simple post-flight analysis tool (ao-postflight) + + This tool reads either an eeprom or telem log file and displays some + rudimentary data (max accel/alt for each flight stage). + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 26f56b51bd11aa91f1d77b81827b49c28cb6ec5f +Author: Keith Packard <keithp@keithp.com> +Date: Sat Sep 5 00:29:26 2009 -0700 + + Add ao-dumplog to capture flight log from command line + + This duplicates the functionality of the flight log stuf in ao-view, + except from the command line where it belongs. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 73adae3661160d410dcc802873b530d255c210e5 +Author: Keith Packard <keithp@keithp.com> +Date: Fri Sep 4 15:30:22 2009 -0700 + + Add --device/-D support to the command line tools and manuals + + Use the new cc_usbdevs_find_by_arg function to locate suitable target + devices connected via USB. + + Signed-off-by: Keith Packard <keithp@keithp.com> + +commit 4f8eff7401ee2d8092ab36fa33411f9b23dda880 +Author: Bdale Garbee <bdale@gag.com> +Date: Fri Sep 4 16:03:55 2009 -0600 + + update changelogs for Debian build + commit 332b056459b1352e233a8bf5f08498df12d32160 Author: Keith Packard <keithp@keithp.com> Date: Fri Sep 4 15:01:32 2009 -0700 diff --git a/debian/changelog b/debian/changelog index ae7b9642..b697e0b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +altos (0.5+33+g35c54b3) unstable; urgency=low + + * build for Debian from git + + -- Bdale Garbee <bdale@gag.com> Sun, 06 Sep 2009 10:40:06 -0600 + altos (0.5+27+g332b056) unstable; urgency=low * build for Debian from git |