summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2010-10-06 16:19:35 -0600
committerBdale Garbee <bdale@gag.com>2010-10-06 16:19:35 -0600
commit7475ab5804bf3fb12b1b755e850af90d5a15d3eb (patch)
tree8fbc3d78fedff5a111141bac6eb244165ebd041d /debian
parentd8a2f4ceb1c70a6be976a78e2264c961de2f2277 (diff)
update changelogs for Debian builddebian/0.7.1+28+gd8a2f4c
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 98068ad7..87de6dd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,46 @@
+altos (0.7.1+28+gd8a2f4c) unstable; urgency=low
+
+ [ Bdale Garbee ]
+ * make the column headers comma separated, too, so they align with the
+ data
+
+ [ Keith Packard ]
+ * altosui: set default .csv file name in file save dialog
+ * altosui: Remember directory containing firmware files
+
+ [ Anthony Towns ]
+ * Add graphing.
+ * Add JFreeChart to Makefile.am
+
+ [ Keith Packard ]
+ * altosui: Use recorded ground acceleration when reading eeprom files
+ * altosui: Write raw sensor data to .csv files
+ * altosui: Factor some UI elements into separate classes
+ * altosui: remove unused ReplayThread wrapper classes
+ * altosui: Require 4 sats for 'good' GPS data
+ * altosui: Create iterables for log file scanning. Split out display
+ threads
+ * altosui: .CSV output: add link quality, gps hdop and sat C/N0
+ numbers
+ * altosui: Deal with eeprom dates going backwards across wrap
+
+ [ Anthony Towns ]
+ * Hax0r graphing to support telem/eeprom files
+
+ [ Keith Packard ]
+ * altosui: use Altos constants in graphing code
+
+ [ Anthony Towns ]
+ * Add callsign/serial/flight to graph title
+
+ [ Keith Packard ]
+ * altosui: Add KML file export.
+
+ [ Bdale Garbee ]
+ * add build dep on jfreechart lib
+
+ -- Bdale Garbee <bdale@gag.com> Wed, 06 Oct 2010 16:19:12 -0600
+
altos (0.7.1) unstable; urgency=low
[ Keith Packard ]