diff options
| author | Keith Packard <keithp@keithp.com> | 2010-07-29 12:07:49 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-07-29 12:07:49 -0700 | 
| commit | 7877496d47ce6d25210c0e1c6500666dbfc0876c (patch) | |
| tree | 1788c8697f73a9d3a96b37dc47233589b28d0d8d /debian | |
| parent | c71061a37d3d3be2855b61cde33d2371989d7681 (diff) | |
| parent | 4cf39b13a574cb656999cf329f5b08e7f910604b (diff) | |
Merge remote branch 'origin/master'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 44 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 45 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 528ec25a..8d6412f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +altos (0.6+277+gd184819) unstable; urgency=low + +  [ Bdale Garbee ] +  * fix text since TM only has one led to blink +  * add swig as a build dep +  * add a jdk to the build deps + +  [ Keith Packard ] +  * When the EP0 IN buffer is full, don't panic, just skip sending +    another +  * Add libaltos which talks to USB connected altos devices +  * Switch AltosUI to libaltos for device access +  * Present list of altos devices in nice format +  * Re-enable freetts +  * Re-enable Linux support for altosui. +  * Darwin doesn't have strndup. +  * libaltos needs -I. on all systems +  * libaltos: make clean remove all built files +  * libaltos: build fat 10.5-compatible library +  * Add Mac OS X packaging files for altosui +  * Add application icons for Mac OS X +  * Clean up altosui build a bit +  * Remove directories as .class file dependencies; it makes them get +    rebuilt all the time +  * Java clean ups -- use varargs where possible, remove +    AltosSerialReader +  * Java voice reporting cleanups. +  * Force java source encoding to UTF-8 +  * Make ao_log_data re-entrant as it is used for both sensor and GPS +    logs +  * altosui: Catch errors opening USB devices. Limit list to relevant +    devices +  * Make voice and channel menus work. +  * Add voice test command for help in adjusting volume. +  * Remove debug printf +  * altosui: Add eeprom data capture function. No UI yet. +  * altosui: Add progress bar for eeprom downloading status +  * altosui: Fix Save flight data monitor layout, add cancel +  * altosui: Replace device dialog. Center eeprom monitor. +  * altosui: report rocket ground bearing at landing only if known +  * Reset GPS ready status when GPS comes unlocked on the pad + + -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600 +  altos (0.6+236+gcd8aa79) unstable; urgency=low    [ Keith Packard ] diff --git a/debian/control b/debian/control index 590b7650..ba9354b8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: otherosfs  Priority: extra  Maintainer: Bdale Garbee <bdale@gag.com>  Uploaders: Keith Packard <keithp@keithp.com> -Build-Depends: debhelper (>= 7), autoconf, automake, flite1-dev, gawk, libasound2-dev, libgconf2-dev, libglade2-dev, libgtk2.0-dev, libreadline-dev, libusb-1.0-0-dev, nickle, sdcc, libplplot-dev, xsltproc, fop, docbook-xml, docbook-xsl, libsndfile1-dev +Build-Depends: debhelper (>= 7), autoconf, automake, flite1-dev, gawk, libasound2-dev, libgconf2-dev, libglade2-dev, libgtk2.0-dev, libreadline-dev, libusb-1.0-0-dev, nickle, sdcc, libplplot-dev, xsltproc, fop, docbook-xml, docbook-xsl, libsndfile1-dev, swig, openjdk-6-jdk  Standards-Version: 3.9.0  Homepage: http://altusmetrum.org/AltOS | 
