X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=7f62a3fb2df8abe4fdc04ac023e70828a0928cfd;hb=987cefd231064ba1d3decc8a3b4b7c173f03159b;hp=9b81472dc9679088caddaa0a130caa6c050ed6a9;hpb=6af87e5cf98e644d2455faf6526a9f11880686f5;p=fw%2Faltos diff --git a/debian/changelog b/debian/changelog index 9b81472d..7f62a3fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,83 @@ +altos (1.6.8-4) unstable; urgency=medium + + [ Keith Packard ] + * altos/arm: Align data so that gcc 5.4 doesn't do byte-accesses. Add -Wcast-align + + -- Bdale Garbee Wed, 25 Jan 2017 12:22:30 -0700 + +altos (1.6.8-3) unstable; urgency=medium + + [ Keith Packard ] + * altos/stm: Make ao_usb_set_address static. Saves a bunch of text space, + closes: #844816 + + -- Bdale Garbee Tue, 13 Dec 2016 00:19:44 -0700 + +altos (1.6.8-2) unstable; urgency=medium + + [ Keith Packard ] + * Update pdclib to version using arm-specific 'ar' program, closes: #838357 + + -- Bdale Garbee Sun, 02 Oct 2016 17:49:32 -0600 + +altos (1.6.8-1) unstable; urgency=medium + + [ Bdale Garbee ] + * updates made during 1.6.5 release process + * remove debian/ from master branch, it should live only on the debian branch + * reinstate debian/ content on the debian branch only + * update to latest Debian standards version + * update Changelog for release + + [ Keith Packard ] + * Switch from GPLv2 to GPLv2+ + * altos: Add telemetrum v3.0 + * Bump version to 1.6.5.1 after 1.6.5 release + * altosuilib: Show indicator when they switch from invalid back to valid + * altos: Add STM32F0 beep and SPI byte API. + * altos: Keep telemetry and command output from interleaving + * altos: Don't access cc1120 SPI bus during recv after abort has started + * fixup for interleave + * altos: Expose cc1200 radio test functions for telemini bringup + * altos: Don't switch to flight 0 when log fills in flight + * altos: Stop building cc1111-based telemini v2.0 firmware + * altoslib: Add a 'seconds' method to AltosGPS + * altos: Add 'ao_button_get' to button driver + * altos: Make telelcotwo control two boxes instead of two pads + * altos/stmf0: Hook up clock output support + * altos/stmf0: Clean .bin files from flash-loader dirs + * altos: Use standard FIPS testing for chaoskey + * ao-chaosread: Add --infinite and --bytes options + * ao-chaosread: Eliminate double-free when serial match fails + * ao-bringup: Test chaoskey using dieharder + * ao-bringup: Use released files for chaoskey turnon + * Bump to version 1.6.6 + * ao-bringup: Add colors to chaoskey test result reporting + * altos: Flash all LEDS during power on + * altos/stmf0: Switch ADC fast to ADC clock + * Bump verison to 1.6.7 + * ao-chaosread: Parse -i and -b options + * ao-usbload: Check target device name to avoid mis-flashing + * altos/cc1120: remove unused status from ao_radio_fifo_write_stop + * ao-bringup: telemega allow serial on command line, loop on accel fail + * ao-tools/ao-cal-freq: --verbose option has no parameter + * altosui: Deal with connect failure in AltosConfigTD + * ao-bringup/turnon_telemetrum: serial on cmd line. Loop on accel fail + * ao-tools/ao-usbload: Fix -f flag, remove debug hacks + * ao-tools/ao-cal-freq: Re-open usb device each try + * Bump version to 1.6.7.1 + * altos/stm: Make ao_spi_duplex out pointer const + * altos/stm: Create funcs to set SPI DMA parameters + * altos/stm: Set MISO DMA priority to HIGH to avoid OVR + * altos/stm: Set i2c recv DMA to HIGH + * altos/stm: Set SPI slave DMA priority to HIGH/VERY_HIGH + * Add 1.6.8 release notes + * altosui: Don't ship TeleMetrum v3.0 firmware (yet) + * Bump version to 1.6.8 + * Remove pyro wizard file from master + + -- Bdale Garbee Mon, 05 Sep 2016 21:02:09 -0600 + altos (1.6.5-1) unstable; urgency=medium [ Keith Packard ]