X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=e5cff4de52605786a7e80832894d4787dfcb79fe;hb=adf6cbcba23e24a3824f7e242ec37baa2750ab94;hp=528ec25a305a2cf6d5e42e322cab702251b5d750;hpb=d0fd53bdab2f480cd43b6d7010c2094f4fccda91;p=fw%2Faltos diff --git a/debian/changelog b/debian/changelog index 528ec25a..e5cff4de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +altos (0.6+268+gd0fd53b) unstable; urgency=low + + [ Bdale Garbee ] + * fix text since TM only has one led to blink + + [ 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 Thu, 29 Jul 2010 10:57:54 -0600 + altos (0.6+236+gcd8aa79) unstable; urgency=low [ Keith Packard ]