update changelogs for Debian build
[fw/altos] / debian / changelog
1 altos (0.9+2+g97f4f2e) unstable; urgency=low
2
3   [ Keith Packard ]
4   * altos: Program default flight log max value for new boards
5
6  -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jan 2011 12:26:48 -0700
7
8 altos (0.9) unstable; urgency=low
9
10   * prepare to release
11
12  -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jan 2011 00:05:17 -0700
13
14 altos (0.8.1+81+g4ae724f) unstable; urgency=low
15
16   * we need an install target to prevent parent dir make from failing
17
18  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:55:36 -0700
19
20 altos (0.8.1+79+g9a5666f) unstable; urgency=low
21
22   [ Keith Packard ]
23   * doc: Don't delete telemetrum-outline.pdf
24   * doc: Add v0.9 features from altosui to documentation.
25
26   [ Bdale Garbee ]
27   * add 0.9 revision entry, with caveat about telemetry format change
28   * freshen copyright year
29
30   [ Keith Packard ]
31   * fat: Add firmware for v1.1 and docs to mac/windows/linux installers
32   * fat: Add docs to Linux package
33   * doc: Build with 'make all' from top level. Build with 'make fat'
34
35  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 23:47:52 -0700
36
37 altos (0.8.1+71+gda42f40) unstable; urgency=low
38
39   [ Keith Packard ]
40   * doc: Add telemetrum mounting template in svg and pdf forms
41
42   [ Mike Beattie ]
43   * Re-order and re-arrange eeprom download dialog
44   * Convert EepromSelect dialog to use a GridBag
45   * Close serial port if Download/Delete dialog is cancelled.
46
47   [ Keith Packard ]
48   * altosui: Reset eeprom download instance variables before reading
49     flight
50   * altosui: Make serial debug more complete and accurate
51   * altosui: Use long input flush timeout when remote.
52   * altosui: Remove debug message when eeprom downloads are complete.
53   * altosui: Ensure serial device is closed after eeprom download
54     finishes
55   * altosui: Require 4 sats to light up the 'GPS locked' light.
56   * doc: inkscape tracks the filename inside the document
57   * altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
58   * altos: Flush log when full
59
60   [ Anthony Towns ]
61   * altos: Restructure skytraq NMEA parsing code to save some space
62
63   [ Keith Packard ]
64   * altos: average 512 accel/baro samples at startup instead of 1000
65
66   [ Mike Beattie ]
67   * altos: Added check for an accel value above 1.5g
68   * altos: Added check for out of bounds accel
69
70   [ Keith Packard ]
71   * altos: Add DATA_TO_XDATA to linux test harness
72   * altosui: Remove spurious colons from eeprom selection headers
73
74   [ Mike Beattie ]
75   * Rework invalid accel cal detection code
76
77   [ Keith Packard ]
78   * altos: Auto-calibrate linux-based flight testing code
79   * altos: Ensure flight code gets first crack at new ADC data
80   * altos: Sample the accelerometer reference voltage on v1.1 boards
81   * altos: Optimize fetching of ADC data in flight code
82   * altos: Use 5V reference data to correct accelerometer measurements.
83   * doc: Remove mention of ao_wake_task
84
85   [ Bdale Garbee ]
86   * update documentation to reflect reality that modifying a board for
87     separate pyro battery is not trivial
88
89  -- Bdale Garbee <bdale@gag.com>  Tue, 18 Jan 2011 17:26:33 -0700
90
91 altos (0.8.1+42+g646e192) unstable; urgency=low
92
93   [ Keith Packard ]
94   * altosui: Show dialog after successful delete or when no flights
95   * altosui: Ensure serial line is flushed after disabling remote link
96   * altosui: Add preference for serial debugging.
97
98  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 18:00:51 -0700
99
100 altos (0.8.1+37+g97b1ca9) unstable; urgency=low
101
102   [ Keith Packard ]
103   * altos: Add configuration parameter for maximum flight log size
104   * altos: support storage of multiple flights.
105   * altos: Speed up at45 and 25lc erase speeds
106   * altos: white space fix
107   * altos: report flight log offsets in hex block numbers instead of
108     bytes
109   * altos: ensure erase mark is written when erasing flights
110
111   [ Anthony Towns ]
112   * altos: Optimize Morse code generation
113
114   [ Keith Packard ]
115   * altos: Check requested log max size against available space
116   * altos: Check for full log and complain
117   * altosui: Add configuration of flight log size
118
119   [ Anthony Towns ]
120   * altos: Remove unused accel_vel_mach and accel_vel_boost variables
121   * altos: Remove redundant initialization of ao_interval variables
122
123   [ Keith Packard ]
124   * altosui: Split eeprom download code apart
125   * altos: oops -- 'e' command was only showing 7 of the 8 bytes per
126     line
127   * altosui: Add support for parsing list of flights from the 'l'
128     command
129   * altosui: Add eeprom 'manage' ui to download and delete multiple
130     flights
131   * altos: check for valid flight number in ao_log_delete
132
133  -- Bdale Garbee <bdale@gag.com>  Fri, 14 Jan 2011 14:30:37 -0700
134
135 altos (0.8.1+18+g408a3e0) unstable; urgency=low
136
137   [ Anthony Towns ]
138   * altosui: move maps to subdir, fix E/W mismatch
139
140   [ Keith Packard ]
141   * altos: clean up radio abort paths. Share radio code.
142   * altos: eliminate ao_wake_task
143   * windows: Add compatibility IDs to telemetrum.inf
144   * windows: Update NSIS installer file to use compatibility IDs
145   * altos: Split out SPI driver.
146   * altos: Add telemetrum-v1.1 directory
147   * altos: packet and usb i/o routines use 'char', not 'uint8_t'
148   * altos: Simplify storage API
149   * altos: Require manual flight erasing.
150   * altos: Move common storage code to ao_storage.c. Add M25P80 driver
151   * altos: Rip out 'optimization' in ao_log_scan
152   * altos: Mark end of available flight list with 'done' to make the UI
153
154  -- Bdale Garbee <bdale@gag.com>  Fri, 07 Jan 2011 00:51:41 -0700
155
156 altos (0.8.1+4+gea95c06) unstable; urgency=low
157
158   * fix symlink paths in rules file
159
160  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:14:24 -0700
161
162 altos (0.8.1+2+gea7130e) unstable; urgency=low
163
164   * modify Debian package build to deliver one copy of background.png
165     for
166
167  -- Bdale Garbee <bdale@gag.com>  Wed, 01 Dec 2010 00:03:14 -0700
168
169 altos (0.8.1) unstable; urgency=low
170
171   [ Bdale Garbee ]
172   * moved doc dir in web content to AltOS tree
173   * fix publish target in doc/Makefile
174   * fix section layering
175   * fix an Altos vs Altus typo in the docs
176   * adding Bdale's release process document to the source tree
177
178   [ Keith Packard ]
179   * windows: Add jfreechart.jar and jcommon.jar to windows install image
180   * Move "Releasing" to top level
181   * Add minimal release testing plan to Releasing
182
183   [ Bdale Garbee ]
184   * releasing 0.8.1
185
186  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Nov 2010 21:46:54 -0700
187
188 altos (0.8) unstable; urgency=low
189
190   [ Keith Packard ]
191   * altosui: Correct windows hardware IDs for nsis installer file
192   * windows: try harder to get windows install to work
193   * windows: remove some non-existent .inf file section references
194   * windows: more .inf file hacking
195   * windows: Bump .inf file version
196
197   [ Bdale Garbee ]
198   * declaring 0.8 released
199   * update changelogs for Debian build
200   * update changelogs for Debian build
201   * rewind changelog to recover from stupid build failure
202
203  -- Bdale Garbee <bdale@gag.com>  Sun, 28 Nov 2010 18:32:12 -0700
204
205 altos (0.7.1+168+gcb08bc2) unstable; urgency=low
206
207   [ Keith Packard ]
208   * altosui: Split out flight monitoring to separate window
209   * altosui: Create buttons for main actions
210   * altosui: Fix channel setting at serial open time
211   * altosui: Fix more calls to AltosPreferences.channel()
212   * altosui: Create abstract interface for flight data display
213   * altosui: Add tab UI with 'pad' mode.
214   * altosui: Add ascent, descent and landed tabs
215
216   [ Bob Finch ]
217   * Updated PKGBUILD-git.altos
218
219   [ Keith Packard ]
220   * altos: Use grey leds when unlit - easier to see
221
222   [ Anthony Towns ]
223   * use value_font for values
224   * add --replay command line argument
225   * read preferences for --replay
226   * reduce font size for FlightInfoTable
227   * use grayled.png for off
228   * add compass bearing to voice output
229   * add compass bearing during descent
230   * add site map tab, at least for QRS launches
231   * tabs -> spaces
232   * make infotable scrollable, revert its fontsize to 14
233   * pull up maps for arbitrary locations
234   * better error behaviour if no map
235
236   [ Bdale Garbee ]
237   * first cut at instructions on how to re-flash TM and TD devices based
238     on email
239   * fold in content from Keith's email on the re-flashing subject
240
241   [ Keith Packard ]
242   * altosui: Add RF calibration to TeleMetrum config dialog
243
244   [ Anthony Towns ]
245   * AltosTelemetryReader: actually open serial port
246   * AltosSiteMap: add targeting circles around landing site
247
248   [ Bdale Garbee ]
249   * continuing to work on the docs
250
251   [ Keith Packard ]
252   * altosui: Eliminate unncessary import altosui lines
253   * altosui: Open serial device at 'new' time. Prohibit duplicate opens.
254   * altosui: Replace flight status table with labels, fix resize.
255   * altosui: With --replay option, exit when replay window is closed
256   * altosui: oops, missed a file in the previous commit
257   * altosui: eliminate menu bar, moving elements to buttons.
258   * altosui: add reboot button to telemetrum configuration UI
259
260   [ Bdale Garbee ]
261   * add a paragraph about forcing TM back to idle mode if an accel cal
262     goes badly
263
264   [ Keith Packard ]
265   * altosui: Add callsign configuration in AltosUI configuration dialog
266   * altosui: Cleanup flight UI layout
267   * altosui: Add igniter status to ascent and descent tabs
268
269   [ Anthony Towns ]
270   * altosui: tile site maps
271   * AltosSiteMapTile: autoscale to about 2 nmi per tile
272   * AltosSiteMapTile: adjust centering calculation
273   * AltosSiteMapTile: adjust scale to 1 nmi per tile
274
275   [ Keith Packard ]
276   * altosui: Add igniter ground testing code
277   * altosui: Unify datafile selection to AltosDataChooser
278   * altosui: Clean up global AltosUI configuration settings dialog
279   * doc: Add preliminary altosui documentation
280   * doc: git ignore generated doc files
281   * doc: Document the 'Flash Image' operation.
282   * altosui: Use timeouts to recover from broken packet links.
283
284   [ Bdale Garbee ]
285   * update turnon scripts to use stashed copies of stable release
286     firmware
287
288   [ Keith Packard ]
289   * altosui: switch channel selector to combo box. Shorten displayed
290     device names
291   * altosui: When switching log files, don't terminate log thread
292   * altosui: calling thread.interrupt with null thread doesn't work well
293   * altosui: Initialize display thread state in constructor instead of
294     run
295   * altosui: Fix channel changing in flight UI to actually work
296
297   [ Anthony Towns ]
298   * AltosSiteMap: add autoscroll and grabndrag scroll
299   * AltosSiteMapTile: seperate map and drawing layers
300   * AltosSiteMap: automatic fetching of map data
301   * AltosSiteMapTile: draw boost circle as well as landed
302   * AltosAscent/Descent: tidy up layout
303   * AltosDescent: switch elev from height to range
304
305   [ Keith Packard ]
306   * altosui: re-indent
307
308   [ Anthony Towns ]
309   * AltosSiteMap: major refactoring
310   * Add GrabNDrag.java
311
312   [ Keith Packard ]
313   * altosui: change descent tab formatting to four columns
314
315   [ Anthony Towns ]
316   * AltosSiteMap: be more polite about preferred size
317   * altosui: reindent
318
319   [ Keith Packard ]
320   * altosui: Rewrite info table to mix with scroll pane well. Fix
321     startup size
322
323   [ Anthony Towns ]
324   * AltosSiteMap: better gps check, lower zoom
325
326   [ Keith Packard ]
327   * altosui: Set site map flight path lines to 6 pixels anti-aliased.
328
329   [ Anthony Towns ]
330   * AltosSiteMap: explain tile size better
331   * AltosSiteMap: extend map if rocket goes far away
332   * AltosSiteMap: try to get new tile construction right
333   * AltosSiteMap: thread safe tile addition
334   * AltosSiteMap: refactor tile collection
335   * AltosSiteMap: never accept 0,0 as lat/long
336   * AltosSiteMap: limit nr of tiles to 200x200
337
338   [ Keith Packard ]
339   * altosui: When fixing eeprom gps time information, make GPS data
340     valid
341
342   [ Anthony Towns ]
343   * AltosSiteMap: ensure buffer around active tile
344   * altosui: improve sitemap scrolling behaviour
345   * altosui: keep sitemap more centred on rocket
346
347   [ Keith Packard ]
348   * altos: Add on/off modes to 'C' command
349
350   [ Bob Finch ]
351   * Added PKGBUILDs for deps into contribs
352
353   [ Keith Packard ]
354   * altosui: Close serial port when debug link fails
355   * altos: assume igniter worked.
356
357   [ Bdale Garbee ]
358   * add a rudimentary --help for command line use
359
360   [ Keith Packard ]
361   * doc: Add internal documentation for AltOS
362
363   [ Anthony Towns ]
364   * altosui: don't switch away from user selected tab
365   * altosui: sitemap uses rocket gps if no pad gps
366
367   [ Bdale Garbee ]
368   * merge Keith's AltosUI documention into "the big book"
369   * lose the placeholder on how GPS works, as it's going to be a
370
371   [ Keith Packard ]
372   * altos: remove unused variable from ao_igniter
373   * altos: Don't abort radio transmissions with ao_radio_abort
374   * altos: Make radio test command careful with the radio mutex.
375   * altosui: Make AltosSerial.flush_input keep reading while non-empty
376   * altosui: New AltosSerial.set_radio function sets channel/call
377   * altosui: Disable radio configation over packet link.
378   * altosui: Let people fire igniters that don't read as 'ready'
379   * altosui: Make sure packet mode is turned off when the connection
380     fails
381
382   [ Anthony Towns ]
383   * docs: Document altosui "Graph Data" button
384
385   [ Keith Packard ]
386   * Move altosui to the top level, placing libaltos inside it.
387
388   [ Anthony Towns ]
389   * doc: Document altosui "Site Map" tab
390
391   [ Keith Packard ]
392   * Missing change to top level Makefile to build altosui
393
394   [ Bdale Garbee ]
395   * fix missing section close in Site Map content
396   * tweak rev history
397   * manually fold in documentation work from the master branch
398
399   [ Keith Packard ]
400   * doc: Reformat altos to use sections for each function
401   * doc: Add more authors, fix URL formatting, note that AltosUI
402     actually exists
403   * doc: Rename telemetrum-doc as altusmetrum
404
405   [ Bdale Garbee ]
406
407  -- Bdale Garbee <bdale@gag.com>  Thu, 25 Nov 2010 01:10:18 -0700
408
409 altos (0.7.1+36+g811ced6) unstable; urgency=low
410
411   [ Bdale Garbee ]
412   * remove the csv build dep, as that code will be abandoned
413
414   [ Keith Packard ]
415   * altosui: Remove ability to graph data in .csv files
416   * altosui: Separate out jfreechart and jcommon directories
417
418  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 17:47:32 -0600
419
420 altos (0.7.1+32+g8103432) unstable; urgency=low
421
422   * add build-dep on libcsv-java
423
424  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:25:57 -0600
425
426 altos (0.7.1+28+gd8a2f4c) unstable; urgency=low
427
428   [ Bdale Garbee ]
429   * make the column headers comma separated, too, so they align with the
430     data
431
432   [ Keith Packard ]
433   * altosui: set default .csv file name in file save dialog
434   * altosui: Remember directory containing firmware files
435
436   [ Anthony Towns ]
437   * Add graphing.
438   * Add JFreeChart to Makefile.am
439
440   [ Keith Packard ]
441   * altosui: Use recorded ground acceleration when reading eeprom files
442   * altosui: Write raw sensor data to .csv files
443   * altosui: Factor some UI elements into separate classes
444   * altosui: remove unused ReplayThread wrapper classes
445   * altosui: Require 4 sats for 'good' GPS data
446   * altosui: Create iterables for log file scanning. Split out display
447     threads
448   * altosui: .CSV output: add link quality, gps hdop and sat C/N0
449     numbers
450   * altosui: Deal with eeprom dates going backwards across wrap
451
452   [ Anthony Towns ]
453   * Hax0r graphing to support telem/eeprom files
454
455   [ Keith Packard ]
456   * altosui: use Altos constants in graphing code
457
458   [ Anthony Towns ]
459   * Add callsign/serial/flight to graph title
460
461   [ Keith Packard ]
462   * altosui: Add KML file export.
463
464   [ Bdale Garbee ]
465   * add build dep on jfreechart lib
466
467  -- Bdale Garbee <bdale@gag.com>  Wed, 06 Oct 2010 16:19:12 -0600
468
469 altos (0.7.1) unstable; urgency=low
470
471   [ Keith Packard ]
472   * Add firmware and libaltos to 'fat' target at top-level
473   * altosui: Remove some debug printfs.
474   * altosui: libaltos.so is built with libtool -- it's in
475     ../libaltos/.libs
476   * Add --with-fat-dir configure option to publish finished stand-alone
477     bits
478   * altosui: Fix telemetry file reader to handle tick count wrapping
479   * altosui: Remove debug printfs from AltosTelemetryReader
480   * altosui: Fill in time value of last Eeprom record read from file
481   * altosui: Stop parsing eeprom file after hitting 'landed' state
482
483  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Sep 2010 00:09:02 -0600
484
485 altos (0.7+96+g48f5799) unstable; urgency=low
486
487   [ Keith Packard ]
488   * altosui: conflating USB product and vendor IDs is a bad idea
489
490  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 21:29:13 -0600
491
492 altos (0.7+94+g1ac3d7e) unstable; urgency=low
493
494   * initial cut at an altosui man page
495
496  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:34:38 -0600
497
498 altos (0.7+92+g0ea7576) unstable; urgency=low
499
500   [ Bdale Garbee ]
501   * handle versioning of ihx files (poorly) by just wildcarding the file
502     name
503
504   [ Keith Packard ]
505   * altosui: Need to have JVM include path substituted into libaltos
506     Makefile
507   * altosui: Store libaltos.so in $(libdir)/altos
508   * altosui: Display error dialog when AltOS JNI library can't be loaded
509
510  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 20:05:44 -0600
511
512 altos (0.7+86+g6c0ae7e) unstable; urgency=low
513
514   [ Keith Packard ]
515   * altosui: Add explicit requirement to create classes directory
516   * altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and
517     ia64
518   * altosui: hack to make JAVAROOT directory get created before javac
519     runs
520   * altosui: remove FATJAR from all-local to avoid building fat .jar
521     file
522
523   [ Bdale Garbee ]
524   * add libtool to build deps
525
526   [ Keith Packard ]
527   * altosui: Add windows installer build using 'nsis'
528   * altosui: ignore built files
529   * altosui: oops. renamed the nsis file to altos-windows.nsi
530   * icon: add some icons for application programs
531   * altosui: Add icons to application and Windows menus.
532   * Use autotools for altosui and libaltos
533   * altos: add some SDCDB config files
534   * Ignore libtool files.
535   * Add version numbers to released files. Set version to 0.7.1
536   * Add top-level 'fat' target to aid building distribution files
537   * altosui: Fix windows installer to ship correct files
538   * altosui: Fix up Mac OSX .zip file
539   * altosui: Fix linux fat distribution
540   * altosui: Return AO_LOG_INVALID instead of exception for eeprom files
541   * altosui: Remove debugging printf from AltosEepromReader
542   * altosui: Eeprom files contain only one date; save it.
543   * altosui: Add elevation and range data to main display
544   * altosui: When replay thread is interrupted, don't make final report
545   * altosui: Start idle thread after the rocket leaves the pad
546   * altosui: Add AltosVoice.drain() to wait for queued speech to finish
547   * altosui: Prevent voice altitude data from queueing up
548   * altosui: Use local .class files in the classpath
549   * altosui: Record flight number when scanning file, not when running
550   * altosui: eeprom files place 'boost' time in the flight number
551     record.
552   * altosui: ensure that 'altosui' script is installed. Pass arguments
553     along.
554
555  -- Bdale Garbee <bdale@gag.com>  Thu, 09 Sep 2010 15:43:28 -0600
556
557 altos (0.7+53+g59798c6) unstable; urgency=low
558
559   [ Keith Packard ]
560   * altosui: Abort flashing if debug port isn't working
561   * altosui: allow flashing to be canceled from the rom config dialog
562   * altosui: Hide internal rom config UI helper function
563   * altosui: Remove some debug printfs from AltosRomconfig class
564   * altosui: Post error dialog on invalid ROM config values.
565   * altosui: build Mac OS .zip file to include paths
566   * altosui: Report telemetry CRC errors in UI
567   * altosui: Deal with altos bug setting radio channel while monitoring
568   * altosui: Allow 'connect to device' when already connected
569   * Revert "altosui: Deal with altos bug setting radio channel while
570     monitoring"
571   * altosui: Must flush serial line after configuring for telemetry
572   * altosui: Catch I/O errors on telemetry device, report to user
573
574  -- Bdale Garbee <bdale@gag.com>  Sat, 04 Sep 2010 00:46:12 -0400
575
576 altos (0.7+40+g59a40f6) unstable; urgency=low
577
578   [ Bdale Garbee ]
579   * add distclean targets to libaltos and altosui to all Debian package
580     to build, and clean up other distclean content as needed
581
582   [ Keith Packard ]
583   * altosui: missed AltosReader.class in the Makefile
584   * altos: Bounds check Skytraq GPS tracking data array
585   * altosui: Remove Manifest.txt from git repo as it's built now
586
587  -- Bdale Garbee <bdale@gag.com>  Thu, 02 Sep 2010 00:44:15 -0400
588
589 altos (0.7+28+gd006c5e) unstable; urgency=low
590
591   * add runtime dependencies for altos binary package
592
593  -- Bdale Garbee <bdale@gag.com>  Tue, 31 Aug 2010 00:20:00 -0400
594
595 altos (0.7+26+gc35632e) unstable; urgency=low
596
597   * don't build all the "fat" jar deliverables by default
598
599  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:37:40 -0600
600
601 altos (0.7+23+g25764fc) unstable; urgency=low
602
603   [ Bdale Garbee ]
604   * fix up for an 0.7 release
605   * update changelogs for Debian build
606
607   [ Keith Packard ]
608   * libaltos: AltusMetrum devices use more than one USB ID.
609   * altosui: provide separate flush_input/flush_output for serial. deal
610     with monitor automatically
611   * altosui: discard invalid lines while reading Eeprom flight data
612   * libaltos: Mac OS X cannot use 'poll(2)' on serial lines.
613   * libaltos: Missing OS_LDFLAGS on cjnitest build
614   * libaltos: cjnitest needs altos_flush now
615   * altos: flush pending output when terminating packet mode
616   * altos: Abort radio harder when terminating packet mode.
617   * altos: shut down packet mode cleanly
618   * libaltos: Fix windows build.
619   * libaltos: Improve Makefile
620   * Update telemetrum.inf to include all current USB ids.
621   * libaltos: Add pre-built Mac OS X libaltos.dylib
622   * libaltos: Add pre-built Windows .dll
623   * altos: Windows sends USB Out packets of 0 length. Ack them.
624   * libaltos: Use overlapped I/O on windows
625   * altosui: Build linux, mac and windows archives on Linux
626   * altosui: build debian-style altosui too
627   * altosui: Devices with USB id 0x000a always get listed
628
629   [ Bdale Garbee ]
630   * continue even if rm's don't have anything to do
631   * make invocation of 'install' pathless to work on more Unix variants
632   * add a .gitattributes file, configuring the Mac and Windows binary
633     library
634
635  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Aug 2010 19:07:13 -0600
636
637 altos (0.7) unstable; urgency=low
638
639   * update changelogs for Debian build
640   * fix up for an 0.7 release
641
642  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 22:25:38 -0600
643
644 altos (0.6+375+g0bd4cc0) unstable; urgency=low
645
646   * fix path to installed shared library
647
648  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
649
650 altos (0.6+373+gcf65c6b) unstable; urgency=low
651
652   [ Keith Packard ]
653   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
654     constants
655   * altosui: Capture config and version info in .eeprom files
656   * altosui: Merge gps date and time classes into gps class
657   * altosui: Clear displayed data rows as needed.
658   * altosui: Split status and info panels into separate files
659   * altosui: Explicitly initialize Altos class
660   * altosui: Split flight record out of telemetry class
661   * altosui: Compute flight state from eeprom data
662   * altosui: Add comments to Eeprom reader
663   * altos: add callsign to packet mode, increase payload to 64 bytes
664   * altosui: Start adding code to write csv files from eeprom/telem
665     files
666   * ao-dumplog: add --channel option (for use with -R option)
667   * libaltos: integrate Windows support.
668   * altosui: Select devices by USB vendor/product ID.
669   * altos: Define USB product ID in per-product Makefile.defs file
670   * altosui: Make teledongle callsign configurable
671   * altosui: Add TeleMetrum configuration
672   * altosui: Set callsign when fetching eeprom data over the air
673
674   [ Bdale Garbee ]
675   * add freetts as a build dep
676   * working on java packaging details
677
678   [ Keith Packard ]
679   * altosui: Add .ihx file reading code and stub out flashing UI
680   * altosui: Add debug dongle API, split flash UI out
681   * ao-dumplog: Fix --remote and --channel options to actually work
682   * altosui: pad TM config dialog values to avoid clipping descenders
683   * libaltos: use pipe to wake up getchar on close. use mutexes
684   * altosui: Add lots more cc1111 debug interface functions
685   * altosui: remove debug printf from AltosHexfile
686   * altosui: flush serial output before waiting for reply
687   * altosui: Remove debug printf from AltosRomconfig
688   * altosui: Finish device programming code
689   * altos: Place rom config variables in fixed location
690   * altosui: make default Manifest look for built-in freetts
691   * altosui: Separate out log file choosing dialog to share with CSV
692     generator
693   * altosui: refactor logfile chooser dialog to share more code
694   * altosui: Add ability to create CSV file from telem or eeprom files
695   * altosui: disable radio monitoring while using serial line for
696     debugging
697   * altosui: Delay mapping Flash UI until flashing actually starts
698   * altosui: fetch existing romconfig for flashing
699   * altosui: always display romconfig ui while flashing
700   * altosui: write USB serial number string while flashing
701   * altosui: flush replies from serial link when entering debug mode
702   * altos: always rebuild ao_product.c to track git version
703   * altos: print GPS state flags in GPS 'g' command
704   * altos: mark gps date written only after it gets into eeprom
705   * altosui: Move number parsing code to Altos general class
706   * altosui: Add AltosGreatCircle constructors
707   * altosui: add rssi and distance/dir from pad to CSV files
708   * altosui: AltosEepromReader was mis-setting boost tick
709   * altosui: Add support for old (version < 3) telemetry files
710   * altosui: Serial line is in UTF-8 encoding. Deal with it.
711   * altosui: When parsing saved telem files, errors shouldn't abort file
712   * altosui: Remove debug printf from AltosState.java
713   * altosui: command line args are converted to csv format
714   * altos: prepare for sdcc 2.9.1
715
716   [ Bdale Garbee ]
717   * add a dummy install target
718   * lose the prebuild hook for now while I'm fumbling
719   * add install target for libaltos
720   * add an install target for altosui
721
722   [ Keith Packard ]
723   * altosui: add elevation and range information
724
725   [ Bdale Garbee ]
726   * fix up the wrapper's path to the jar file
727   * update Debian standards version
728   * fix permissions on installed jar file, switch from ao-view to
729     altosui in
730   * install altosui man page
731   * fix man page delivery path
732   * Revert "lose the prebuild hook for now while I'm fumbling"
733
734  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
735
736 altos (0.6+303+gb6da90b) unstable; urgency=low
737
738   * add freetts as a build dep
739   * move to science menu
740   * working on java packaging details
741
742  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
743
744 altos (0.6+292+g8fc261c) unstable; urgency=low
745
746   * see if my new freetts package works
747
748  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
749
750 altos (0.6+290+g7877496) unstable; urgency=low
751
752   [ Keith Packard ]
753   * altosui: check for closed serial device before reading
754   * altosui: Remove unnecessary freetts .jar files
755   * altosui: Close serial, join reader thread, free altos_file
756   * altosui: remove debug printf
757   * libaltos: build with java src encoding UTF8
758   * altosui: construct Darwin application directory
759   * Add Mac OS X packaging bits
760   * altosui: Switch eeprom extension back to .eeprom
761   * Moved Mac OS packaging to altosui dir
762   * altosui: remove option to install to alternate volume
763   * Make altosui test script executable
764
765  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
766
767 altos (0.6+277+gd184819) unstable; urgency=low
768
769   [ Bdale Garbee ]
770   * fix text since TM only has one led to blink
771   * add swig as a build dep
772   * add a jdk to the build deps
773
774   [ Keith Packard ]
775   * When the EP0 IN buffer is full, don't panic, just skip sending
776     another
777   * Add libaltos which talks to USB connected altos devices
778   * Switch AltosUI to libaltos for device access
779   * Present list of altos devices in nice format
780   * Re-enable freetts
781   * Re-enable Linux support for altosui.
782   * Darwin doesn't have strndup.
783   * libaltos needs -I. on all systems
784   * libaltos: make clean remove all built files
785   * libaltos: build fat 10.5-compatible library
786   * Add Mac OS X packaging files for altosui
787   * Add application icons for Mac OS X
788   * Clean up altosui build a bit
789   * Remove directories as .class file dependencies; it makes them get
790     rebuilt all the time
791   * Java clean ups -- use varargs where possible, remove
792     AltosSerialReader
793   * Java voice reporting cleanups.
794   * Force java source encoding to UTF-8
795   * Make ao_log_data re-entrant as it is used for both sensor and GPS
796     logs
797   * altosui: Catch errors opening USB devices. Limit list to relevant
798     devices
799   * Make voice and channel menus work.
800   * Add voice test command for help in adjusting volume.
801   * Remove debug printf
802   * altosui: Add eeprom data capture function. No UI yet.
803   * altosui: Add progress bar for eeprom downloading status
804   * altosui: Fix Save flight data monitor layout, add cancel
805   * altosui: Replace device dialog. Center eeprom monitor.
806   * altosui: report rocket ground bearing at landing only if known
807   * Reset GPS ready status when GPS comes unlocked on the pad
808
809  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
810
811 altos (0.6+236+gcd8aa79) unstable; urgency=low
812
813   [ Keith Packard ]
814   * Telemetry code was mis-computing RSSI
815   * Switch DBG pins to GPIO when using any debug commands. Reboot to
816     restore.
817
818   [ Bdale Garbee ]
819   * significant documentation update
820   * add build dep for sndfile
821   * reflect documentation file name change
822   * update to latest Debian standards version
823
824  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
825
826 altos (0.6+224+g4766b13) unstable; urgency=low
827
828   [ Bdale Garbee ]
829   * documentation updates from Bob
830
831   [ Mike Beattie ]
832   * Extension to KML output format, and minor bug fix
833
834   [ Keith Packard ]
835   * ao-view: disable radio telemetry monitoring during channel change
836   * Add special code for USB panic's.
837   * ao-postflight: was walking off state.data array
838   * Abort any in-progress radio operation when changing radio channel
839
840  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
841
842 altos (0.6+214+g16c4cae) unstable; urgency=low
843
844   [ Bdale Garbee ]
845   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
846   * merge a derivative of Bob Finch's mere mortals guide as getting started
847   * merge the altusmetrum-themes package
848
849   [ Keith Packard ]
850   * Fix telemetrum.inf, tested by Adrian and Keithp
851   * Finish basic flight monitoring UI with voice using FreeTTS
852
853  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
854
855 altos (0.6+204+g6bd8513) unstable; urgency=low
856
857   * lose the quotes since they apparently aren't necessary
858
859  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
860
861 altos (0.6+202+gae6854d) unstable; urgency=low
862
863   * update desktop file for conformance with current standards
864
865  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
866
867 altos (0.6+200+g68eaaa6) unstable; urgency=low
868
869   * add initial package build scripts for Arch Linux from Bob Finch
870   * add desktop file provided by Bob Finch
871
872  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
873
874 altos (0.6+195+gcde60f1) unstable; urgency=low
875
876   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
877
878  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
879
880 altos (0.6+193+g314d27a) unstable; urgency=low
881
882   [ Keith Packard ]
883   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
884
885  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
886
887 altos (0.6+190+g8b6767e) unstable; urgency=low
888
889   [ Keith Packard ]
890   * Fix all stdio reading functions to be __critical
891   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
892
893  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
894
895 altos (0.6+187+g8702f49) unstable; urgency=low
896
897   [ Bdale Garbee ]
898   * more text created during SFO->DEN flight
899   * initial attempt at a telemetrum turn on script .. needs work
900
901   [ Keith Packard ]
902   * Revert "Add optional 's' command to packet slave to enable/disable
903     slave mode"
904   * Disable interrupts while reading from stdin
905
906  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
907
908 altos (0.6+180+g99094f0) unstable; urgency=low
909
910   [ Keith Packard ]
911   * Increase reset switch time to 100ms
912   * Add optional 's' command to packet slave to enable/disable slave
913     mode
914   * More ALtosUI changes
915   * Autodetect flite voice registration function
916
917   [ Bdale Garbee ]
918   * capture work done on SFO->DEN flight
919   * add some RF usage information from an email reply sent today, and
920     re-indent
921
922  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
923
924 altos (0.6+171+g9394393) unstable; urgency=low
925
926   [ Bdale Garbee ]
927   * wrong Yaesu model
928
929   [ Keith Packard ]
930   * Only have the slave return a packet if it received one.
931
932  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
933
934 altos (0.6+168+gc0ee1ae) unstable; urgency=low
935
936   [ Bdale Garbee ]
937   * INSTALL file changed by auto tools
938
939   [ Keith Packard ]
940   * libflite may forget to reference libasound
941
942  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
943
944 altos (0.6+164+g5c3b6e2) unstable; urgency=low
945
946   [ Keith Packard ]
947   * Start adding java-based UI
948   * Add telemetry data parsing code
949   * Add Windows install .inf file
950   * Fix windows install file
951   * Add telem parsing code
952   * Steal C code from ao-view
953   * Display table of flight info. gps is not working yet though
954   * Fix up table formatting
955   * Fix status update
956   * Fix state updates
957   * Clean up GPS data formatting
958   * Report current gps nsat, not last locked nsat
959   * Remove GPS data missing from skytraq. Save max height/accel/speed
960   * Remove unused cell renderer class
961   * Make .jar file
962   * Use RXTX for serial comm. Add logdir preference saving
963   * Make ao_radio_idle keep trying to get the radio to idle.
964   * Don't abort the radio when enabling telemetry monitoring
965   * Clean up some altosui comments
966   * Switch TeleMetrum from v0.2 to v1.0
967   * Add Linux device discovery
968   * Interrupt running replay thread when starting another replay
969   * serial port read function cannot be interrupted. poll every 1 second
970   * TD reports "not-connected" when GPS has 0 sats
971   * Tasks may move in task structure as a result of ao_exit
972   * Enable telemetry monitoring
973   * Use 16-bit flite voice (which appears to have changed symbols
974     recently)
975   * When changing RESET line, delay 20ms
976
977   [ Bdale Garbee ]
978   * choose a better set of docbook xsl files
979
980  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
981
982 altos (0.6+131+g6629ec5) unstable; urgency=low
983
984   * lose the url entirely for now
985
986  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
987
988 altos (0.6+129+g934434f) unstable; urgency=low
989
990   * fix typo in url
991
992  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
993
994 altos (0.6+127+g05ad583) unstable; urgency=low
995
996   * need another build dep
997
998  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
999
1000 altos (0.6+125+g8f1d47e) unstable; urgency=low
1001
1002   * make lintian happy
1003   * tweak copyright assertion
1004   * crudely incorporate "day in the life" info from web page
1005   * rewrite urls in docbook format
1006
1007  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
1008
1009 altos (0.6+119+g00f49c8) unstable; urgency=low
1010
1011   [ Bdale Garbee ]
1012   * update changelogs for Debian build
1013   * move gbp.conf into debian/
1014   * initial harness for documentation
1015   * fix typo
1016
1017   [ Keith Packard ]
1018   * Round radio calibration value instead of truncating
1019   * Document the ao-dumplog '--remote' flag for radio-link downloads
1020
1021  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
1022
1023 altos (0.6+108+g6e61170) unstable; urgency=low
1024
1025   [ Keith Packard ]
1026   * Need to duplicate new altitude conversion code in aoview.
1027
1028  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
1029
1030 altos (0.6+106+ga1478f6) unstable; urgency=low
1031
1032   [ Keith Packard ]
1033   * Add ao_radio_xmit to help test boards without flashing them.
1034   * Allow product names to have suffixes (like board revisions)
1035   * Fix and document the ao-rawload --run flag
1036   * Add LED test
1037   * Leave .ihx files in the build directory too - easier to debug that way
1038   * Eliminate deadlock when writing config from radio link
1039   * Fix up LED colors for each product.
1040   * Add .gitignore for ao-bringup
1041
1042   [ Bdale Garbee ]
1043   * create a turn on script for lighting up TeleDongle v0.2 boards
1044
1045  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
1046
1047 altos (0.6+95+g2f45953) unstable; urgency=low
1048
1049   * update changelogs for Debian build
1050   * conditionalize use of git on executability of /usr/bin/git binary
1051
1052  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
1053
1054 altos (0.6+88+gdeccc10) unstable; urgency=low
1055
1056   * add gawk as a build dependency since strtonum is a gawk extension
1057
1058  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
1059
1060 altos (0.6+86+g2491282) unstable; urgency=low
1061
1062   [ Keith Packard ]
1063   * Disable monitor mode before attempting radio test.
1064   * Ensure that ao_alarm waits at least the specified time
1065   * Remove dbg driver code from telemetrum/teledongle
1066   * Add AT45DBxx1D driver
1067   * Remove green LED and temp sensor from v0.2 code
1068   * Add at45db161d.h header file for new flash part.
1069   * Add 'f' command to display flash status register contents
1070   * Dump more flash parameters for the flash_status command
1071   * Dump config block from read/write config and flash_status commands
1072   * Don't set ao_flash_setup_done until we're actually done.
1073   * Remove flash debugging printfs
1074   * Add simple gps dump command 'g'
1075   * Force idle mode by shorting the SPI clock to ground at boot time.
1076   * Switch to using internal cc1111 temperature sensor
1077   * Missing ao_mutex_put in gps_dump
1078   * Compute daytime using GPS as time base
1079   * Pull in a bit more data for filtering the start of the boost
1080   * Log GPS data on pad after boost detect.
1081   * Change barometer conversion code to shrink conversion table
1082   * Change altos build process to support per-product compile-time
1083     changes
1084   * Update .gitignore files
1085   * Quiet make output.
1086   * Add back stack size checking to altos linking phase
1087   * Must install .map files for ao-load to work
1088
1089  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
1090
1091 altos (0.6+60+g10d1bbc) unstable; urgency=low
1092
1093   [ Keith Packard ]
1094   * Use ao_radio_get/ao_radio_put in packet code.
1095
1096  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
1097
1098 altos (0.6+58+gbbb152c) unstable; urgency=low
1099
1100   [ Keith Packard ]
1101   * Re-order config values. Change frequency to cal
1102   * Allow radio calibration to be set from ao-load
1103   * Add --cal to man page
1104
1105  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
1106
1107 altos (0.6+53+gcd49847) unstable; urgency=low
1108
1109   [ Keith Packard ]
1110   * Remove send_serial and serial_baud commands.
1111   * Make ao_cmd_decimal produce both 32 and 16 bit values.
1112   * Add radio calibration configuration.
1113
1114  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
1115
1116 altos (0.6+49+g9a1d7dd) unstable; urgency=low
1117
1118   [ Keith Packard ]
1119   * Change default callsign to "N0CALL"
1120
1121  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
1122
1123 altos (0.6+47+g4053309) unstable; urgency=low
1124
1125   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
1126   * change home URL in control file to be the AltOS page
1127
1128  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
1129
1130 altos (0.6+43+gd6ba07e) unstable; urgency=low
1131
1132   [ Keith Packard ]
1133   * Decode HDOP data from skytraq GPS
1134   * Document ao-postflight --gps and --kml options.
1135   * Make ao-postflight create filenames using input filenames.
1136   * Make TD print 0000-00-00 for invalid dates.
1137   * Fix --plot arg handling. Add -all option.
1138   * Convert telemetry file GPS satellite information in cc_log_read
1139   * Don't crash if --plot isn't passed on ao-postflight command line
1140   * ao-postflight: compute barometric alt for each GPS position
1141   * ao-postflight: don't try to use missing gps sat data
1142   * Automatically extract flight number for eeprom and telem filenames.
1143
1144  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
1145
1146 altos (0.6+32+g87e6f3e) unstable; urgency=low
1147
1148   [ Bdale Garbee ]
1149   * fix typo in comment
1150
1151   [ Keith Packard ]
1152   * Reduce igniter firing time from 500ms to 50ms.
1153   * Add GPS date/time output to ao-postflight.
1154   * Eliminate SiRF state values from ao-view.
1155
1156  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
1157
1158 altos (0.6+27+gb0d7e3f) unstable; urgency=low
1159
1160   [ Keith Packard ]
1161   * Add two-point accelerometer calibration.
1162   * Remove "l" command as ao-dumplong no longer uses it
1163   * Remove "d" command
1164   * Remove "f" command
1165   * Reformat ADC values to show all 16 bits
1166   * ao_flight_test was using accel value for pressure too
1167   * Pass accel calibration over telemetry stream. Telemetry data format
1168     change.
1169   * Add ability to dump eeprom data over radio link.
1170   * In packet master, move USB flush from packet thread to echo thread
1171   * In USB pollchar, wait for packet before re-checking USB out len
1172   * Explicitly use USB I/O routines in packet code
1173   * Flush pending input when switching to remote packet mode
1174   * Stop recording in ao-dumplog after receiving an invalid block
1175   * Move ao_match_word from ao_ignite.c to ao_cmd.c
1176   * Add Watchdog Timer Control register definitions
1177   * Add reboot command.
1178   * Return radio to telemetry settings when packet system closed.
1179   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
1180   * Loosen tolerances for main->landed transition
1181   * Provide a dummy 'uninstall' target in the src directory.
1182   * Share telemetry parsing code in cc library.
1183   * Enable telemetry receive in ao_view
1184   * Switch order of serial/flight in ao-postflight summary
1185   * Add flight number to telemetry stream.
1186   * Add date to GPS data, captured from GPRMC packet.
1187   * Stop using SiRF state info.
1188
1189  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
1190
1191 altos (0.6) unstable; urgency=low
1192
1193   [ Keith Packard ]
1194   * Add support for the SkyTraq GPS unit
1195   * Build two versions of TM, one for SiRF, one for SkyTraq
1196   * Save some DSEG space by marking cmd functions __reentrant
1197   * Add ao_wake_task and ao_exit
1198   * Add keyhole-markup generation for ao-postflight.
1199   * Initial packet bits. Just testing transmission
1200   * Add radio carrier command
1201   * Wait for TX to finish sending data
1202   * Add ao_alarm
1203   * Remove reason from ao_dma_abort
1204   * Switch packet code from timer thread to ao_alarm
1205   * Use ao_radio_done to wait for TX to completely finish with packet
1206   * Send SYN packet to set sequence numbers
1207   * Add RFIM register
1208   * Do more flushing in packet test code
1209   * Use ao_alarm for ao_delay so it can be easily interrupted
1210   * Poke master to speed up packet rate when things are busy
1211   * No need to wakeup &ao_tick_count now
1212   * Enable packet-based communcation to command processor
1213   * Add more docs to the README file
1214   * Disable interrupts while removing tasks from task list
1215   * Add ao_usb_pollchar to ao.h
1216
1217  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
1218
1219 altos (0.5+90+g127c312) unstable; urgency=low
1220
1221   * de-version the libreadline-dev build dependency
1222
1223  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
1224
1225 altos (0.5+86+g2de548f) unstable; urgency=low
1226
1227   * automate push of updated and tagged master branch during
1228     debian/rules prebuild
1229   * flush repetitive junk out of debian/changelog, and update the
1230     prebuild target
1231   * add support for tagging git repository on each Debian package build
1232
1233  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
1234
1235 altos (0.5+77+gc57bd7f) unstable; urgency=low
1236
1237   * build for Debian from git
1238
1239  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
1240