update changelogs for Debian build
[fw/altos] / debian / changelog
1 altos (0.6+375+g0bd4cc0) unstable; urgency=low
2
3   * fix path to installed shared library
4
5  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 13:13:14 -0600
6
7 altos (0.6+373+gcf65c6b) unstable; urgency=low
8
9   [ Keith Packard ]
10   * altosui: rename AltosEeprom -> AltosEepromDownload, split out Altos
11     constants
12   * altosui: Capture config and version info in .eeprom files
13   * altosui: Merge gps date and time classes into gps class
14   * altosui: Clear displayed data rows as needed.
15   * altosui: Split status and info panels into separate files
16   * altosui: Explicitly initialize Altos class
17   * altosui: Split flight record out of telemetry class
18   * altosui: Compute flight state from eeprom data
19   * altosui: Add comments to Eeprom reader
20   * altos: add callsign to packet mode, increase payload to 64 bytes
21   * altosui: Start adding code to write csv files from eeprom/telem
22     files
23   * ao-dumplog: add --channel option (for use with -R option)
24   * libaltos: integrate Windows support.
25   * altosui: Select devices by USB vendor/product ID.
26   * altos: Define USB product ID in per-product Makefile.defs file
27   * altosui: Make teledongle callsign configurable
28   * altosui: Add TeleMetrum configuration
29   * altosui: Set callsign when fetching eeprom data over the air
30
31   [ Bdale Garbee ]
32   * add freetts as a build dep
33   * working on java packaging details
34
35   [ Keith Packard ]
36   * altosui: Add .ihx file reading code and stub out flashing UI
37   * altosui: Add debug dongle API, split flash UI out
38   * ao-dumplog: Fix --remote and --channel options to actually work
39   * altosui: pad TM config dialog values to avoid clipping descenders
40   * libaltos: use pipe to wake up getchar on close. use mutexes
41   * altosui: Add lots more cc1111 debug interface functions
42   * altosui: remove debug printf from AltosHexfile
43   * altosui: flush serial output before waiting for reply
44   * altosui: Remove debug printf from AltosRomconfig
45   * altosui: Finish device programming code
46   * altos: Place rom config variables in fixed location
47   * altosui: make default Manifest look for built-in freetts
48   * altosui: Separate out log file choosing dialog to share with CSV
49     generator
50   * altosui: refactor logfile chooser dialog to share more code
51   * altosui: Add ability to create CSV file from telem or eeprom files
52   * altosui: disable radio monitoring while using serial line for
53     debugging
54   * altosui: Delay mapping Flash UI until flashing actually starts
55   * altosui: fetch existing romconfig for flashing
56   * altosui: always display romconfig ui while flashing
57   * altosui: write USB serial number string while flashing
58   * altosui: flush replies from serial link when entering debug mode
59   * altos: always rebuild ao_product.c to track git version
60   * altos: print GPS state flags in GPS 'g' command
61   * altos: mark gps date written only after it gets into eeprom
62   * altosui: Move number parsing code to Altos general class
63   * altosui: Add AltosGreatCircle constructors
64   * altosui: add rssi and distance/dir from pad to CSV files
65   * altosui: AltosEepromReader was mis-setting boost tick
66   * altosui: Add support for old (version < 3) telemetry files
67   * altosui: Serial line is in UTF-8 encoding. Deal with it.
68   * altosui: When parsing saved telem files, errors shouldn't abort file
69   * altosui: Remove debug printf from AltosState.java
70   * altosui: command line args are converted to csv format
71   * altos: prepare for sdcc 2.9.1
72
73   [ Bdale Garbee ]
74   * add a dummy install target
75   * lose the prebuild hook for now while I'm fumbling
76   * add install target for libaltos
77   * add an install target for altosui
78
79   [ Keith Packard ]
80   * altosui: add elevation and range information
81
82   [ Bdale Garbee ]
83   * fix up the wrapper's path to the jar file
84   * update Debian standards version
85   * fix permissions on installed jar file, switch from ao-view to
86     altosui in
87   * install altosui man page
88   * fix man page delivery path
89   * Revert "lose the prebuild hook for now while I'm fumbling"
90
91  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2010 12:40:04 -0600
92
93 altos (0.6+303+gb6da90b) unstable; urgency=low
94
95   * add freetts as a build dep
96   * move to science menu
97   * working on java packaging details
98
99  -- Bdale Garbee <bdale@gag.com>  Wed, 11 Aug 2010 22:11:28 -0400
100
101 altos (0.6+292+g8fc261c) unstable; urgency=low
102
103   * see if my new freetts package works
104
105  -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jul 2010 10:55:21 -0600
106
107 altos (0.6+290+g7877496) unstable; urgency=low
108
109   [ Keith Packard ]
110   * altosui: check for closed serial device before reading
111   * altosui: Remove unnecessary freetts .jar files
112   * altosui: Close serial, join reader thread, free altos_file
113   * altosui: remove debug printf
114   * libaltos: build with java src encoding UTF8
115   * altosui: construct Darwin application directory
116   * Add Mac OS X packaging bits
117   * altosui: Switch eeprom extension back to .eeprom
118   * Moved Mac OS packaging to altosui dir
119   * altosui: remove option to install to alternate volume
120   * Make altosui test script executable
121
122  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 13:30:19 -0600
123
124 altos (0.6+277+gd184819) unstable; urgency=low
125
126   [ Bdale Garbee ]
127   * fix text since TM only has one led to blink
128   * add swig as a build dep
129   * add a jdk to the build deps
130
131   [ Keith Packard ]
132   * When the EP0 IN buffer is full, don't panic, just skip sending
133     another
134   * Add libaltos which talks to USB connected altos devices
135   * Switch AltosUI to libaltos for device access
136   * Present list of altos devices in nice format
137   * Re-enable freetts
138   * Re-enable Linux support for altosui.
139   * Darwin doesn't have strndup.
140   * libaltos needs -I. on all systems
141   * libaltos: make clean remove all built files
142   * libaltos: build fat 10.5-compatible library
143   * Add Mac OS X packaging files for altosui
144   * Add application icons for Mac OS X
145   * Clean up altosui build a bit
146   * Remove directories as .class file dependencies; it makes them get
147     rebuilt all the time
148   * Java clean ups -- use varargs where possible, remove
149     AltosSerialReader
150   * Java voice reporting cleanups.
151   * Force java source encoding to UTF-8
152   * Make ao_log_data re-entrant as it is used for both sensor and GPS
153     logs
154   * altosui: Catch errors opening USB devices. Limit list to relevant
155     devices
156   * Make voice and channel menus work.
157   * Add voice test command for help in adjusting volume.
158   * Remove debug printf
159   * altosui: Add eeprom data capture function. No UI yet.
160   * altosui: Add progress bar for eeprom downloading status
161   * altosui: Fix Save flight data monitor layout, add cancel
162   * altosui: Replace device dialog. Center eeprom monitor.
163   * altosui: report rocket ground bearing at landing only if known
164   * Reset GPS ready status when GPS comes unlocked on the pad
165
166  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Jul 2010 12:50:40 -0600
167
168 altos (0.6+236+gcd8aa79) unstable; urgency=low
169
170   [ Keith Packard ]
171   * Telemetry code was mis-computing RSSI
172   * Switch DBG pins to GPIO when using any debug commands. Reboot to
173     restore.
174
175   [ Bdale Garbee ]
176   * significant documentation update
177   * add build dep for sndfile
178   * reflect documentation file name change
179   * update to latest Debian standards version
180
181  -- Bdale Garbee <bdale@gag.com>  Tue, 20 Jul 2010 22:24:14 -0600
182
183 altos (0.6+224+g4766b13) unstable; urgency=low
184
185   [ Bdale Garbee ]
186   * documentation updates from Bob
187
188   [ Mike Beattie ]
189   * Extension to KML output format, and minor bug fix
190
191   [ Keith Packard ]
192   * ao-view: disable radio telemetry monitoring during channel change
193   * Add special code for USB panic's.
194   * ao-postflight: was walking off state.data array
195   * Abort any in-progress radio operation when changing radio channel
196
197  -- Bdale Garbee <bdale@gag.com>  Thu, 24 Jun 2010 12:37:34 -0700
198
199 altos (0.6+214+g16c4cae) unstable; urgency=low
200
201   [ Bdale Garbee ]
202   * updates including a typo fix from Bob Finch to the PKGBUILD-git.altos
203   * merge a derivative of Bob Finch's mere mortals guide as getting started
204   * merge the altusmetrum-themes package
205
206   [ Keith Packard ]
207   * Fix telemetrum.inf, tested by Adrian and Keithp
208   * Finish basic flight monitoring UI with voice using FreeTTS
209
210  -- Bdale Garbee <bdale@gag.com>  Tue, 18 May 2010 00:24:40 -0600
211
212 altos (0.6+204+g6bd8513) unstable; urgency=low
213
214   * lose the quotes since they apparently aren't necessary
215
216  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 19:53:58 -0600
217
218 altos (0.6+202+gae6854d) unstable; urgency=low
219
220   * update desktop file for conformance with current standards
221
222  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 17:04:31 -0600
223
224 altos (0.6+200+g68eaaa6) unstable; urgency=low
225
226   * add initial package build scripts for Arch Linux from Bob Finch
227   * add desktop file provided by Bob Finch
228
229  -- Bdale Garbee <bdale@gag.com>  Wed, 12 May 2010 16:44:27 -0600
230
231 altos (0.6+195+gcde60f1) unstable; urgency=low
232
233   * Revert "Merge remote branch 'remotes/origin/fix-reset'"
234
235  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 13:59:16 -0600
236
237 altos (0.6+193+g314d27a) unstable; urgency=low
238
239   [ Keith Packard ]
240   * Don't change dbg clock while changing reset_n. Use 20ms everywhere
241
242  -- Bdale Garbee <bdale@gag.com>  Thu, 06 May 2010 12:47:51 -0600
243
244 altos (0.6+190+g8b6767e) unstable; urgency=low
245
246   [ Keith Packard ]
247   * Fix all stdio reading functions to be __critical
248   * Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
249
250  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 02:34:06 -0600
251
252 altos (0.6+187+g8702f49) unstable; urgency=low
253
254   [ Bdale Garbee ]
255   * more text created during SFO->DEN flight
256   * initial attempt at a telemetrum turn on script .. needs work
257
258   [ Keith Packard ]
259   * Revert "Add optional 's' command to packet slave to enable/disable
260     slave mode"
261   * Disable interrupts while reading from stdin
262
263  -- Bdale Garbee <bdale@gag.com>  Wed, 05 May 2010 01:52:27 -0600
264
265 altos (0.6+180+g99094f0) unstable; urgency=low
266
267   [ Keith Packard ]
268   * Increase reset switch time to 100ms
269   * Add optional 's' command to packet slave to enable/disable slave
270     mode
271   * More ALtosUI changes
272   * Autodetect flite voice registration function
273
274   [ Bdale Garbee ]
275   * capture work done on SFO->DEN flight
276   * add some RF usage information from an email reply sent today, and
277     re-indent
278
279  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Apr 2010 00:17:57 -0600
280
281 altos (0.6+171+g9394393) unstable; urgency=low
282
283   [ Bdale Garbee ]
284   * wrong Yaesu model
285
286   [ Keith Packard ]
287   * Only have the slave return a packet if it received one.
288
289  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Apr 2010 15:01:04 -0600
290
291 altos (0.6+168+gc0ee1ae) unstable; urgency=low
292
293   [ Bdale Garbee ]
294   * INSTALL file changed by auto tools
295
296   [ Keith Packard ]
297   * libflite may forget to reference libasound
298
299  -- Bdale Garbee <bdale@gag.com>  Fri, 09 Apr 2010 00:08:24 -0600
300
301 altos (0.6+164+g5c3b6e2) unstable; urgency=low
302
303   [ Keith Packard ]
304   * Start adding java-based UI
305   * Add telemetry data parsing code
306   * Add Windows install .inf file
307   * Fix windows install file
308   * Add telem parsing code
309   * Steal C code from ao-view
310   * Display table of flight info. gps is not working yet though
311   * Fix up table formatting
312   * Fix status update
313   * Fix state updates
314   * Clean up GPS data formatting
315   * Report current gps nsat, not last locked nsat
316   * Remove GPS data missing from skytraq. Save max height/accel/speed
317   * Remove unused cell renderer class
318   * Make .jar file
319   * Use RXTX for serial comm. Add logdir preference saving
320   * Make ao_radio_idle keep trying to get the radio to idle.
321   * Don't abort the radio when enabling telemetry monitoring
322   * Clean up some altosui comments
323   * Switch TeleMetrum from v0.2 to v1.0
324   * Add Linux device discovery
325   * Interrupt running replay thread when starting another replay
326   * serial port read function cannot be interrupted. poll every 1 second
327   * TD reports "not-connected" when GPS has 0 sats
328   * Tasks may move in task structure as a result of ao_exit
329   * Enable telemetry monitoring
330   * Use 16-bit flite voice (which appears to have changed symbols
331     recently)
332   * When changing RESET line, delay 20ms
333
334   [ Bdale Garbee ]
335   * choose a better set of docbook xsl files
336
337  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 19:56:27 -0600
338
339 altos (0.6+131+g6629ec5) unstable; urgency=low
340
341   * lose the url entirely for now
342
343  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:43:01 -0600
344
345 altos (0.6+129+g934434f) unstable; urgency=low
346
347   * fix typo in url
348
349  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:41:38 -0600
350
351 altos (0.6+127+g05ad583) unstable; urgency=low
352
353   * need another build dep
354
355  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:35:04 -0600
356
357 altos (0.6+125+g8f1d47e) unstable; urgency=low
358
359   * make lintian happy
360   * tweak copyright assertion
361   * crudely incorporate "day in the life" info from web page
362   * rewrite urls in docbook format
363
364  -- Bdale Garbee <bdale@gag.com>  Thu, 08 Apr 2010 12:28:04 -0600
365
366 altos (0.6+119+g00f49c8) unstable; urgency=low
367
368   [ Bdale Garbee ]
369   * update changelogs for Debian build
370   * move gbp.conf into debian/
371   * initial harness for documentation
372   * fix typo
373
374   [ Keith Packard ]
375   * Round radio calibration value instead of truncating
376   * Document the ao-dumplog '--remote' flag for radio-link downloads
377
378  -- Bdale Garbee <bdale@gag.com>  Tue, 30 Mar 2010 23:19:15 -0600
379
380 altos (0.6+108+g6e61170) unstable; urgency=low
381
382   [ Keith Packard ]
383   * Need to duplicate new altitude conversion code in aoview.
384
385  -- Bdale Garbee <bdale@gag.com>  Thu, 04 Mar 2010 17:33:27 -0700
386
387 altos (0.6+106+ga1478f6) unstable; urgency=low
388
389   [ Keith Packard ]
390   * Add ao_radio_xmit to help test boards without flashing them.
391   * Allow product names to have suffixes (like board revisions)
392   * Fix and document the ao-rawload --run flag
393   * Add LED test
394   * Leave .ihx files in the build directory too - easier to debug that way
395   * Eliminate deadlock when writing config from radio link
396   * Fix up LED colors for each product.
397   * Add .gitignore for ao-bringup
398
399   [ Bdale Garbee ]
400   * create a turn on script for lighting up TeleDongle v0.2 boards
401
402  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Feb 2010 17:35:32 -0700
403
404 altos (0.6+95+g2f45953) unstable; urgency=low
405
406   * update changelogs for Debian build
407   * conditionalize use of git on executability of /usr/bin/git binary
408
409  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 17:30:00 -0700
410
411 altos (0.6+88+gdeccc10) unstable; urgency=low
412
413   * add gawk as a build dependency since strtonum is a gawk extension
414
415  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 16:44:35 -0700
416
417 altos (0.6+86+g2491282) unstable; urgency=low
418
419   [ Keith Packard ]
420   * Disable monitor mode before attempting radio test.
421   * Ensure that ao_alarm waits at least the specified time
422   * Remove dbg driver code from telemetrum/teledongle
423   * Add AT45DBxx1D driver
424   * Remove green LED and temp sensor from v0.2 code
425   * Add at45db161d.h header file for new flash part.
426   * Add 'f' command to display flash status register contents
427   * Dump more flash parameters for the flash_status command
428   * Dump config block from read/write config and flash_status commands
429   * Don't set ao_flash_setup_done until we're actually done.
430   * Remove flash debugging printfs
431   * Add simple gps dump command 'g'
432   * Force idle mode by shorting the SPI clock to ground at boot time.
433   * Switch to using internal cc1111 temperature sensor
434   * Missing ao_mutex_put in gps_dump
435   * Compute daytime using GPS as time base
436   * Pull in a bit more data for filtering the start of the boost
437   * Log GPS data on pad after boost detect.
438   * Change barometer conversion code to shrink conversion table
439   * Change altos build process to support per-product compile-time
440     changes
441   * Update .gitignore files
442   * Quiet make output.
443   * Add back stack size checking to altos linking phase
444   * Must install .map files for ao-load to work
445
446  -- Bdale Garbee <bdale@gag.com>  Wed, 24 Feb 2010 14:53:01 -0700
447
448 altos (0.6+60+g10d1bbc) unstable; urgency=low
449
450   [ Keith Packard ]
451   * Use ao_radio_get/ao_radio_put in packet code.
452
453  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 13:53:32 -0700
454
455 altos (0.6+58+gbbb152c) unstable; urgency=low
456
457   [ Keith Packard ]
458   * Re-order config values. Change frequency to cal
459   * Allow radio calibration to be set from ao-load
460   * Add --cal to man page
461
462  -- Bdale Garbee <bdale@gag.com>  Sat, 19 Dec 2009 12:05:26 -0700
463
464 altos (0.6+53+gcd49847) unstable; urgency=low
465
466   [ Keith Packard ]
467   * Remove send_serial and serial_baud commands.
468   * Make ao_cmd_decimal produce both 32 and 16 bit values.
469   * Add radio calibration configuration.
470
471  -- Bdale Garbee <bdale@gag.com>  Sat, 05 Dec 2009 11:02:49 -0700
472
473 altos (0.6+49+g9a1d7dd) unstable; urgency=low
474
475   [ Keith Packard ]
476   * Change default callsign to "N0CALL"
477
478  -- Bdale Garbee <bdale@gag.com>  Fri, 04 Dec 2009 21:01:55 -0700
479
480 altos (0.6+47+g4053309) unstable; urgency=low
481
482   * fix absolute path in debian/dirs, add Suggests for slim-altusmetrum
483   * change home URL in control file to be the AltOS page
484
485  -- Bdale Garbee <bdale@gag.com>  Thu, 26 Nov 2009 11:15:47 -0700
486
487 altos (0.6+43+gd6ba07e) unstable; urgency=low
488
489   [ Keith Packard ]
490   * Decode HDOP data from skytraq GPS
491   * Document ao-postflight --gps and --kml options.
492   * Make ao-postflight create filenames using input filenames.
493   * Make TD print 0000-00-00 for invalid dates.
494   * Fix --plot arg handling. Add -all option.
495   * Convert telemetry file GPS satellite information in cc_log_read
496   * Don't crash if --plot isn't passed on ao-postflight command line
497   * ao-postflight: compute barometric alt for each GPS position
498   * ao-postflight: don't try to use missing gps sat data
499   * Automatically extract flight number for eeprom and telem filenames.
500
501  -- Bdale Garbee <bdale@gag.com>  Sun, 22 Nov 2009 10:18:26 -0700
502
503 altos (0.6+32+g87e6f3e) unstable; urgency=low
504
505   [ Bdale Garbee ]
506   * fix typo in comment
507
508   [ Keith Packard ]
509   * Reduce igniter firing time from 500ms to 50ms.
510   * Add GPS date/time output to ao-postflight.
511   * Eliminate SiRF state values from ao-view.
512
513  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 13:18:06 -0700
514
515 altos (0.6+27+gb0d7e3f) unstable; urgency=low
516
517   [ Keith Packard ]
518   * Add two-point accelerometer calibration.
519   * Remove "l" command as ao-dumplong no longer uses it
520   * Remove "d" command
521   * Remove "f" command
522   * Reformat ADC values to show all 16 bits
523   * ao_flight_test was using accel value for pressure too
524   * Pass accel calibration over telemetry stream. Telemetry data format
525     change.
526   * Add ability to dump eeprom data over radio link.
527   * In packet master, move USB flush from packet thread to echo thread
528   * In USB pollchar, wait for packet before re-checking USB out len
529   * Explicitly use USB I/O routines in packet code
530   * Flush pending input when switching to remote packet mode
531   * Stop recording in ao-dumplog after receiving an invalid block
532   * Move ao_match_word from ao_ignite.c to ao_cmd.c
533   * Add Watchdog Timer Control register definitions
534   * Add reboot command.
535   * Return radio to telemetry settings when packet system closed.
536   * ao-postflight: fix sloppy gps sat data realloc code (was crashing).
537   * Loosen tolerances for main->landed transition
538   * Provide a dummy 'uninstall' target in the src directory.
539   * Share telemetry parsing code in cc library.
540   * Enable telemetry receive in ao_view
541   * Switch order of serial/flight in ao-postflight summary
542   * Add flight number to telemetry stream.
543   * Add date to GPS data, captured from GPRMC packet.
544   * Stop using SiRF state info.
545
546  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Nov 2009 11:43:56 -0700
547
548 altos (0.6) unstable; urgency=low
549
550   [ Keith Packard ]
551   * Add support for the SkyTraq GPS unit
552   * Build two versions of TM, one for SiRF, one for SkyTraq
553   * Save some DSEG space by marking cmd functions __reentrant
554   * Add ao_wake_task and ao_exit
555   * Add keyhole-markup generation for ao-postflight.
556   * Initial packet bits. Just testing transmission
557   * Add radio carrier command
558   * Wait for TX to finish sending data
559   * Add ao_alarm
560   * Remove reason from ao_dma_abort
561   * Switch packet code from timer thread to ao_alarm
562   * Use ao_radio_done to wait for TX to completely finish with packet
563   * Send SYN packet to set sequence numbers
564   * Add RFIM register
565   * Do more flushing in packet test code
566   * Use ao_alarm for ao_delay so it can be easily interrupted
567   * Poke master to speed up packet rate when things are busy
568   * No need to wakeup &ao_tick_count now
569   * Enable packet-based communcation to command processor
570   * Add more docs to the README file
571   * Disable interrupts while removing tasks from task list
572   * Add ao_usb_pollchar to ao.h
573
574  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 16:53:45 -0700
575
576 altos (0.5+90+g127c312) unstable; urgency=low
577
578   * de-version the libreadline-dev build dependency
579
580  -- Bdale Garbee <bdale@gag.com>  Mon, 02 Nov 2009 15:57:29 -0700
581
582 altos (0.5+86+g2de548f) unstable; urgency=low
583
584   * automate push of updated and tagged master branch during
585     debian/rules prebuild
586   * flush repetitive junk out of debian/changelog, and update the
587     prebuild target
588   * add support for tagging git repository on each Debian package build
589
590  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 16:54:28 -0600
591
592 altos (0.5+77+gc57bd7f) unstable; urgency=low
593
594   * build for Debian from git
595
596  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Oct 2009 15:57:19 -0600
597