[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted altos 1.8.3-1 (source amd64) into unstable



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 11 Dec 2017 21:40:10 -0700
Source: altos
Binary: altos
Architecture: source amd64
Version: 1.8.3-1
Distribution: unstable
Urgency: medium
Maintainer: Bdale Garbee <bdale@gag.com>
Changed-By: Bdale Garbee <bdale@gag.com>
Description:
 altos      - Altus Metrum firmware and utilities
Changes:
 altos (1.8.3-1) unstable; urgency=medium
 .
   [ Bdale Garbee ]
   * be more aggressive about removing and ignoring .mdwn files
   * tweak Releasing based on 1.8.2 release experience
   * don't exit on dfu-util errors, it's not reliable about reporting success
   * handle repeated invocations without failing as often
   * moving to TeleMega v3.0 by default
   * TeleMega v3.0 turnon scripts
   * take telescience out of the routine builds
   * TeleMega default is now v3.0
   * releasing 1.8.3
 .
   [ Keith Packard ]
   * altoslib: Add tilt and pyro data to CSV export
   * altosuilib: Don't drain voice when terminating display
   * altoslib,altosuilib,altosui: log_format/device_type TeleGPS selects stateless
   * altos: Allow pyro config name to end with newline, not just space/tab
   * altoslib: Allow early bail-out on bad telemetry CRC
   * altosuilib: Show raw tick values in graph and info table
   * altoslib: Add user-selectable filter width for data smoothing
   * altoslib: Adapt KML output to make TRA record people happier
   * altosuilib: Add 'show marker' button to graphs
   * altoslib: Missing file for filter additions.
   * Set version to 1.8.2.1
   * altos: Stop storing pyro fired status in config block
   * altos: Add MPU9250 driver (accel/gyro only for now)
   * altoslib: Allow gps time later than requested if it's first
   * altoslib: Don't crash if there's no GPS coord to write KML
   * altoslib: Fix time series filter window computation
   * altos: Add MPU9250 support to self test and data
   * altoslib: Report un-adjusted ground accel in idle IMU monitor
   * altoslib: Save separate config for local and remote. Use in idle
   * altoslib: Move temp GPS API from cal_data to data_listener
   * altos: Remove cross-block storage I/O on cc1111
   * altos: Define AO_LOG_FORMAT in */ao_pins.h. Use in ao_cmd.c
   * altos: Share common logging code. Deal with corrupt initial flight records
   * altos: whitespace cleanup in ao_adc_stm.c
   * altos/stm: Add AO_EXTI_MODE_PULL_NONE
   * altosuilib: New line styles and colors for graphs. Selectable line width
   * altos/test: Adapt flight test to int16_t flight number type
   * altoslib: Don't write KML record when height data is missing
   * altoslib: Remove spurious semicolon in AltosReplayReader.java
   * altoslib: Improve EEprom download
   * altos: Fix inverted test for corrupt flight log
   * altos: Fix new GCC warnings
   * doc: Update for 1.8.3
   * altos/lisp: Add non-cons cdr support
   * altos/lisp: Add scheme-style bools (#t and #f)
   * altos/lisp: Add 'else' sematics to cond
   * altos/lisp: More schemisms
   * altos/test: Get lisp test building using Makefile-inc
   * altos/lisp: Lots more scheme bits
   * altos/test: More lisp test Makefile fixes
   * altos/lisp: Generate built-in lambda atoms for const creation
   * altos/lisp: Character consts. String and assoc builtins.
   * altos/lisp: Add apply
   * altos/lisp: Finish first pass through r7rs
   * altos/test: Add jiffy funcs to lisp test
   * altos/cortexelf-v1: Make lisp compile again
   * altos/lisp: Add 'big' ints -- 24 bits wide
   * altos/lisp: Fix some scheme compat issues
   * altos/lisp: Add floats
   * altos/test: Update to build altos lisp test app
   * altos/lisp: Rename progn to begin
   * altos/lisp: Add quasiquote
   * altos/lisp: Fix pairp builtin
   * altos/lisp: return from unmatched cond is #f, not nil
   * altos/lisp: Make let distinct from let*
   * altos/lisp: Split out frame vals from frame struct
   * altos/lisp: split set/def. Add def support to lambdas
   * altos/kernel: MPU9250 support
   * altos: Add TeleMega v3.0
   * altos: Build TeleMega v3.0 by default
   * altoslib: Add support for TeleMega v3.0 log files
   * altos/lisp: Overflow int computations to float
   * altos/lisp: Convert more builtin lisp code to scheme format
   * altos/lisp: use strtof instead of atof
   * altos/lisp: Split out read debug, add memory validation
   * altos/lisp: Check only cdr base type when moving cons cells
   * altos/lisp: Fix stash usage across frame allocation
   * altos/lisp: Switch to scheme formal syntax for varargs
   * altos/scheme: Rename to 'scheme', clean up build
   * altos/scheme: Move scheme test program to scheme sub-directory
   * altos/scheme: Add explicit dependency on ao_scheme_builtin.h for ao_scheme_make_const
   * altos/cortexelf-v1: Adapt to lisp->scheme name change
   * altos/drivers: Start adding defines to get mag data out of MPU9250
   * altos/scheme: Let readline know if there's a list in progress
   * altoslib: Fix 8 to 12 bit conversion for Mega pyro voltage data
   * altos/scheme: Fix name of constant scheme file
   * altos/scheme: Add vectors
   * altos/scheme: Avoid crashing with non-list in length
   * altos/scheme: Add a bunch of string and vector builtins
   * altos/scheme: Use 64-bit ints to track memory allocation stats
   * altos/scheme: add list-copy
   * altos/scheme: Stash cons across value allocation in compare
   * altos/scheme: Make eqv? work for numbers and strings
   * altos/scheme: Make test scheme app heap maximum size
   * altos/scheme: Add Makefile for scheme test app
   * altos/lambdakey-v1.0: Switch to newlib, get things compiling again
   * altos: Add scheme for stm discovery board demo
   * altos: Allow building with newlib + avr stdio on ARM
   * altos/scheme: Allow ao_scheme_read_eval_print to be restarted
   * altos/drivers: Hook up mag sensor for MPU9250
   * doc: Note TeleMega v3.0 support in 1.8.3 relnotes
   * Bump to version 1.8.3
   * altos: Remove more software for hardware prototypes
   * altos: Actually store current MPU9250 data in data ring
   * altoslib: Keep old GPS values when updating data
   * doc: Update release notes and docinfo for 1.8.3
Checksums-Sha1:
 ed9d5c749de4bb0956f7645a8be0284c34f83e66 2187 altos_1.8.3-1.dsc
 cff2e17db194b98493e8d014346c3cedbb205c63 36953520 altos_1.8.3.orig.tar.gz
 6d25e1d77f613d8dcc93e8c933b7393e988371a7 66876 altos_1.8.3-1.debian.tar.xz
 2b6193802cefafcffdef84f866e46c5083d8d834 265316 altos-dbgsym_1.8.3-1_amd64.deb
 f54c1268d6719d159c67ff9bba331a82fe87c856 13833 altos_1.8.3-1_amd64.buildinfo
 7a9523a01a1e41bb2402799df0ad1539ba0d96df 26324724 altos_1.8.3-1_amd64.deb
Checksums-Sha256:
 efd8d311d8b5484834e8c48c6a230aac4f19156d78ceebdb87e0564b5a735faa 2187 altos_1.8.3-1.dsc
 01d71b08841f15ec29854c77e2f41d08e52e129f5280e1b67108d4014a4e000e 36953520 altos_1.8.3.orig.tar.gz
 144c38057358125aec374604607dbd4210393ae95a905cbcc43ad32f9c1d188a 66876 altos_1.8.3-1.debian.tar.xz
 5c16a046c772099fa38da93231e2939dc5f87c60391992460913024352e183ef 265316 altos-dbgsym_1.8.3-1_amd64.deb
 823658c57741ce3dcbe44dc7f9b80c805de2f549d03d58a941c9a449d0a19113 13833 altos_1.8.3-1_amd64.buildinfo
 e2527d61de3e2d464ff66f817860e47e121f210753b2eb89aaa0637c47f0cca2 26324724 altos_1.8.3-1_amd64.deb
Files:
 8a2f646cc3ad145c8a9da7148716bdb1 2187 electronics optional altos_1.8.3-1.dsc
 91b50dd194e3efb5ce0b5a9d2c1f23fc 36953520 electronics optional altos_1.8.3.orig.tar.gz
 c10cf9f146ece80d7f0fee6511cf504e 66876 electronics optional altos_1.8.3-1.debian.tar.xz
 f62bab950897f2d3a809f38c66e6f2ec 265316 debug optional altos-dbgsym_1.8.3-1_amd64.deb
 453957dfacd4f549e25c12a91b499ac4 13833 electronics optional altos_1.8.3-1_amd64.buildinfo
 b3541183d63d5ad5bf9b42136f8c57f7 26324724 electronics optional altos_1.8.3-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEhHDyCwYlkhh8unuzOpNhlsCV2UEFAlovY3kACgkQOpNhlsCV
2UEqGg//QIIquZMx2f/W7d5Vxub0VkKlRGhfg6ElnR2RyCvvDVBhU6cJ0qCsGVjR
vGmK7rczaarogYZzbbYJ13Zdpi/8aa+v9epyhH+QtLJBXSQGI/ZSfhEi3AMiqqMS
lnUl6dcv10sF4Tz7MhWNyS6Tu+wcw5gnXZmtWf4Kj2Y5O0Upy2SmuTB+SlvfdagA
az5h43744Zzt5w86/68+TFwiULqsunoQ+TYkY/zMj1Xj+WUIW23IdUBGsbpWRjlW
w+RR+3co6G1+cjagO1B40hwbj9bP4ajmEySjQi35DBc+PzLdMz9nVPsvBYTzW0lP
WQ33uTx2UuogM/J+97paKDmRtyFHncmHejGkdrJgDF+zBME82mgwOwmXYld7NDmi
vIIVl53oapQXe2tnPncd2l6yN4TrHUae4P37pOrjl0oPFnsagmqUxYwo1VLRoaz0
fnXTYxl7B+V1TNhxbNdUlRwklzxfqleaZuuIAqjGlEEpzKNfIjW/vrVRPzi22Fc0
xOvhzXZoylXL1ElKCNT2LH/Mdelp79wbtfBvVm5CvUMwMya62oSR49NI+AmoEJz3
qwsDAMEXfpweoFZCMYfG4wngKzKppOAGLx5av6kn7NihdqVd4NsvZFbeWwoT/eXE
OI1NbQVC87oCr/u+LNyoOrmt+R081w3vW9qjV1IPam1nwcL3jxw=
=TdEG
-----END PGP SIGNATURE-----


Reply to: