prepare to release
[fw/altos] / debian / changelog
1 altos (0.9.7.1) unstable; urgency=low
2
3   [ Keith Packard ]
4   * altos: Lost change that reported flight 0 when log memory was full
5   * altosui: Ancient log files used 'apogee' for 'coast' state
6   * altosui: Add 'On-board Data Logging' indicator to pad tab
7   * altosui: remove debug printf in pad pane
8   * altosui: Disable 'max flight log' config when there are stored flights
9   * altos: Merge common config code in ao_config.c
10   * Bump version to 0.9.7
11   * altos/altosui: Add ability to disable telemetry/rdf completely
12   * altosui: Clean up command line processing. Add --graph
13   * altos-fat/windows: Check and install Java 1.6 as needed
14   * altosui/windows: Fix a bunch of windows compiler warnings.
15   * altosui: Attempt to make both 32- and 64-bit windows DLLs
16   * doc: Add note about telemetry disable mode to 1.0 release notes
17   * doc: Add Installation Recommendations chapter
18   * altosui: Add a few simple unit conversions
19   * altosui: Capture date/time/serial/flight in AltosFlightStats
20   * altosui: Add date/time/serial/flight to flight stats tab
21   * altosui: Show filename in AltosGraph window
22   * altosui: Add --summary option to dump flight stats to stdout
23   * altosui: Make monitor-idle display correct 'On-board data logging' status
24   * altosui: Can't configure flight log max on TeleMini
25   * altosui: fix 'magic' string to signal end of config data
26   * altosui: Only 'show' config dialog once
27   * altosui: Reset all config data on 'reset' command
28   * altosui: Update mac os X library
29   * libaltos: fix Mac OS X function signatures
30   * altosui: add tool-tips to the button box.
31
32   [ Bdale Garbee ]
33   * turn off auto-tagging during Debian build
34   * update changelogs for Debian build
35   * rewind changelog to 0.9.6.0 for rebuild
36   * update changelogs for Debian build
37
38   [ Keith Packard ]
39   * altosui: Use system look&feel
40   * Remove stale tools (ao-dumplog, ao-postflight, ao-view)
41   * altosui: Add tool-tips to config dialogs
42   * altosui: Try to get dialogs to look a little better
43
44   [ Bdale Garbee ]
45   * another test round
46   * roll changelog back in prep for another test build
47   * update changelogs for Debian build
48   * add pkg-config to the build deps
49   * prepare for another rebuild
50
51  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Aug 2011 01:52:35 -0600
52
53 altos (0.9.6.0) unstable; urgency=low
54
55   [ Keith Packard ]
56   * altos: Correct flight log max on Tm to 5k
57   * altosui: Change button to 'Configure Altimeter'
58   * altos: Remove pad_orientation functions from non-accel devices
59   * altos: Add ability to set arbitrary radio frequency
60   * altosui: Add dialogs to configure 'common' frequencies
61   * altosui: Convert from channels to frequencies
62   * Set version to 0.9.5.0
63   * altosui: altimeter is not spelled altimter
64   * altosui: Pull out BlueTooth support
65   * altos: minor type in comment about accel correction
66   * altosui: Must set radio calibration before radio setting
67   * altosui: A few misc cleanups.
68   * altosui: Have single radio_to_frequency function
69   * altosui: Save frequency after setting it in AltosFlightUI
70   * altosui: Show AltosFrequency in scan results
71   * altosui: Remove debugging printfs from AltosSerial
72   * altosui: Flush radio setting to serial device
73   * altosui: Remove unused AltosConfigData from AltosTelemetryReader
74   * altosui: Reading serial from swing thread only bad if remote
75   * altosui: Make set of telemetries to use while scanning configurable
76   * altosui: Add close button to 'fire' dialog
77   * altos: Switch telemini from v0.1 to v1.0
78   * altosui: Don't export product defs from libaltos
79   * altosui: Ensure serial code tracks reply nesting correctly
80   * altosui: Ship TeleMini v1.0 firmware with fat blobs
81   * Altosui: Add flight statistics tab to graph window
82   * altosui: Add a 'Graph Flight' button to the 'landed'  tab
83   * altosui: Prune telemetry file graphs to just the flight
84   * altosui: Plot reasonable data from Tm files
85   * altosui: Move launch-sites.txt file to altusmetrum.org
86   * Bump version to 0.9.6.0
87   * doc: Update altusmetrum.xsl for v1.0 software and TeleMini
88   * doc: Document Ignite Mode and Pad Orientation configuration options
89   * doc: Describe 'stats' tab in Graph UI, 'Graph Flight' button.
90   * doc: Add telemetry docs to debian/linux/mac/windows packages
91   * doc: Add release notes, include them in altusmetrum doc. Shuffle altusmetrum
92   * doc: Add 1.0 release notes.
93   * altos: Pull igniter pins low as soon as possible at boot time
94   * altos: Apply igniter boot pulse-width reduction to telemini
95   * altos: remove monitor disable stubs from altimeter code
96   * ao-tools: ao-list was crashing with more than 3 devices connected
97   * libaltos: Mis-allocated device list in libaltos
98   * altos: shrink text space from ao_config.c
99   * altos: re-write a bit of GPS parsing code to reduce size
100   * altos/altosui: Report log format in the version command
101   * altos: Don't try to use non-basestations for remote eeprom download
102   * altos: Add SPI-based companion board support
103   * altos: Put SPI in slower mode when talking to companion board
104   * altos: Make sure companion task exits cleanly when done
105   * altos: add the 'L' command to show the status of a linked companion board
106   * altos: Check for companion init packet validity was busted
107   * altosui: Add companion support to the flight UI and CSV conversion
108   * altos: Send SPI message at flight state changes
109   * altos: Send serial/flight to companion board
110   * altos: wait 10s for companion to boot
111   * altosui: Clean up eeprom parsing a bit
112   * altosui: Add support for TeleScience eeprom download
113   * altosui: Devices with log-format can also delete flights
114   * altosui: Eliminate inter-chunk flush_input calls
115   * altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions
116   * altos: Correct AO_CONFIG_MINOR from 6 to 7
117   * altos: Reset radio channel to zero when using radio setting
118   * altos: use raw height while waiting for landing
119   * altosui: don't set channel when using radio setting
120   * altosui: Respect storage limits in flight log max config
121
122  -- Bdale Garbee <bdale@gag.com>  Fri, 19 Aug 2011 22:47:25 -0600
123
124 altos (0.9.4.5) unstable; urgency=low
125
126   [ Keith Packard ]
127   * altosui: Mark empty eeprom records 'invalid', don't generate exception
128   * altosui: Always read whole eeprom block, even at end of flight
129   * altosui: Display eeprom parsing errors to user
130   * Revert "src/ao_gps_skytraq.c: Update logging rate to 10Hz"
131
132   [ Anthony Towns ]
133   * src/ao_cmd: Shave off bytes from doc strings
134
135   [ Keith Packard ]
136   * altos: Oops. Lost a couple of commands when merging the doc patch
137   * altosui: Missed jcommon.jar in the Mac OS install image
138   * Bump published version number to 0.9.1
139   * aoview: remove -s option.
140
141   [ Anthony Towns ]
142   * ao_intflash: Use internal flash for storage
143
144   [ Keith Packard ]
145   * altos: Make serial, usb, beeper and accelerometer optional components
146   * altos/test: Use ao_convert.c instead of hand-coded pres → alt func
147   * altos/test: Add baro-only flight test program
148   * altos: Start with packet slave running. Turn off in pad mode.
149   * altos: Add TeleMini v1.0
150
151   [ Anthony Towns ]
152   * ao_intflash: Avoid overwriting code
153
154   [ Keith Packard ]
155   * altos: Switch LED usage for TeleMini around
156   * altos: Switch pins around for TeleMini
157   * bringup: Add script for telemini
158   * ao-load: Make usb descriptor rewriting optional
159   * altos: oops -- altitude reporting wasn't pausing between signals
160   * altos: Internal flash ops block when running from flash
161
162   [ Anthony Towns ]
163   * ignore new flight test file
164
165   [ Keith Packard ]
166   * altos: Add tiny logging for TeleMini/TeleNano
167   * altos: Add kalman filters for baro-only boards
168   * altos: Tiny logging fixes. Scan at start, stop when land or full.
169   * altos: Add TeleNano support
170
171   [ Bdale Garbee ]
172   * fix up script to work and have reasonable texts
173
174   [ Keith Packard ]
175   * altos: Fix mini/nano default log size to available flash space
176   * altos/test: Add scripts to run lots of flights through the code
177   * altos: Write height values to log for nano/mini
178   * altos: Baro-only boards must not detect launch on accel or speed data
179   * altosui: Add software version to Configure AltosUI dialog
180   * altos: Don't init packet slave on TD. Make slave start optional
181   * altos: Configure packet size from send/recv parameters.
182   * altos: Make telemetry interval more consistent
183   * altos: Split out tiny telemetry from full telemetry
184   * altos: Split telenano main from telemini
185   * altos: The kalman code requires a constant sample rate
186   * altos: New telemetry report format (version 4). Supports tiny telemetry.
187   * altos: Add .sdcdbrc file for teledongle
188   * altos: Add nickle kalman implementation.
189   * altos: Switch telemetrum over to kalman filter
190   * altos: Compute a 'trust' value for the barometer
191   * altos/kalman: Kalman terms can be > 1, use 32-bit fixed point
192   * altos: Clean up some debug stuff in ao_flight.c
193   * altos: Add ao_flight_debug code
194   * altos: Missing parens and some bad arithmetic in the kalman code
195   * altos: Fix up flight code testing
196   * altos: Restore sensible kalman values
197   * altos: Ignore alt error for fast->coast. Allow larger error for baro apogee.
198   * altos: Exit flight test at landing. Allow description in test flight list
199   * Add ao_kalman.h to .gitignore
200   * Add description to test flights
201   * altosui: Add support for telemetry version 4
202   * altosui: Add telemetry format menu and preferences
203   * altosui: Remove a bunch of debug printfs from the eeprom manager code
204   * altosui: Add support for downloading TeleMini/TeleNano flight logs
205   * altosui: Remove extra AltosEepromBlock layer
206   * altosui: swing hide/show methods are deprecated
207   * altosui: Allow TM config connection to be canceled.
208   * altos: Variable log rate in full logging code too
209   * altos: full logging must flush pending data before checking state
210   * altosui: Off-by-one error in telemetry format configuration UI
211   * altosui: Allow radio channel to be configured over the radio link
212   * altosui: Tell serial device which frame to use for timeout dialogs
213   * altosui: Handle serial calls from swing thread
214   * altos: Split up flight code into separate flight/sample/kalman bits
215   * altos: Create custom nano flight code
216   * altosui: Clean up packet link connecting dialog
217   * altosui: Make flight log downloading handle 'Connecting...' dialog
218   * altosui: Make deployment testing handle Connecting... dialog
219   * altosui: Display exception messages from swing thread
220   * altosui: Don't display 0000-00-00 for missing flight log dates
221   * altos: ao_sample_preflight was exiting preflight mode immediately
222   * altos: Run RDF beacon after apogee instead of waiting for landing
223   * altos: Enable logging during nano flights
224   * altosui: Parse and export Max flight log value
225   * altosui: Only plot acceleration when present in data file
226   * altos: Reflect ao_flight split in ao_flight_test dependencies
227   * altos: Baro useful ceiling is MSL, not AGL
228   * altos: Make ao_flight_test show true height but report saturated height
229   * altos: Add initial TeleBT code
230   * altos: Add P2SEL_*_MASK defines to cc1111.h
231   * altos: expose set of available stdio values
232   * altos: Provide for a pre-filter on commands
233   * altos: Allow any stdio to be used with packet forwarding
234   * altos: Remove serial monitor command
235   * altos: Make ao_serial_drain public
236   * altos: Clean up usage of serial port for stdio
237   * altos: Clean up serial initialization
238   * altos: Make cmd echo per-connection instead of global
239   * altos: Clean up BT serial communcations
240   * altosui: Add missing AltosTelemetryMap.java file
241   * altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.
242   * altosui: Add TeleBT USB device support
243   * altosui: Add low-level Bluetooth APIs
244   * altos/altosui: Log averaged baro sensor data in Tm/Tn
245   * altosui: oops - lost state changes when downloading eeprom data.
246   * altos: Write a few pre-launch samples for Tm/Tn devices
247   * altosui: Add primitive bluetooth device manager UI.
248   * altosui: Create abstract AltosDevice class
249   * altosui: Make AltosBTDevice implement AltosDevice interface
250   * altosui: Make bluetooth dialog modal
251   * altosui: Use persistent list of bluetooth devices for device dialogs
252   * altos: Add delays to bt startup sequence
253   * altosui: Wait two seconds after bluetooth connect XXX
254   * altos: Solidify BT connections
255   * altos: Simplify BT communications
256   * altos: Remove bt debug command
257   * altos: remove BT logging code
258   * altosui: Eliminate ao_cmd_filter hook
259   * altosui: Make flight data download work through TeleBT
260   * altos: add telebt-v0.0 Makefile
261   * altosui: Separate out flash debug code to separate thread
262   * altosui: Fix TeleBT name in flight monitor title
263   * altosui: Display reader name (usually the device) when an I/O error occurs
264   * altosui: Move AltosIgniteUI device open out of Swing thread
265   * altosui: Fix BT manage dialog so that the device lists resize
266   * altos: Add preliminary telebt v0.1 defines
267
268   [ Bdale Garbee ]
269   * first cut at a telebt turn on script
270
271   [ Keith Packard ]
272   * altos: Add telebt-v0.1 to Makefile
273   * altos: Use USART configuration 1 with flow control for TBT
274   * altos: Fix BT link status pin for real TBT hardware
275   * altos: pull TBT v0.1 ser_reset line low
276   * altos: Add beeper to TBT v0.1
277   * altos: Debugging TBT issues -- check pin configuration after boot
278   * altos: Initialize beeper for telebt
279   * altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
280   * altos: clear CPU port 1 interrupt flag when handled
281   * Revert "altos: Debugging TBT issues -- check pin configuration after boot"
282   * Switch version to 0.9.4
283   * altosui: Handle old TeleDongle receiving kalman telemetry packets
284   * altos: Rename telemetry to telemetry_orig
285   * altos: Add arbitrary telemetry packet monitoring
286   * altos: Add checksum to TELEM output lines
287   * altos: Start adding new telemetry frame definitions
288   * altos: ao_radio_recv needs byte count *including* rssi and status
289   * altosui: Support raw telemetry from TeleDongle
290   * doc: Add telemetry format description
291   * doc: Complete initial telemetry description
292   * doc: Fix a few minor telemetry doc mistakes
293   * Version strings must be < 8 bytes long
294   * altos: teledongle does not need ao_packet_slave.c
295   * altos: Shrink const space in ao_config
296   * altos: Add sat info to GPS report command
297   * altos: Shrink help text
298   * altos: Add split telemetry code
299   * altos: Complete new telemetry switchover
300   * altosui: Parse remaining standard telemetry packets
301   * doc: Chang Config and Location packets
302   * altos: Adapt to changes in telemetry Configuration packet
303   * doc: Add section about TeleDongle USB line format
304   * altosui: Elide nul bytes at end of telemetry string values
305   * altosui: Elide missing values from graphs
306   * altosui: Add main/drogue voltages to default graph
307   * altosui: Remove debug printf.
308   * altosui: Compress telemetry records marked with the same time
309   * altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
310   * altos: Shrink ao_config_callsign_set
311   * altos: Shrink ao_add_task by rolling up a memset loop
312   * altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdata
313   * altos: Switch ao_ignite and ao_gps_sirf __xdata to __pdata
314   * altos: Switch ao_log.c and ao_log_big.c __xdata to __pdata
315   * altos: Switch ao_report.c __xdata to __pdata
316   * altos: Switch ao_rssi.c __xdata to __pdata
317   * altos: Switch ao_sample.c __xdata to __pdata
318   * altos: Switch ao_serial.c __xdata to __pdata
319   * altos: Switch ao_stdio.c __data to __pdata
320   * altos: Switch ao_telemetry.c __xdata to __pdata
321   * altos: Switch ao_usb.c __xdata to __pdata
322   * altos: Switch const for __code in struct ao_cmds
323   * altos: switch ao_cmd __xdata to __pdata
324   * altos: Switch ao_config.c __xdata to __pdata
325   * altos: Switch ao_dbg.c __xdata to __pdata
326   * altos: Switch ao_flight and ao_flight_nano __xdata to __pdata
327   * altos: Switch flash drivers __xdata to __pdata
328   * altos: Switch Tm and Tn to common telemetry code
329   * altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c
330   * altos: Ensure low-rate telem packets interleave with sensor telem packets
331   * altos: product defines are always in ao_product.h
332   * altosui: Build device constants into .java code
333   * altosui: Don't show missing igniter and gps values
334   * altos: new versions of sdcc require __ prefixes for custom keywords
335   * Set version to 0.9.4.3 for Bdale 2011-7-16 flights
336   * altosui: Start adding support for scanning radio for available devices
337   * altosui: Pop up monitor window from scan dialog
338   * altosui: Remove debugging printf from AltosLog
339   * altosui: Configuration telemetry record includes flight number
340   * altosui: Finish radio scanning UI
341   * altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
342   * altosui: Initialize channel and telemetry before use in ScanUI
343   * altosui: Set 'seen' bits in legacy telemetry packet reader
344   * altosui: Add map preloading GUI
345   * altosui: Try to avoid resize weirdness with map preloading
346   * altosui: Flush telemetry lines before starting to watch for scan results
347   * altosui: Display full map preload area in view.
348   * altosui: Remove a bunch of sitemap debugging printfs
349
350   [ Anthony Towns ]
351   * altosui: Make sure degree and minute values are visible (map preload)
352
353   [ Keith Packard ]
354   * Set version to 0.9.4.4
355   * altos, altosui: Add igniter mode (dual, apogee, main)
356   * altosui: Download list of site locations for map preloading
357   * altosui: Add launch-sites.txt
358   * altosui: Add a bunch more site locations
359   * altosui: Mark preload site location with red circles (like launch)
360   * Fix NCR Pawnee location
361   * Add HARA Bragg Farms site
362   * altosui: Change continutity colors to yellow/magenta
363   * altos: Add ability to read new TELEM files to ao_flight_test
364   * altos: Average height values for landing detection
365   * altos: Reduce height averaging filter time constant
366   * altos: Require sequencing through 'main' state before landing
367   * altosui: Standard text field in flight UI needs more width (now 20)
368   * altosui: Parse accel cal from 'c s' command
369   * altosui: Simple timeouts don't work with query data
370   * altosui: Add idle monitor dialog
371   * altos/altosui: Add pad orientation configure option
372
373   [ Bdale Garbee ]
374   * update version for a Bdale build for use turning on TeleMini v1.0
375   * simplify version in last changelog entry so git-dch is less confused
376   * update changelogs for Debian build
377   * update changelogs for Debian build
378   * stop doing automatic tag push during builds
379   * build depend on bluetooth dev package
380   * clean up all existing lintian warnings
381   * rewind changelog for re-build of 0.9.4.5
382
383  -- Bdale Garbee <bdale@gag.com>  Mon, 08 Aug 2011 09:37:04 -0600
384
385 altos (0.9.1) unstable; urgency=low
386
387   [ Keith Packard ]
388   * ao-load: fix usage message to note that '=' is required for options
389   * altos/test: Add dependencies in the Makefile for ao_flight_test
390   * altos/test: auto-configure acceleration parameters from the log file
391
392   [ Anthony Towns ]
393   * ao_radio: generalise setup of packet size
394   * src/ao_gps_skytraq: simplify parsing code
395   * src/ao_gps_skytraq.c: Update logging rate to 10Hz
396
397   [ Bdale Garbee ]
398   * tie bringup scripts to Bdale's bench TeleDongle
399
400  -- Bdale Garbee <bdale@gag.com>  Fri, 01 Apr 2011 20:02:12 -0600
401
402 altos (0.9) unstable; urgency=low
403
404   [ Bdale Garbee ]
405   * prepare to release
406   * update changelogs for Debian build
407   * update turnon script to prefer TeleDongle as programmer
408
409   [ Keith Packard ]
410   * altos: Program default flight log max value for new boards
411
412  -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jan 2011 12:46:47 -0700
413
414 altos (0.8.1+81+g4ae724f) unstable; urgency=low
415
416   * we need an install target to prevent parent dir make from failing
417
418  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:55:36 -0700
419
420 altos (0.8.1+79+g9a5666f) unstable; urgency=low
421
422   [ Keith Packard ]
423   * doc: Don't delete telemetrum-outline.pdf
424   * doc: Add v0.9 features from altosui to documentation.
425
426   [ Bdale Garbee ]
427   * add 0.9 revision entry, with caveat about telemetry format change
428   * freshen copyright year
429
430   [ Keith Packard ]
431   * fat: Add firmware for v1.1 and docs to mac/windows/linux installers
432   * fat: Add docs to Linux package
433   * doc: Build with 'make all' from top level. Build with 'make fat'
434
435  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:47:52 -0700
436
437 altos (0.8.1+71+gda42f40) unstable; urgency=low
438
439   [ Keith Packard ]
440   * doc: Add telemetrum mounting template in svg and pdf forms
441
442   [ Mike Beattie ]
443   * Re-order and re-arrange eeprom download dialog
444   * Convert EepromSelect dialog to use a GridBag
445   * Close serial port if Download/Delete dialog is cancelled.
446
447   [ Keith Packard ]
448   * altosui: Reset eeprom download instance variables before reading
449     flight
450   * altosui: Make serial debug more complete and accurate
451   * altosui: Use long input flush timeout when remote.
452   * altosui: Remove debug message when eeprom downloads are complete.
453   * altosui: Ensure serial device is closed after eeprom download
454     finishes
455   * altosui: Require 4 sats to light up the 'GPS locked' light.
456   * doc: inkscape tracks the filename inside the document
457   * altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
458   * altos: Flush log when full
459
460   [ Anthony Towns ]
461   * altos: Restructure skytraq NMEA parsing code to save some space
462
463   [ Keith Packard ]
464   * altos: average 512 accel/baro samples at startup instead of 1000
465
466   [ Mike Beattie ]
467   * altos: Added check for an accel value above 1.5g
468   * altos: Added check for out of bounds accel
469
470   [ Keith Packard ]
471   * altos: Add DATA_TO_XDATA to linux test harness
472   * altosui: Remove spurious colons from eeprom selection headers
473
474   [ Mike Beattie ]
475   * Rework invalid accel cal detection code
476
477   [ Keith Packard ]
478   * altos: Auto-calibrate linux-based flight testing code
479   * altos: Ensure flight code gets first crack at new ADC data
480   * altos: Sample the accelerometer reference voltage on v1.1 boards
481   * altos: Optimize fetching of ADC data in flight code
482   * altos: Use 5V reference data to correct accelerometer measurements.
483   * doc: Remove mention of ao_wake_task
484
485   [ Bdale Garbee ]
486   * update documentation to reflect reality that modifying a board for
487     separate pyro battery is not trivial
488
489  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 17:26:33 -0700
490
491 altos (0.8.1+42+g646e192) unstable; urgency=low
492
493   [ Keith Packard ]
494   * altosui: Show dialog after successful delete or when no flights
495   * altosui: Ensure serial line is flushed after disabling remote link
496   * altosui: Add preference for serial debugging.
497
498  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 18:00:51 -0700
499
500 altos (0.8.1+37+g97b1ca9) unstable; urgency=low
501
502   [ Keith Packard ]
503   * altos: Add configuration parameter for maximum flight log size
504   * altos: support storage of multiple flights.
505   * altos: Speed up at45 and 25lc erase speeds
506   * altos: white space fix
507   * altos: report flight log offsets in hex block numbers instead of
508     bytes
509   * altos: ensure erase mark is written when erasing flights
510
511   [ Anthony Towns ]
512   * altos: Optimize Morse code generation
513
514   [ Keith Packard ]
515   * altos: Check requested log max size against available space
516   * altos: Check for full log and complain
517   * altosui: Add configuration of flight log size
518
519   [ Anthony Towns ]
520   * altos: Remove unused accel_vel_mach and accel_vel_boost variables
521   * altos: Remove redundant initialization of ao_interval variables
522
523   [ Keith Packard ]
524   * altosui: Split eeprom download code apart
525   * altos: oops -- 'e' command was only showing 7 of the 8 bytes per
526     line
527   * altosui: Add support for parsing list of flights from the 'l'
528     command
529   * altosui: Add eeprom 'manage' ui to download and delete multiple
530     flights
531   * altos: check for valid flight number in ao_log_delete
532
533  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 14:30:37 -0700
534
535 altos (0.8.1+18+g408a3e0) unstable; urgency=low
536
537   [ Anthony Towns ]
538   * altosui: move maps to subdir, fix E/W mismatch
539
540   [ Keith Packard ]
541   * altos: clean up radio abort paths. Share radio code.
542   * altos: eliminate ao_wake_task
543   * windows: Add compatibility IDs to telemetrum.inf
544   * windows: Update NSIS installer file to use compatibility IDs
545   * altos: Split out SPI driver.
546   * altos: Add telemetrum-v1.1 directory
547   * altos: packet and usb i/o routines use 'char', not 'uint8_t'
548   * altos: Simplify storage API
549   * altos: Require manual flight erasing.
550   * altos: Move common storage code to ao_storage.c. Add M25P80 driver
551   * altos: Rip out 'optimization' in ao_log_scan
552   * altos: Mark end of available flight list with 'done' to make the UI
553
554  -- Bdale Garbee <bdale@gag.com>  Fri, 07 Jan 2011 00:51:41 -0700
555
556 altos (0.8.1+4+gea95c06) unstable; urgency=low
557
558   * fix symlink paths in rules file
559
560  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:14:24 -0700
561
562 altos (0.8.1+2+gea7130e) unstable; urgency=low
563
564   * modify Debian package build to deliver one copy of background.png
565     for
566
567  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:03:14 -0700
568
569 altos (0.8.1) unstable; urgency=low
570
571   [ Bdale Garbee ]
572   * moved doc dir in web content to AltOS tree
573   * fix publish target in doc/Makefile
574   * fix section layering
575   * fix an Altos vs Altus typo in the docs
576   * adding Bdale's release process document to the source tree
577
578   [ Keith Packard ]
579   * windows: Add jfreechart.jar and jcommon.jar to windows install image
580   * Move "Releasing" to top level
581   * Add minimal release testing plan to Releasing
582
583   [ Bdale Garbee ]
584   * releasing 0.8.1
585
586  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Nov 2010 21:46:54 -0700
587
588 altos (0.8) unstable; urgency=low
589
590   [ Keith Packard ]
591   * altosui: Correct windows hardware IDs for nsis installer file
592   * windows: try harder to get windows install to work
593   * windows: remove some non-existent .inf file section references
594   * windows: more .inf file hacking
595   * windows: Bump .inf file version
596
597   [ Bdale Garbee ]
598   * declaring 0.8 released
599   * update changelogs for Debian build
600   * update changelogs for Debian build
601   * rewind changelog to recover from stupid build failure
602
603  -- Bdale Garbee <bdale@gag.com>  Sun, 28 Nov 2010 18:32:12 -0700
604
605 altos (0.7.1+168+gcb08bc2) unstable; urgency=low
606
607   [ Keith Packard ]
608   * altosui: Split out flight monitoring to separate window
609   * altosui: Create buttons for main actions
610   * altosui: Fix channel setting at serial open time
611   * altosui: Fix more calls to AltosPreferences.channel()
612   * altosui: Create abstract interface for flight data display
613   * altosui: Add tab UI with 'pad' mode.
614   * altosui: Add ascent, descent and landed tabs
615
616   [ Bob Finch ]
617   * Updated PKGBUILD-git.altos
618
619   [ Keith Packard ]
620   * altos: Use grey leds when unlit - easier to see
621
622   [ Anthony Towns ]
623   * use value_font for values
624   * add --replay command line argument
625   * read preferences for --replay
626   * reduce font size for FlightInfoTable
627   * use grayled.png for off
628   * add compass bearing to voice output
629   * add compass bearing during descent
630   * add site map tab, at least for QRS launches
631   * tabs -> spaces
632   * make infotable scrollable, revert its fontsize to 14
633   * pull up maps for arbitrary locations
634   * better error behaviour if no map
635
636   [ Bdale Garbee ]
637   * first cut at instructions on how to re-flash TM and TD devices based
638     on email
639   * fold in content from Keith's email on the re-flashing subject
640
641   [ Keith Packard ]
642   * altosui: Add RF calibration to TeleMetrum config dialog
643
644   [ Anthony Towns ]
645   * AltosTelemetryReader: actually open serial port
646   * AltosSiteMap: add targeting circles around landing site
647
648   [ Bdale Garbee ]
649   * continuing to work on the docs
650
651   [ Keith Packard ]
652   * altosui: Eliminate unncessary import altosui lines
653   * altosui: Open serial device at 'new' time. Prohibit duplicate opens.
654   * altosui: Replace flight status table with labels, fix resize.
655   * altosui: With --replay option, exit when replay window is closed
656   * altosui: oops, missed a file in the previous commit
657   * altosui: eliminate menu bar, moving elements to buttons.
658   * altosui: add reboot button to telemetrum configuration UI
659
660   [ Bdale Garbee ]
661   * add a paragraph about forcing TM back to idle mode if an accel cal
662     goes badly
663
664   [ Keith Packard ]
665   * altosui: Add callsign configuration in AltosUI configuration dialog
666   * altosui: Cleanup flight UI layout
667   * altosui: Add igniter status to ascent and descent tabs
668
669   [ Anthony Towns ]
670   * altosui: tile site maps
671   * AltosSiteMapTile: autoscale to about 2 nmi per tile
672   * AltosSiteMapTile: adjust centering calculation
673   * AltosSiteMapTile: adjust scale to 1 nmi per tile
674
675   [ Keith Packard ]
676   * altosui: Add igniter ground testing code
677   * altosui: Unify datafile selection to AltosDataChooser
678   * altosui: Clean up global AltosUI configuration settings dialog
679   * doc: Add preliminary altosui documentation
680   * doc: git ignore generated doc files
681   * doc: Document the 'Flash Image' operation.
682   * altosui: Use timeouts to recover from broken packet links.
683
684   [ Bdale Garbee ]
685   * update turnon scripts to use stashed copies of stable release
686     firmware
687
688   [ Keith Packard ]
689   * altosui: switch channel selector to combo box. Shorten displayed
690     device names
691   * altosui: When switching log files, don't terminate log thread
692   * altosui: calling thread.interrupt with null thread doesn't work well
693   * altosui: Initialize display thread state in constructor instead of
694     run
695   * altosui: Fix channel changing in flight UI to actually work
696
697   [ Anthony Towns ]
698   * AltosSiteMap: add autoscroll and grabndrag scroll
699   * AltosSiteMapTile: seperate map and drawing layers
700   * AltosSiteMap: automatic fetching of map data
701   * AltosSiteMapTile: draw boost circle as well as landed
702   * AltosAscent/Descent: tidy up layout
703   * AltosDescent: switch elev from height to range
704
705   [ Keith Packard ]
706   * altosui: re-indent
707
708   [ Anthony Towns ]
709   * AltosSiteMap: major refactoring
710   * Add GrabNDrag.java
711
712   [ Keith Packard ]
713   * altosui: change descent tab formatting to four columns
714
715   [ Anthony Towns ]
716   * AltosSiteMap: be more polite about preferred size
717   * altosui: reindent
718
719   [ Keith Packard ]
720   * altosui: Rewrite info table to mix with scroll pane well. Fix
721     startup size
722
723   [ Anthony Towns ]
724   * AltosSiteMap: better gps check, lower zoom
725
726   [ Keith Packard ]
727   * altosui: Set site map flight path lines to 6 pixels anti-aliased.
728
729   [ Anthony Towns ]
730   * AltosSiteMap: explain tile size better
731   * AltosSiteMap: extend map if rocket goes far away
732   * AltosSiteMap: try to get new tile construction right
733   * AltosSiteMap: thread safe tile addition
734   * AltosSiteMap: refactor tile collection
735   * AltosSiteMap: never accept 0,0 as lat/long
736   * AltosSiteMap: limit nr of tiles to 200x200
737
738   [ Keith Packard ]
739   * altosui: When fixing eeprom gps time information, make GPS data
740     valid
741
742   [ Anthony Towns ]
743   * AltosSiteMap: ensure buffer around active tile
744   * altosui: improve sitemap scrolling behaviour
745   * altosui: keep sitemap more centred on rocket
746
747   [ Keith Packard ]
748   * altos: Add on/off modes to 'C' command
749
750   [ Bob Finch ]
751   * Added PKGBUILDs for deps into contribs
752
753   [ Keith Packard ]
754   * altosui: Close serial port when debug link fails
755   * altos: assume igniter worked.
756
757   [ Bdale Garbee ]
758   * add a rudimentary --help for command line use
759
760   [ Keith Packard ]
761   * doc: Add internal documentation for AltOS
762
763   [ Anthony Towns ]
764   * altosui: don't switch away from user selected tab
765   * altosui: sitemap uses rocket gps if no pad gps
766
767   [ Bdale Garbee ]
768   * merge Keith's AltosUI documention into "the big book"
769   * lose the placeholder on how GPS works, as it's going to be a
770
771   [ Keith Packard ]
772   * altos: remove unused variable from ao_igniter
773   * altos: Don't abort radio transmissions with ao_radio_abort
774   * altos: Make radio test command careful with the radio mutex.
775   * altosui: Make AltosSerial.flush_input keep reading while non-empty
776   * altosui: New AltosSerial.set_radio function sets channel/call
777   * altosui: Disable radio configation over packet link.
778   * altosui: Let people fire igniters that don't read as 'ready'
779   * altosui: Make sure packet mode is turned off when the connection
780     fails
781
782   [ Anthony Towns ]
783   * docs: Document altosui "Graph Data" button
784
785   [ Keith Packard ]
786   * Move altosui to the top level, placing libaltos inside it.
787
788   [ Anthony Towns ]
789   * doc: Document altosui "Site Map" tab
790
791   [ Keith Packard ]
792   * Missing change to top level Makefile to build altosui
793
794   [ Bdale Garbee ]
795   * fix missing section close in Site Map content
796   * tweak rev history
797   * manually fold in documentation work from the master branch
798
799   [ Keith Packard ]
800   * doc: Reformat altos to use sections for each function
801   * doc: Add more authors, fix URL formatting, note that AltosUI
802     actually exists
803   * doc: Rename telemetrum-doc as altusmetrum
804
805   [ Bdale Garbee ]
806
807  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Nov 2010 01:10:18 -0700
808
809 altos (0.7.1+36+g811ced6) unstable; urgency=low
810
811   [ Bdale Garbee ]
812   * remove the csv build dep, as that code will be abandoned
813
814   [ Keith Packard ]
815   * altosui: Remove ability to graph data in .csv files
816   * altosui: Separate out jfreechart and jcommon directories
817
818  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 17:47:32 -0600
819
820 altos (0.7.1+32+g8103432) unstable; urgency=low
821
822   * add build-dep on libcsv-java
823
824  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:25:57 -0600
825
826 altos (0.7.1+28+gd8a2f4c) unstable; urgency=low
827
828   [ Bdale Garbee ]
829   * make the column headers comma separated, too, so they align with the
830     data
831
832   [ Keith Packard ]
833   * altosui: set default .csv file name in file save dialog
834   * altosui: Remember directory containing firmware files
835
836   [ Anthony Towns ]
837   * Add graphing.
838   * Add JFreeChart to Makefile.am
839
840   [ Keith Packard ]
841   * altosui: Use recorded ground acceleration when reading eeprom files
842   * altosui: Write raw sensor data to .csv files
843   * altosui: Factor some UI elements into separate classes
844   * altosui: remove unused ReplayThread wrapper classes
845   * altosui: Require 4 sats for 'good' GPS data
846   * altosui: Create iterables for log file scanning. Split out display
847     threads
848   * altosui: .CSV output: add link quality, gps hdop and sat C/N0
849     numbers
850   * altosui: Deal with eeprom dates going backwards across wrap
851
852   [ Anthony Towns ]
853   * Hax0r graphing to support telem/eeprom files
854
855   [ Keith Packard ]
856   * altosui: use Altos constants in graphing code
857
858   [ Anthony Towns ]
859   * Add callsign/serial/flight to graph title
860
861   [ Keith Packard ]
862   * altosui: Add KML file export.
863
864   [ Bdale Garbee ]
865   * add build dep on jfreechart lib
866
867  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:19:12 -0600
868
869 altos (0.7.1) unstable; urgency=low
870
871   [ Keith Packard ]
872   * Add firmware and libaltos to 'fat' target at top-level
873   * altosui: Remove some debug printfs.
874   * altosui: libaltos.so is built with libtool -- it's in
875     ../libaltos/.libs
876   * Add --with-fat-dir configure option to publish finished stand-alone
877     bits
878   * altosui: Fix telemetry file reader to handle tick count wrapping
879   * altosui: Remove debug printfs from AltosTelemetryReader
880   * altosui: Fill in time value of last Eeprom record read from file
881   * altosui: Stop parsing eeprom file after hitting 'landed' state
882
883  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Sep 2010 00:09:02 -0600
884
885 altos (0.7+96+g48f5799) unstable; urgency=low
886
887   [ Keith Packard ]
888   * altosui: conflating USB product and vendor IDs is a bad idea
889
890  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 21:29:13 -0600
891
892 altos (0.7+94+g1ac3d7e) unstable; urgency=low
893
894   * initial cut at an altosui man page
895
896  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:34:38 -0600
897
898 altos (0.7+92+g0ea7576) unstable; urgency=low
899
900   [ Bdale Garbee ]
901   * handle versioning of ihx files (poorly) by just wildcarding the file
902     name
903
904   [ Keith Packard ]
905   * altosui: Need to have JVM include path substituted into libaltos
906     Makefile
907   * altosui: Store libaltos.so in $(libdir)/altos
908   * altosui: Display error dialog when AltOS JNI library can't be loaded
909
910  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:05:44 -0600
911
912 altos (0.7+86+g6c0ae7e) unstable; urgency=low
913
914   [ Keith Packard ]
915   * altosui: Add explicit requirement to create classes directory
916   * altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and
917     ia64
918   * altosui: hack to make JAVAROOT directory get created before javac
919     runs
920   * altosui: remove FATJAR from all-local to avoid building fat .jar
921     file
922
923   [ Bdale Garbee ]
924   * add libtool to build deps
925
926   [ Keith Packard ]
927   * altosui: Add windows installer build using 'nsis'
928   * altosui: ignore built files
929   * altosui: oops. renamed the nsis file to altos-windows.nsi
930   * icon: add some icons for application programs
931   * altosui: Add icons to application and Windows menus.
932   * Use autotools for altosui and libaltos
933   * altos: add some SDCDB config files
934   * Ignore libtool files.
935   * Add version numbers to released files. Set version to 0.7.1
936   * Add top-level 'fat' target to aid building distribution files
937   * altosui: Fix windows installer to ship correct files
938   * altosui: Fix up Mac OSX .zip file
939   * altosui: Fix linux fat distribution
940   * altosui: Return AO_LOG_INVALID instead of exception for eeprom files
941   * altosui: Remove debugging printf from AltosEepromReader
942   * altosui: Eeprom files contain only one date; save it.
943   * altosui: Add elevation and range data to main display
944   * altosui: When replay thread is interrupted, don't make final report
945   * altosui: Start idle thread after the rocket leaves the pad
946   * altosui: Add AltosVoice.drain() to wait for queued speech to finish
947   * altosui: Prevent voice altitude data from queueing up
948   * altosui: Use local .class files in the classpath
949   * altosui: Record flight number when scanning file, not when running
950   * altosui: eeprom files place 'boost' time in the flight number
951     record.
952   * altosui: ensure that 'altosui' script is installed. Pass arguments
953     along.
954
955  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 15:43:28 -0600
956
957 altos (0.7+53+g59798c6) unstable; urgency=low
958
959   [ Keith Packard ]
960   * altosui: Abort flashing if debug port isn't working
961   * altosui: allow flashing to be canceled from the rom config dialog
962   * altosui: Hide internal rom config UI helper function
963   * altosui: Remove some debug printfs from AltosRomconfig class
964   * altosui: Post error dialog on invalid ROM config values.
965   * altosui: build Mac OS .zip file to include paths
966   * altosui: Report telemetry CRC errors in UI
967   * altosui: Deal with altos bug setting radio channel while monitoring
968   * altosui: Allow 'connect to device' when already connected
969   * Revert "altosui: Deal with altos bug setting radio channel while
970     monitoring"
971   * altosui: Must flush serial line after configuring for telemetry
972   * altosui: Catch I/O errors on telemetry device, report to user
973
974  -- Bdale Garbee <bdale@gag.com>  Sat, 04 Sep 2010 00:46:12 -0400
975
976 altos (0.7+40+g59a40f6) unstable; urgency=low
977
978   [ Bdale Garbee ]
979   * add distclean targets to libaltos and altosui to all Debian package
980     to build, and clean up other distclean content as needed
981
982   [ Keith Packard ]
983   * altosui: missed AltosReader.class in the Makefile
984   * altos: Bounds check Skytraq GPS tracking data array
985   * altosui: Remove Manifest.txt from git repo as it's built now
986
987  -- Bdale Garbee <bdale@gag.com>  Thu, 02 Sep 2010 00:44:15 -0400
988
989 altos (0.7+28+gd006c5e) unstable; urgency=low
990
991   * add runtime dependencies for altos binary package
992
993  -- Bdale Garbee <bdale@gag.com>  Tue, 31 Aug 2010 00:20:00 -0400
994
995 altos (0.7+26+gc35632e) unstable; urgency=low
996
997   * don't build all the "fat" jar deliverables by default
998
999  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:37:40 -0600
1000
1001 altos (0.7+23+g25764fc) unstable; urgency=low
1002
1003   [ Bdale Garbee ]
1004   * fix up for an 0.7 release
1005   * update changelogs for Debian build
1006
1007   [ Keith Packard ]
1008   * libaltos: AltusMetrum devices use more than one USB ID.
1009   * altosui: provide separate flush_input/flush_output for serial. deal
1010     with monitor automatically
1011   * altosui: discard invalid lines while reading Eeprom flight data
1012   * libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
1013   * libaltos: Missing OS_LDFLAGS on cjnitest build
1014   * libaltos: cjnitest needs altos_flush now
1015   * altos: flush pending output when terminating packet mode
1016   * altos: Abort radio harder when terminating packet mode.
1017   * altos: shut down packet mode cleanly
1018   * libaltos: Fix windows build.
1019   * libaltos: Improve Makefile
1020   * Update telemetrum.inf to include all current USB ids.
1021   * libaltos: Add pre-built Mac OS X libaltos.dylib
1022   * libaltos: Add pre-built Windows .dll
1023   * altos: Windows sends USB Out packets of 0 length. Ack them.
1024   * libaltos: Use overlapped I/O on windows
1025   * altosui: Build linux, mac and windows archives on Linux
1026   * altosui: build debian-style altosui too
1027   * altosui: Devices with USB id 0x000a always get listed
1028
1029   [ Bdale Garbee ]
1030   * continue even if rm's don't have anything to do
1031   * make invocation of 'install' pathless to work on more Unix variants
1032   * add a .gitattributes file, configuring the Mac and Windows binary
1033     library
1034
1035  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:07:13 -0600
1036
1037 altos (0.7) unstable; urgency=low
1038
1039   * update changelogs for Debian build
1040   * fix up for an 0.7 release
1041
1042  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 22:25:38 -0600
1043
1044 altos (0.6+375+g0bd4cc0) unstable; urgency=low
1045
1046   * fix path to installed shared library
1047
1048  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
1049
1050 altos (0.6+373+gcf65c6b) unstable; urgency=low
1051
1052   [ Keith Packard ]
1053   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
1054     constants
1055   * altosui: Capture config and version info in .eeprom files
1056   * altosui: Merge gps date and time classes into gps class
1057   * altosui: Clear displayed data rows as needed.
1058   * altosui: Split status and info panels into separate files
1059   * altosui: Explicitly initialize Altos class
1060   * altosui: Split flight record out of telemetry class
1061   * altosui: Compute flight state from eeprom data
1062   * altosui: Add comments to Eeprom reader
1063   * altos: add callsign to packet mode, increase payload to 64 bytes
1064   * altosui: Start adding code to write csv files from eeprom/telem
1065     files
1066   * ao-dumplog: add --channel option (for use with -R option)
1067   * libaltos: integrate Windows support.
1068   * altosui: Select devices by USB vendor/product ID.
1069   * altos: Define USB product ID in per-product Makefile.defs file
1070   * altosui: Make teledongle callsign configurable
1071   * altosui: Add TeleMetrum configuration
1072   * altosui: Set callsign when fetching eeprom data over the air
1073
1074   [ Bdale Garbee ]
1075   * add freetts as a build dep
1076   * working on java packaging details
1077
1078   [ Keith Packard ]
1079   * altosui: Add .ihx file reading code and stub out flashing UI
1080   * altosui: Add debug dongle API, split flash UI out
1081   * ao-dumplog: Fix --remote and --channel options to actually work
1082   * altosui: pad TM config dialog values to avoid clipping descenders
1083   * libaltos: use pipe to wake up getchar on close. use mutexes
1084   * altosui: Add lots more cc1111 debug interface functions
1085   * altosui: remove debug printf from AltosHexfile
1086   * altosui: flush serial output before waiting for reply
1087   * altosui: Remove debug printf from AltosRomconfig
1088   * altosui: Finish device programming code
1089   * altos: Place rom config variables in fixed location
1090   * altosui: make default Manifest look for built-in freetts
1091   * altosui: Separate out log file choosing dialog to share with CSV
1092     generator
1093   * altosui: refactor logfile chooser dialog to share more code
1094   * altosui: Add ability to create CSV file from telem or eeprom files
1095   * altosui: disable radio monitoring while using serial line for
1096     debugging
1097   * altosui: Delay mapping Flash UI until flashing actually starts
1098   * altosui: fetch existing romconfig for flashing
1099   * altosui: always display romconfig ui while flashing
1100   * altosui: write USB serial number string while flashing
1101   * altosui: flush replies from serial link when entering debug mode
1102   * altos: always rebuild ao_product.c to track git version
1103   * altos: print GPS state flags in GPS 'g' command
1104   * altos: mark gps date written only after it gets into eeprom
1105   * altosui: Move number parsing code to Altos general class
1106   * altosui: Add AltosGreatCircle constructors
1107   * altosui: add rssi and distance/dir from pad to CSV files
1108   * altosui: AltosEepromReader was mis-setting boost tick
1109   * altosui: Add support for old (version < 3) telemetry files
1110   * altosui: Serial line is in UTF-8 encoding. Deal with it.
1111   * altosui: When parsing saved telem files, errors shouldn't abort file
1112   * altosui: Remove debug printf from AltosState.java
1113   * altosui: command line args are converted to csv format
1114   * altos: prepare for sdcc 2.9.1
1115
1116   [ Bdale Garbee ]
1117   * add a dummy install target
1118   * lose the prebuild hook for now while I'm fumbling
1119   * add install target for libaltos
1120   * add an install target for altosui
1121
1122   [ Keith Packard ]
1123   * altosui: add elevation and range information
1124
1125   [ Bdale Garbee ]
1126   * fix up the wrapper's path to the jar file
1127   * update Debian standards version
1128   * fix permissions on installed jar file, switch from ao-view to
1129     altosui in
1130   * install altosui man page
1131   * fix man page delivery path
1132   * Revert "lose the prebuild hook for now while I'm fumbling"
1133
1134  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
1135
1136 altos (0.6+303+gb6da90b) unstable; urgency=low
1137
1138   * add freetts as a build dep
1139   * move to science menu
1140   * working on java packaging details
1141
1142  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
1143
1144 altos (0.6+292+g8fc261c) unstable; urgency=low
1145
1146   * see if my new freetts package works
1147
1148  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
1149
1150 altos (0.6+290+g7877496) unstable; urgency=low
1151
1152   [ Keith Packard ]
1153   * altosui: check for closed serial device before reading
1154   * altosui: Remove unnecessary freetts .jar files
1155   * altosui: Close serial, join reader thread, free altos_file
1156   * altosui: remove debug printf
1157   * libaltos: build with java src encoding UTF8
1158   * altosui: construct Darwin application directory
1159   * Add Mac OS X packaging bits
1160   * altosui: Switch eeprom extension back to .eeprom
1161   * Moved Mac OS packaging to altosui dir
1162   * altosui: remove option to install to alternate volume
1163   * Make altosui test script executable
1164
1165  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
1166
1167 altos (0.6+277+gd184819) unstable; urgency=low
1168
1169   [ Bdale Garbee ]
1170   * fix text since TM only has one led to blink
1171   * add swig as a build dep
1172   * add a jdk to the build deps
1173
1174   [ Keith Packard ]
1175   * When the EP0 IN buffer is full, don't panic, just skip sending
1176     another
1177   * Add libaltos which talks to USB connected altos devices
1178   * Switch AltosUI to libaltos for device access
1179   * Present list of altos devices in nice format
1180   * Re-enable freetts
1181   * Re-enable Linux support for altosui.
1182   * Darwin doesn't have strndup.
1183   * libaltos needs -I. on all systems
1184   * libaltos: make clean remove all built files
1185   * libaltos: build fat 10.5-compatible library
1186   * Add Mac OS X packaging files for altosui
1187   * Add application icons for Mac OS X
1188   * Clean up altosui build a bit
1189   * Remove directories as .class file dependencies; it makes them get
1190     rebuilt all the time
1191   * Java clean ups -- use varargs where possible, remove
1192     AltosSerialReader
1193   * Java voice reporting cleanups.
1194   * Force java source encoding to UTF-8
1195   * Make ao_log_data re-entrant as it is used for both sensor and GPS
1196     logs
1197   * altosui: Catch errors opening USB devices. Limit list to relevant
1198     devices
1199   * Make voice and channel menus work.
1200   * Add voice test command for help in adjusting volume.
1201   * Remove debug printf
1202   * altosui: Add eeprom data capture function. No UI yet.
1203   * altosui: Add progress bar for eeprom downloading status
1204   * altosui: Fix Save flight data monitor layout, add cancel
1205   * altosui: Replace device dialog. Center eeprom monitor.
1206   * altosui: report rocket ground bearing at landing only if known
1207   * Reset GPS ready status when GPS comes unlocked on the pad
1208
1209  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
1210
1211 altos (0.6+236+gcd8aa79) unstable; urgency=low
1212
1213   [ Keith Packard ]
1214   * Telemetry code was mis-computing RSSI
1215   * Switch DBG pins to GPIO when using any debug commands. Reboot to
1216     restore.
1217
1218   [ Bdale Garbee ]
1219   * significant documentation update
1220   * add build dep for sndfile
1221   * reflect documentation file name change
1222   * update to latest Debian standards version
1223
1224  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
1225
1226 altos (0.6+224+g4766b13) unstable; urgency=low
1227
1228   [ Bdale Garbee ]
1229   * documentation updates from Bob
1230
1231   [ Mike Beattie ]
1232   * Extension to KML output format, and minor bug fix
1233
1234   [ Keith Packard ]
1235   * ao-view: disable radio telemetry monitoring during channel change
1236   * Add special code for USB panic's.
1237   * ao-postflight: was walking off state.data array
1238   * Abort any in-progress radio operation when changing radio channel
1239
1240  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
1241
1242 altos (0.6+214+g16c4cae) unstable; urgency=low
1243
1244   [ Bdale Garbee ]
1245   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
1246   * merge a derivative of Bob Finch's mere mortals guide as getting started
1247   * merge the altusmetrum-themes package
1248
1249   [ Keith Packard ]
1250   * Fix telemetrum.inf, tested by Adrian and Keithp
1251   * Finish basic flight monitoring UI with voice using FreeTTS
1252
1253  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
1254
1255 altos (0.6+204+g6bd8513) unstable; urgency=low
1256
1257   * lose the quotes since they apparently aren't necessary
1258
1259  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
1260
1261 altos (0.6+202+gae6854d) unstable; urgency=low
1262
1263   * update desktop file for conformance with current standards
1264
1265  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
1266
1267 altos (0.6+200+g68eaaa6) unstable; urgency=low
1268
1269   * add initial package build scripts for Arch Linux from Bob Finch
1270   * add desktop file provided by Bob Finch
1271
1272  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
1273
1274 altos (0.6+195+gcde60f1) unstable; urgency=low
1275
1276   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
1277
1278  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
1279
1280 altos (0.6+193+g314d27a) unstable; urgency=low
1281
1282   [ Keith Packard ]
1283   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
1284
1285  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
1286
1287 altos (0.6+190+g8b6767e) unstable; urgency=low
1288
1289   [ Keith Packard ]
1290   * Fix all stdio reading functions to be __critical
1291   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
1292
1293  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
1294
1295 altos (0.6+187+g8702f49) unstable; urgency=low
1296
1297   [ Bdale Garbee ]
1298   * more text created during SFO->DEN flight
1299   * initial attempt at a telemetrum turn on script .. needs work
1300
1301   [ Keith Packard ]
1302   * Revert "Add optional 's' command to packet slave to enable/disable
1303     slave mode"
1304   * Disable interrupts while reading from stdin
1305
1306  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
1307
1308 altos (0.6+180+g99094f0) unstable; urgency=low
1309
1310   [ Keith Packard ]
1311   * Increase reset switch time to 100ms
1312   * Add optional 's' command to packet slave to enable/disable slave
1313     mode
1314   * More ALtosUI changes
1315   * Autodetect flite voice registration function
1316
1317   [ Bdale Garbee ]
1318   * capture work done on SFO->DEN flight
1319   * add some RF usage information from an email reply sent today, and
1320     re-indent
1321
1322  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
1323
1324 altos (0.6+171+g9394393) unstable; urgency=low
1325
1326   [ Bdale Garbee ]
1327   * wrong Yaesu model
1328
1329   [ Keith Packard ]
1330   * Only have the slave return a packet if it received one.
1331
1332  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
1333
1334 altos (0.6+168+gc0ee1ae) unstable; urgency=low
1335
1336   [ Bdale Garbee ]
1337   * INSTALL file changed by auto tools
1338
1339   [ Keith Packard ]
1340   * libflite may forget to reference libasound
1341
1342  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
1343
1344 altos (0.6+164+g5c3b6e2) unstable; urgency=low
1345
1346   [ Keith Packard ]
1347   * Start adding java-based UI
1348   * Add telemetry data parsing code
1349   * Add Windows install .inf file
1350   * Fix windows install file
1351   * Add telem parsing code
1352   * Steal C code from ao-view
1353   * Display table of flight info. gps is not working yet though
1354   * Fix up table formatting
1355   * Fix status update
1356   * Fix state updates
1357   * Clean up GPS data formatting
1358   * Report current gps nsat, not last locked nsat
1359   * Remove GPS data missing from skytraq. Save max height/accel/speed
1360   * Remove unused cell renderer class
1361   * Make .jar file
1362   * Use RXTX for serial comm. Add logdir preference saving
1363   * Make ao_radio_idle keep trying to get the radio to idle.
1364   * Don't abort the radio when enabling telemetry monitoring
1365   * Clean up some altosui comments
1366   * Switch TeleMetrum from v0.2 to v1.0
1367   * Add Linux device discovery
1368   * Interrupt running replay thread when starting another replay
1369   * serial port read function cannot be interrupted. poll every 1 second
1370   * TD reports "not-connected" when GPS has 0 sats
1371   * Tasks may move in task structure as a result of ao_exit
1372   * Enable telemetry monitoring
1373   * Use 16-bit flite voice (which appears to have changed symbols
1374     recently)
1375   * When changing RESET line, delay 20ms
1376
1377   [ Bdale Garbee ]
1378   * choose a better set of docbook xsl files
1379
1380  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
1381
1382 altos (0.6+131+g6629ec5) unstable; urgency=low
1383
1384   * lose the url entirely for now
1385
1386  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
1387
1388 altos (0.6+129+g934434f) unstable; urgency=low
1389
1390   * fix typo in url
1391
1392  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
1393
1394 altos (0.6+127+g05ad583) unstable; urgency=low
1395
1396   * need another build dep
1397
1398  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
1399
1400 altos (0.6+125+g8f1d47e) unstable; urgency=low
1401
1402   * make lintian happy
1403   * tweak copyright assertion
1404   * crudely incorporate "day in the life" info from web page
1405   * rewrite urls in docbook format
1406
1407  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
1408
1409 altos (0.6+119+g00f49c8) unstable; urgency=low
1410
1411   [ Bdale Garbee ]
1412   * update changelogs for Debian build
1413   * move gbp.conf into debian/
1414   * initial harness for documentation
1415   * fix typo
1416
1417   [ Keith Packard ]
1418   * Round radio calibration value instead of truncating
1419   * Document the ao-dumplog '--remote' flag for radio-link downloads
1420
1421  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
1422
1423 altos (0.6+108+g6e61170) unstable; urgency=low
1424
1425   [ Keith Packard ]
1426   * Need to duplicate new altitude conversion code in aoview.
1427
1428  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
1429
1430 altos (0.6+106+ga1478f6) unstable; urgency=low
1431
1432   [ Keith Packard ]
1433   * Add ao_radio_xmit to help test boards without flashing them.
1434   * Allow product names to have suffixes (like board revisions)
1435   * Fix and document the ao-rawload --run flag
1436   * Add LED test
1437   * Leave .ihx files in the build directory too - easier to debug that way
1438   * Eliminate deadlock when writing config from radio link
1439   * Fix up LED colors for each product.
1440   * Add .gitignore for ao-bringup
1441
1442   [ Bdale Garbee ]
1443   * create a turn on script for lighting up TeleDongle v0.2 boards
1444
1445  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
1446
1447 altos (0.6+95+g2f45953) unstable; urgency=low
1448
1449   * update changelogs for Debian build
1450   * conditionalize use of git on executability of /usr/bin/git binary
1451
1452  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
1453
1454 altos (0.6+88+gdeccc10) unstable; urgency=low
1455
1456   * add gawk as a build dependency since strtonum is a gawk extension
1457
1458  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
1459
1460 altos (0.6+86+g2491282) unstable; urgency=low
1461
1462   [ Keith Packard ]
1463   * Disable monitor mode before attempting radio test.
1464   * Ensure that ao_alarm waits at least the specified time
1465   * Remove dbg driver code from telemetrum/teledongle
1466   * Add AT45DBxx1D driver
1467   * Remove green LED and temp sensor from v0.2 code
1468   * Add at45db161d.h header file for new flash part.
1469   * Add 'f' command to display flash status register contents
1470   * Dump more flash parameters for the flash_status command
1471   * Dump config block from read/write config and flash_status commands
1472   * Don't set ao_flash_setup_done until we're actually done.
1473   * Remove flash debugging printfs
1474   * Add simple gps dump command 'g'
1475   * Force idle mode by shorting the SPI clock to ground at boot time.
1476   * Switch to using internal cc1111 temperature sensor
1477   * Missing ao_mutex_put in gps_dump
1478   * Compute daytime using GPS as time base
1479   * Pull in a bit more data for filtering the start of the boost
1480   * Log GPS data on pad after boost detect.
1481   * Change barometer conversion code to shrink conversion table
1482   * Change altos build process to support per-product compile-time
1483     changes
1484   * Update .gitignore files
1485   * Quiet make output.
1486   * Add back stack size checking to altos linking phase
1487   * Must install .map files for ao-load to work
1488
1489  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
1490
1491 altos (0.6+60+g10d1bbc) unstable; urgency=low
1492
1493   [ Keith Packard ]
1494   * Use ao_radio_get/ao_radio_put in packet code.
1495
1496  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
1497
1498 altos (0.6+58+gbbb152c) unstable; urgency=low
1499
1500   [ Keith Packard ]
1501   * Re-order config values. Change frequency to cal
1502   * Allow radio calibration to be set from ao-load
1503   * Add --cal to man page
1504
1505  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
1506
1507 altos (0.6+53+gcd49847) unstable; urgency=low
1508
1509   [ Keith Packard ]
1510   * Remove send_serial and serial_baud commands.
1511   * Make ao_cmd_decimal produce both 32 and 16 bit values.
1512   * Add radio calibration configuration.
1513
1514  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
1515
1516 altos (0.6+49+g9a1d7dd) unstable; urgency=low
1517
1518   [ Keith Packard ]
1519   * Change default callsign to "N0CALL"
1520
1521  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
1522
1523 altos (0.6+47+g4053309) unstable; urgency=low
1524
1525   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
1526   * change home URL in control file to be the AltOS page
1527
1528  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
1529
1530 altos (0.6+43+gd6ba07e) unstable; urgency=low
1531
1532   [ Keith Packard ]
1533   * Decode HDOP data from skytraq GPS
1534   * Document ao-postflight --gps and --kml options.
1535   * Make ao-postflight create filenames using input filenames.
1536   * Make TD print 0000-00-00 for invalid dates.
1537   * Fix --plot arg handling. Add -all option.
1538   * Convert telemetry file GPS satellite information in cc_log_read
1539   * Don't crash if --plot isn't passed on ao-postflight command line
1540   * ao-postflight: compute barometric alt for each GPS position
1541   * ao-postflight: don't try to use missing gps sat data
1542   * Automatically extract flight number for eeprom and telem filenames.
1543
1544  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
1545
1546 altos (0.6+32+g87e6f3e) unstable; urgency=low
1547
1548   [ Bdale Garbee ]
1549   * fix typo in comment
1550
1551   [ Keith Packard ]
1552   * Reduce igniter firing time from 500ms to 50ms.
1553   * Add GPS date/time output to ao-postflight.
1554   * Eliminate SiRF state values from ao-view.
1555
1556  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
1557
1558 altos (0.6+27+gb0d7e3f) unstable; urgency=low
1559
1560   [ Keith Packard ]
1561   * Add two-point accelerometer calibration.
1562   * Remove "l" command as ao-dumplong no longer uses it
1563   * Remove "d" command
1564   * Remove "f" command
1565   * Reformat ADC values to show all 16 bits
1566   * ao_flight_test was using accel value for pressure too
1567   * Pass accel calibration over telemetry stream. Telemetry data format
1568     change.
1569   * Add ability to dump eeprom data over radio link.
1570   * In packet master, move USB flush from packet thread to echo thread
1571   * In USB pollchar, wait for packet before re-checking USB out len
1572   * Explicitly use USB I/O routines in packet code
1573   * Flush pending input when switching to remote packet mode
1574   * Stop recording in ao-dumplog after receiving an invalid block
1575   * Move ao_match_word from ao_ignite.c to ao_cmd.c
1576   * Add Watchdog Timer Control register definitions
1577   * Add reboot command.
1578   * Return radio to telemetry settings when packet system closed.
1579   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
1580   * Loosen tolerances for main->landed transition
1581   * Provide a dummy 'uninstall' target in the src directory.
1582   * Share telemetry parsing code in cc library.
1583   * Enable telemetry receive in ao_view
1584   * Switch order of serial/flight in ao-postflight summary
1585   * Add flight number to telemetry stream.
1586   * Add date to GPS data, captured from GPRMC packet.
1587   * Stop using SiRF state info.
1588
1589  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
1590
1591 altos (0.6) unstable; urgency=low
1592
1593   [ Keith Packard ]
1594   * Add support for the SkyTraq GPS unit
1595   * Build two versions of TM, one for SiRF, one for SkyTraq
1596   * Save some DSEG space by marking cmd functions __reentrant
1597   * Add ao_wake_task and ao_exit
1598   * Add keyhole-markup generation for ao-postflight.
1599   * Initial packet bits. Just testing transmission
1600   * Add radio carrier command
1601   * Wait for TX to finish sending data
1602   * Add ao_alarm
1603   * Remove reason from ao_dma_abort
1604   * Switch packet code from timer thread to ao_alarm
1605   * Use ao_radio_done to wait for TX to completely finish with packet
1606   * Send SYN packet to set sequence numbers
1607   * Add RFIM register
1608   * Do more flushing in packet test code
1609   * Use ao_alarm for ao_delay so it can be easily interrupted
1610   * Poke master to speed up packet rate when things are busy
1611   * No need to wakeup &ao_tick_count now
1612   * Enable packet-based communcation to command processor
1613   * Add more docs to the README file
1614   * Disable interrupts while removing tasks from task list
1615   * Add ao_usb_pollchar to ao.h
1616
1617  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
1618
1619 altos (0.5+90+g127c312) unstable; urgency=low
1620
1621   * de-version the libreadline-dev build dependency
1622
1623  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
1624
1625 altos (0.5+86+g2de548f) unstable; urgency=low
1626
1627   * automate push of updated and tagged master branch during
1628     debian/rules prebuild
1629   * flush repetitive junk out of debian/changelog, and update the
1630     prebuild target
1631   * add support for tagging git repository on each Debian package build
1632
1633  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
1634
1635 altos (0.5+77+gc57bd7f) unstable; urgency=low
1636
1637   * build for Debian from git
1638
1639  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
1640